-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HDMI extender as capture device #14
Comments
Now that you mention it, More useful links: |
Hi @DedupOperator , So, I hope someone will add support for such devices in this project! |
Hi guys, Thanks for this issue raised. |
Hi @laimison , great to hear it! |
The LKV373A works with the 'diy-ipmi-video-lkv373a*" systemd service units from this latest pull request (#26). The LKV373A needs to have its firmware updated per this thread (https://www.eevblog.com/forum/reviews/lkv373a-hdmi-streamer-my-findings/msg1414171/#msg1414171). So far the only lkv373a implementation I have working is 'diy-ipmi-video-lkv373a-video0, which is using socat to send the mpegts stream to a v4l2loopback device through ffmpeg. Lighttpd is only outputting 1-2 frames per sec; I'm not really a web guy, so I was hoping someone else would get the live video/stream playback working in html5/js. |
@spyd3rweb How do you mean "working"? Join my Discord: https://discord.gg/uSTr7DZ, @DedupOperator and I have discussed some options for video streaming that are pinned which may be helpful here. This was the next thing I was going to tackle in my own "fork" of this project: https://github.com/SterlingButters/ip-kvm-interface |
@SterlingButters |
@spyd3rweb hmmm well I was going to try to use either |
Hi,
This is a great project!
Regarding the current video capture method: one HDMI to TV Composed Video converter + one USB TV capture USB device. I suggest to replace both with a direct HDMI-to-Network Stream:
https://github.com/AdamLaurie/hdmi-rip
https://github.com/benjojo/de-ip-hdmi
The current solution cost around $50, that's more than the HDMI extender. Futhermore, the HDMI extender can work with all generic HDMI resolutions: 1080, 720 and SD. So it improves the flexibility if the PC to control has a common HDMI/DVI port.
The text was updated successfully, but these errors were encountered: