Skip to content

opus: re-sync on rtp marker

This MR fix an issue where a gap would be present at reception when DTX is active and silence is detected from sending peer. The problem was rtpopusdepay not watching for the marker (indicating beginning of talk spurt) and also opusdec not propagating re-synch flag to his output.

Merge request reports