streaming sound breaks
srd
pirpi.12345 at gmail.com
Mon Jun 16 06:23:13 PDT 2014
I have a wolfson pi with raspberry pi. I am able to stream audio and video
over network.
But whenever I will stream video with audio together I will get breakage in
audio means audio is not continuous if I don't use sync=false in audio
stream pipeline, and when I use sync=false in audio stream pipeline
interference will come from video.
My audio stream pipeline is
gst-launch alsasrc ! audioconvert !
audio/x-raw-int,channels=1,depth=16,width=16, rate=44100 ! rtpL16pay !
udpsink host=127.0.0.1 port=5000
gst-launch-0.10 udpsrc port=5000 ! "application/x-rtp,media=(string)audio,
clock-rate=(int)44100, width=16, height=16,\
encoding-name=(string)L16, encoding-params=(string)1, channels=(int)1,
channel-positions=(int)1, payload=(int)96" ! gstrtpjitterbuffer do-lost=true
! rtpL16depay ! audioconvert ! alsasink sync=false
Can anybody help me with this?
Thanks
srd
--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/streaming-sound-breaks-tp4667509.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
More information about the gstreamer-devel
mailing list