Skip to content
  • Sebastian Dröge's avatar
    rtpjitterbuffer: Set max-rtcp-rtp-sync-time to -1 (disabled) · df8c29e3
    Sebastian Dröge authored and GStreamer Marge Bot's avatar GStreamer Marge Bot committed
    There is generally no requirement to ignore RTCP SR if the RTP time of
    the SR differs a lot from the last received RTP packet. The mapping
    between RTP and NTP time stays valid until there was a stream reset, in
    which case we wouldn't use that information anyway.
    
    When using rtcp-sync-send-time=false the default of 1s difference can
    easily be exceeded, e.g. if encoding of the stream after capture adds
    more than 1s of latency.
    
    Part-of: <!6543>
    df8c29e3