Loss of interleaved stereo audio after ~20 Minutes

Wilkins White ww at novadynamics.com
Tue Jun 5 16:53:20 UTC 2018


the Raw tag must not have worked

Pipeline:

gst-launch-1.0 -vvv audiointerleave name=i \
        ! queue \
        ! opusenc audio-type="voice" perfect-timestamp=true complexity=0
bitrate=$BITRATE \
        ! rtpopuspay \
        ! udpsink host=$CLIENT_IP port=$PORT sync=false async=false \
      pulsesrc do-timestamp=true device=$AUDIO0 buffer-time=20000 \
        ! audioconvert \
        ! "audio/x-raw,channels=1" \
        ! i.sink_0 \
      pulsesrc do-timestamp=true device=$AUDIO1 buffer-time=20000 \
        ! audioconvert \
        ! "audio/x-raw,channels=1" \
        ! i.sink_1

Error (repeating):

WARNING: from element /GstPipeline:pipeline0/GstPulseSrc:pulsesrc0: Can't
record audio fast enough
Additional debug info:
gstaudiobasesrc.c(869): gst_audio_base_src_create ():
/GstPipeline:pipeline0/GstPulseSrc:pulsesrc0:
Dropped 882 samples. This is most likely because downstream can't keep up
and is consuming samples too slowly.




--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/


More information about the gstreamer-devel mailing list