[gst-devel] Rtsp-server receiver side error
vaisakhn7
vaisakh.n at nestgroup.net
Thu May 14 15:35:32 CEST 2009
Dear all,
I was trying to stream mp3 files using rtsp server
so i installed the gst-rtsp-server
and run the test program ( Edited the test-readme.c file in the examples
directory )
and made the pipeline like this
"str =g_strdup_printf( "filesrc location=1.mp3!" " rtpmpapay name=pay0
pt=96 "")" );
and run the server
./gst-rtsp-server
And inthe receiver side
./gst-launch-0.10 -v rtspsrc location=rtsp://10.1.11.33:8554/test !
rtpmpadepay ! mad ! audioconvert ! osssink
/************************GOT ERROR LIKE THIS
*********************************/
Setting pipeline to PAUSED ...
ERROR: Pipeline doesn't want to pause.
ERROR: from element /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0: The stream
is in the wrong format.
Additional debug info:
gstrtspsrc.c(4104): gst_rtspsrc_setup_streams ():
/GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0:
No supported stream was found.
Setting pipeline to NULL ...
Freeing pipeline ...
/****************************************************************************/
How can i solve this ?
Please help me ...
--
View this message in context: http://www.nabble.com/Rtsp-server-receiver-side-error-tp23540738p23540738.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
More information about the gstreamer-devel
mailing list