<div dir="ltr">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:<div><br><b>This works</b><br><br>appsrc is-live=true do-timestamp=true name=src ! queue ! opusparse ! opusdec ! audioconvert !  wavenc ! filesink location=./test2.wav<br><br><b>And this works</b><br><br>audiotestsrc  ! audioconvert ! pulsesink device-name=IQaudIOCODEC<br><br><b>But this doesn't</b><br><br>appsrc is-live=true do-timestamp=true name=src ! queue ! opusparse ! opusdec ! audioconvert ! audioresample!  queue ! pulsesink volume=1 device-name=IQaudIOCODEC<br><br>When I look at the DOT file everything is linked up and looks like it should be working, but there is no audio!<br><br>The only warning I get is:  WARN         audio-resampler audio-resampler.c:274:convert_taps_gint16_c: can't find exact taps<br><br>I get that same warning on the Mac, but audio does play. </div><div><br></div><div>Here's the question on Stackoverflow with a 50 rep bounty in case you want to answer there as well: <a href="https://stackoverflow.com/questions/67205270/gstreamer-appsrc-doesnt-play-audio-to-autoaudiosink">https://stackoverflow.com/questions/67205270/gstreamer-appsrc-doesnt-play-audio-to-autoaudiosink</a></div><div><br></div><div>Thanks in advance, I'm at the end of my rope!<br><br clear="all"><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr">All the best,<br>Kyle Gibbons<br><br></div></div></div></div></div>