Skip to content

webrtcbin: Delay incoming data channel flow on newly added datachannel

Philippe Normand requested to merge philn/gstreamer:issue-1219 into main

When an incoming data-channel is added to an already playing WebRTCBin we need to wait until the on-data-channel signal was emitted before we can start emitting buffers. That allows the application side to connect to the on-message-* signals before the data channel has started dispatching any notification.

Fixes #1219 (closed)

Merge request reports