项目作者: benjojo

项目描述 :
Convert a IP HDMI converter into a MKV stream
高级语言: Go
项目地址: git://github.com/benjojo/de-ip-hdmi.git
创建时间: 2016-06-22T23:37:04Z
项目社区:https://github.com/benjojo/de-ip-hdmi

开源协议:

下载


de-ip-hdmi

Turn cheap HDMI over IP devices into MKV / JPEG streams for your own personal use!

an example device

This tool is designed to target a unbranded set of HDMI extenders that use IP. You can find a write up on this either in blog.md, or on my blog itself: https://blog.benjojo.co.uk/post/cheap-hdmi-capture-for-linux

  1. Usage of de-ip-hdmi:
  2. -audio
  3. Output audio into MKV as well (default true)
  4. -debug
  5. Print loads of debug info
  6. -interface string
  7. What interface the device is attached to (default "eth0")
  8. -mkv
  9. Spit out Audio + Video contained in MKV, else spit out raw MJPEG (default true)
  10. -sender-mac string
  11. The macaddress of the sender unit (default "000b78006001")
  12. -wakeups
  13. Send packets needed to start/keep the sender transmitting (default true)

This tool uses ffmpeg to remux the content, if you don’t have that installed then strange things may happen.

This tool also requires root, due to it’s use of libpcap and raw sockets to send things.