Appsrc doesn't play audio to autoaudiosink

Nirbheek Chauhan nirbheek.chauhan at gmail.com
Wed Nov 24 10:05:44 UTC 2021


Hi Kyle,

On Wed, Nov 24, 2021 at 6:15 AM Kyle Gibbons via gstreamer-devel
<gstreamer-devel at lists.freedesktop.org> wrote:
>
> I'm having a problem with GStreamer with Pion and I'm hoping this group could point me in the right direction, I'm not really sure where to look next. I have been trying to troubleshoot this for a couple months now with no success. This week I realized that the same pipeline does work on my Mac, just no on the Raspberry Pi. Here's some details:
>

This smells like a clock sync issue. Have you tried pulsesink
provide-clock=false already?

How are you feeding data into the appsrc? It would be best if you
could share a minimal test case for this. Also try feeding raw audio
data into appsrc instead of opus.

Does this pipeline work on the rpi?

audiotestsrc is-live=true ! opusenc ! queue ! opusdec ! audioconvert !
audioresample ! queue ! pulsesink

Cheers,
Nirbheek


More information about the gstreamer-devel mailing list