Skip to content
  • Göran Jönsson's avatar
    rtsp-stream: Not wait on receiver streams when pre-rolling · d1d40491
    Göran Jönsson authored
    Without this patch there are problem pre-rolling when using audio back
    channel.
    
    Without this patch a probe will be created for all streams including
    the stream for audio backchannel. To pre-roll all this pads have to
    receive data. Since the stream for audio backchannel is a receiver this
    will never happen.
    
    The solution is to never create any probes for streams that are for
    incomming data and instead set them as blocking already from beginning.
    d1d40491