<div dir="ltr"><div dir="ltr">Hi all,<br><div>I use webrtcbin for video and audio streaming (see my pipeline below).</div><div>The issue that when webrtcbin generates SDP offers in 60% cases a:ssrc parameter is missed for video stream. In 40% cases it's generated. </div><div>It's important because Android client does not create remote video track if ssrc is missed. </div><div>So how to force webrtcbin to generate ssrc all the time?  </div><div><br></div><div>Here is my pipeline:</div><div><div>#define WEBRTC_PIPELINE    "webrtcbin name=webrtc " STUN_SERVER_PROP "=" STUN_1 " " STUN_SERVER_PROP "=" STUN_2 " " STUN_SERVER_PROP "=" STUN_3 " " \</div><div>                    STUN_SERVER_PROP "=" STUN_4 " " STUN_SERVER_PROP "=" STUN_5 " " TURN_SERVER_PROP "=" TURN_1 " " \</div><div>                    "v536videosrc sys-init=false push_mode=true device=1 channel=2 encoder=2 format=H264 width=640 height=480 ! video/x-h264, stream-format=byte-stream, alignment=au, profile=baseline ! rtph264pay rtp-h264aggregate-mode=2 ! capsfilter caps=" RTP_CAPS_H264 "96 ! queue leaky=downstream ! webrtc. " \</div><div>                    "alsasrc ! queue leaky=downstream ! audioconvert ! opusenc ! rtpopuspay ! capsfilter caps=" RTP_CAPS_OPUS "97 ! webrtc.  "</div></div><div><br></div><div> </div><div><br></div></div></div>