<div dir="ltr"><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">Hello,</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">I'm currently using gstreamer to decode and playback opus audio that is being received from the network (from a Mumble server). I'm currently only working with one audio stream (one other user on the server). The pipeline I'm currently using is setup as follows:<br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">appsrc -> opusparse -> opusdec -> audiomixer -> autoaudiosink (which is resolving to pulseaudio).</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">This pipeline initially decodes and outputs the opus audio data correctly.  The pipeline will function correctly as long as audio is sent continuously. As soon as audio stops being received (the other user on the Mumble server stops talking), the pipeline will not playback audio the next time the other user starts speaking. Note that opus data is still being recieved from the network and being pushed into the appsrc, it just never comes out the other end of the pipeline<br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">The only way I've found to fix this is to restart the entire pipeline everytime there is a break in speech (set to NULL and then back to PLAYING). This is not ideal as it causes some choppyness and I don't think this will be possible once there are multiple people talking simultaneously. The Mumble protocol encodes a "Termination bit" in the audio packets so I am aware when the audio is stopping, but I'm not sure if the problem is that I need to pass this information to the opus decoder, that my opus decoder is just configured incorrectly, or something else that I am overlooking entirely.<br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">--<br></div><div dir="ltr">Thanks,<span class="gmail_default" style="font-family:arial,helvetica,sans-serif"></span><br><div><div style="font-family:arial,helvetica,sans-serif" class="gmail_default">Robozman</div><br><br><div><div><br></div></div></div></div></div>