-
Notifications
You must be signed in to change notification settings - Fork 19
Description
More technical details at HDMI2USB-misoc-firmware#133: Allow HDMI2USB devices to act as HDMI extenders via the Gigabit Ethernet port
Brief explanation
Allow two HDMI2USB devices which are connected by Gigabit Ethernet to stream video from one device to the other.
Detailed Explanation
It should be possible to stream the pixel data from one board to another board via Ethernet.
Gigabit Ethernet should be fast enough to transfer 720p60 video at raw pixel data (when using YUV encoding).
Both the Numato Opsis and Digilent Atlys boards have Gigabit Ethernet interfaces. The HDMI2USB-misoc-firmware already supports both these interfaces using liteEth.
As the two devices will be directly connected, you can use raw Ethernet frames rather than UDP/IP. It might be easier for debugging to support UDP/IP.
Further reading
Contacts
- Potential Mentors: @mithro @enjoy-digital @shenki
- Mailing list: hdmi2usb@groups.google.com