[gst-devel] RTSP_SERVER
Tim-Philipp Müller
t.i.m at zen.co.uk
Thu May 7 10:38:27 CEST 2009
On Thu, 2009-05-07 at 01:12 -0700, vaisakhn7 wrote:
> Any body please tell me How can i receive an mp3 stream
> using the rtsp server ?
> In receiver side i run the pipeline like this
> ./gst-launch -v rtspsrc location=rtsp://localhost:1554/test latency=10 !
> rtpL16depay ! audioconvert ! osssink
Try:
gst-launch-0.10 -v playbin2 uri=rtsp://localhost:1554/test
or
gst-launch-0.10 -v rtspsrc location=rtsp://localhost:1554/test !
decodebin2 ! audioconvert ! audioresample ! osssink
> /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0/GstUDPSrc:udpsrc0: Internal data
> flow error.
> Additional debug info:
> gstbasesrc.c(2330): gst_base_src_loop ():
> /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0/GstUDPSrc:udpsrc0:
> streaming task paused, reason not-negotiated (-4)
This usually means some element didn't accept the caps from an upstream
element.
Cheers
-Tim
More information about the gstreamer-devel
mailing list