Forum Discussion
Altera_Forum
Honored Contributor
13 years agoDVI to Ethernet
Hello All, I'm looking at my options to build a system where a video signal from DVI would be converted to ethernet packets. This would be for a streaming application. DVI data is converted w...
Altera_Forum
Honored Contributor
13 years ago --- Quote Start --- It is possible to stream 720p and afaik it's documented in SMPTE2022 standard.:( --- Quote End --- The SMPTE2022 standards deal with 188 (or 204) byte transport stream packets. It outlines the standard for transmitting them using RTP. The RTP uses UDP encapsulation. If you are not interested in RTP (or FEC) for a transport stream, SMPTE2022 is not for you. If you do have the transport stream packets, a simple UDP encapsulation can work for a local network.