Reputation: 27
I am trying multiple video to one stream(TS), and broadcast via DVBT.
Also, I found pcr is used for video/audio sync.
But, pcr is in only video stream.
Then, How works video / audio sync?
Upvotes: 0
Views: 665
Reputation: 31110
The PCR is use to detect drift in playback speed retaliative to the broadcast encoder. The audio and video streams both have timestamps (in the PES header) for every frame that are synced to the PCR.
Upvotes: 1