Skip to content
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.

Correcting Sender Reports and A/V Sync.

Compare
Choose a tag to compare
@QuinnDamerell-MS QuinnDamerell-MS released this 15 Mar 01:10
· 93 commits to master since this release

We now have a good understanding of how WebRTC is handling a/v sync and we think we have a solution in FTL that should handle it perfectly. They sync in WebRTC is based off RTCP sender reports which tell it how to sync the rtp streams. Before the last release, we weren't sending any and Janus was making some up for us. With this latest release, we perfected the logic for the reports. In future service updates, we will be disabling the sender reports from Janus and allowing sender reports from FTL to flow through.