Skip to content

rtpmanager: skip RTPSources which are not ready in the RTCP generation

Ognyan Tonchev requested to merge redstar/gstreamer:rtcp into main

If a stream has an 'irregular' frame rate (e.g. metadata) RTCP SR may be generated way too early, before the RTPSource has received the first packet after Latency was configured in the pipeline. We skip such RTPSources in the RTCP generation.

Fixes #3918 (closed)

Merge request reports

Loading