Skip to content

rtp to webrtc: How to handle audio/video synchronization? #1825

Answered by Sean-Der
ldenoue asked this question in Q&A
Discussion options

You must be logged in to vote

You should also forward the Sender Reports if you want to synchronize.

a Sender Report allows you to map two different RTP streams together by using RTPTime + NTPTime. This lets you know at what absolute time something occured, then in your playback application you can buffer/playout to ensure they are synced.

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@ldenoue
Comment options

@Sean-Der
Comment options

@Diceshake
Comment options

@Sean-Der
Comment options

Answer selected by Sean-Der
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #1824 on May 25, 2021 19:32.