de-ip-hdmi icon indicating copy to clipboard operation
de-ip-hdmi copied to clipboard

Convert a IP HDMI converter into a MKV stream

Results 8 de-ip-hdmi issues
Sort by recently updated
recently updated
newest added

Could the darker output be because gamma is applied by the device outputting to hdmi, then once this is used as input, gamma will be applied again before it is...

Hello, Thanks for this tool ! I use a V2 sender and I'm trying to get the video stream in VLC. ``` hugo@hdrpc:~$ sudo de-ip-hdmi -interface enp3s0 -sender-mac 000b78006001 -audio...

Edit 4: On the chance that I do get the glitchy output, it looks like this: https://i.imgur.com/nXOzjOG.png I tried mutliple sources. Edit 3: Doesn't seem to work anymore, for some...

I am using MacOS Mojave trying to use your package. When I run `go install main.go` All I get is: './main.go:256:32: not enough arguments in call to raw.ListenPacket ./main.go:256:38: undefined:...

Hi, trying to compile it on an raspberry 3. Tho getting following error: `../github.com/mdlayher/raw/raw_linux.go:88:14: f.SyscallConn undefined (type 'OS.File' has no field or method SyscallConn)` Any knows how to fix it?

This is a brilliant project. I wonder if there is any hint about which chips are supported by this algorithm. That is, compatibility for http://www.ebay.co.uk/itm/121708232481 this one is granted, while...

I see similar models that support a IR blaster. Do you think it would be possible to send "IR packets" to the blaster? I'm imagining a MythTV DVR setup that...

Hi, I believe that this is incorrect: ``` FrameNumber := uint16(0) CurrentChunk := uint16(0) buf := bytes.NewBuffer(ApplicationData[:2]) buf2 := bytes.NewBuffer(ApplicationData[2:4]) ``` buf2 should be only 8 bits, consisting of ApplicationData[3]....