Synchronising audio and video of RTP Streams #2347
Unanswered
patrickcorrigan
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using the following two commands to create rtp streams for Pion to send over webrtc.
It works great but the audio isn't in sync with my video.
I read in this discussion that it requires using sender reports. I'm using the
PeerConnection
constructor so I should have the default interceptors which handle these automatically?Since I'm recording these maybe I need to tell ffmpeg to add some timestamps to the recordings?
If anyone has any ideas I would be very grateful :)
Beta Was this translation helpful? Give feedback.
All reactions