|
|
|
|
|
by eiz
2735 days ago
|
|
> It's an HDMI cable! The video signal has CRC in it and is packetized, it's either going to make it or it isn't. I don't disagree with your main point, but this actually isn't quite true. The HDMI signal is split into 3 distinct interleaved periods: video data, data island and control. Video data is not packetized and the only possible error detection it has is from TMDS signaling, but no such error handling is required by the TMDS spec. You can absolutely get imperfect transmission of an HDMI video signal due to cable or other electrical problems. Auxiliary packets in the data island, including audio data, do have an error correction scheme (BCH + TERC4). Feel free to check out the spec: https://glenwing.github.io/docs/HDMI-1.4b.pdf |
|