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
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel