Hi all,<br><br>I am developing an application that requires streaming a media file using rtsp server. <br>I am using the following pipeline.<br><br><b>gst-launch-0.10 -v rtspsrc location=rtsp://<a href="http://192.168.1.212:8554/new_264.mp4">192.168.1.212:8554/new_264.mp4</a> ! rtpmp4vdepay ! ffdec_mpeg4 ! ffmpegcolorspace ! xvimagesink</b><br>
<br>But this gives me the following error messages:<br>***************************************<br>Setting pipeline to PAUSED ...<br>ERROR: Pipeline doesn&#39;t want to pause.<br>ERROR: from element /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0: Resource not found.<br>
Additional debug info:<br>gstrtspsrc.c(3444): gst_rtspsrc_send (): /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0:<br>Stream Not Found<br>Setting pipeline to NULL ...<br>FREEING pipeline ...<br>************************************<br>
<br>But if I play the same URL(rtsp://<a href="http://192.168.1.212:8554/new_264.mp4">192.168.1.212:8554/new_264.mp4</a>) in the VLC using (File-&gt;Open Network stream-&gt;RTSP) RTSP streaming option the file does play well.<br>
<br>Could somebody help me regarding the same.<br><br>Regards,<br>Jyoti<br><br><br>