video and audio not in sync

hey guys,

sometimes with webrtc video and audio go out of sync. it seems to be happening with every webrtc based product. may be more often with some vs the others

is there any way to minimize it?

thank you!

That’ll generally be a bandwidth problem, an app hosting at 500KB/s stream is 5x the amount of one that streams at 100KB/s. If you have any latency issues or bitrate issues you start to buffer and things break up greatly!

Thanks!

I am not sure though we are talking about the same problem. I meant the case when audio is out of sync with the video, i.e. lips are moving with a delay or ahead of the speech.

I don’t really know the details of the protocol but I always thought that the streams from one peer should be synchronized. But apparently they are not (not always).