[gst-devel] Rtsp-server receiver side error

Wim Taymans wim.taymans at gmail.com
Thu May 14 16:21:25 CEST 2009


On Thu, 2009-05-14 at 06:35 -0700, vaisakhn7 wrote:
> 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 ...

Add mp3parse between the filesrc and the payloader.

Wim
> 
> 
> 
> 
> 
> 





More information about the gstreamer-devel mailing list