need support on audio pipeline

Abu Abdullah falcon.sheep at gmail.com
Mon Dec 19 17:16:30 UTC 2016


Hi,

i'm streaming audio from windows to Raspberry Pi. the following
pipelines are working fine. the only issue is that the receiver stops
if the sender stops. i would the receiver to be ready to receive the
audio all the time.

any help and enhancement is appreciated


Sender
gst-launch-1.0 directsoundsrc ! audioconvert ! audioresample !
vorbisenc ! gdppay ! tcpclientsink host=10.0.0.4 port=5001

Receiver
gst-launch-1.0 tcpserversrc host=10.0.0.4 port=5001 ! gdpdepay !
vorbisdec ! audioconvert ! autoaudiosink sync=false


More information about the gstreamer-devel mailing list