Appsrc doesn't play audio to autoaudiosink

Tim-Philipp Müller t.i.m at zen.co.uk
Wed Nov 24 11:48:49 UTC 2021


Hi Kyle,

> But this doesn't:
> 
> appsrc is-live=true do-timestamp=true name=src ! queue ! opusparse !
> opusdec ! audioconvert ! audioresample!  queue ! pulsesink


Try adding appsrc min-latency=40000000 (=40ms in nanoseconds) or such.

You might have to experiment with the values.

Do you always push in buffers of the same size / number of samples?
Where do you get the audio data from?

Cheers
 Tim


More information about the gstreamer-devel mailing list