You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mithro
changed the title
[HDMI2USB #113] Allow HDMI2USB devices to act as HDMI extenders via the Gigabit Ethernet port
[HDMI2USB] Allow HDMI2USB devices to act as HDMI extenders via the Gigabit Ethernet port
Feb 23, 2016
I had some questions about the firmware design and where does the HDMI to Ethernet data converter fit in the hardware architecture of the HDMI2USB design.
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
The text was updated successfully, but these errors were encountered: