Skip to content

Fix RTP timer collision and time leak

A race in the jitterbuffer would lead to one of more RTPTimer to be leaked. This MR fixes both the race and the leak (adding a warning in case another unexpected collision would be encountered).

Fixes #726 (closed) cc @hgr

Merge request reports