<div dir="ltr">Hi,<div><br>I made some progress in my quest to stream video files to a browser using webrtcssink, but audio is not OK. I built the following pipeline:<br><font face="monospace">+-----------------------------------------------------------------------------+<br>| uridecodebin.audio ->- audioconvert ->- audioresample ->- webrtcssink.audio |<br>| uridecodebin.video ----->----- videoconvert ------>------ webrtcssink.video |<br>+-----------------------------------------------------------------------------+</font><br><br>The webrtcsink pads are statically linked, and the uridecodebin pads are dynamically linked upon "pad_added" signal (as in <a href="https://gstreamer.freedesktop.org/documentation/tutorials/basic/dynamic-pipelines.html">https://gstreamer.freedesktop.org/documentation/tutorials/basic/dynamic-pipelines.html</a> ).<br><br>Problem: The video looks OK in the browser, but the audio is choppy. A quick and dirty (sorry) video tells a thousand words: <a href="https://youtu.be/1EbPHLZvVLc?t=27">https://youtu.be/1EbPHLZvVLc?t=27</a><br><br></div><div>(using signalling server, JS API and gstreamer built 2 days ago from git HEAD)<br><br>I was firstĀ using the http URI to the source video but I also tried using a local copy of the file, to no avail.<br><br>Any idea what could be wrong ? Or an idea how I could track down that issue ?<br><br>Kind regards,<br><br>Vincent<br></div></div>