<table cellspacing='0' cellpadding='0' border='0' ><tr><td valign='top' style='font: inherit;'>Hi,<br><br>I am working with the RTSP streaming&nbsp; using&nbsp; Darwin server.&nbsp; When tring to stream getting following errors. <br><font size="2">1. With<br>
gst-launch&nbsp; rtspsrc location=rtsp://172.22.67.203/sample_100kbit.mp4 !
rtpmp4vdepay ! ffdec_mpeg4 ! ffmpegcolorspace ! xvimagesink sync=false<br>
<br>
I am getting these errors.<br>
<br>
Setting pipeline to PAUSED ...<br>
ERROR: Pipeline doesn't want to pause.<br>
ERROR: from element /pipeline0/xvimagesink0: Could not initialise Xv output<br>
Additional debug info:<br>
xvimagesink.c(1639): gst_xvimagesink_xcontext_get (): /pipeline0/xvimagesink0:<br>
Could not open display<br>
Setting pipeline to NULL ...<br>
FREEING pipeline ...<br>
<br>
2. Get the attached file (Err_log) with debug msgs enabled for the same pipeline.<br>
<br>
gst-launch&nbsp; --gst-debug=3 --gst-debug-no-color rtspsrc
location=rtsp://172.22.67.203/sample_100kbit.mp4 ! rtpmp4vdepay !
ffdec_mpeg4 ! ffmpegcolorspace ! xvimagesink sync=false<br>
<br>
3. When i try to store streamed file by using filesink plugin,&nbsp;&nbsp;<br>
gst-launch&nbsp; rtspsrc location=rtsp://172.22.67.203/sample_100kbit.mp4 ! rtpmp4vdepay ! filesink location=~/sample_100kbit.mp4<br>
<br>
file is getting created with some bytes. But however when I try to play
the stored file, getting the same error (Could not initialize Xv output)<br>
<br>
4. When i changed the xvimagesink with some another video sink.<br>
<br>
gst-launch&nbsp; rtspsrc location=rtsp://172.22.67.203/sample_100kbit.mp4 ! rtpmp4vdepay ! ffdec_mpeg4 ! gconfvideosink<br>
<br>
getting the following error<br>
<br>
Setting pipeline to PAUSED ...<br>
ERROR: Pipeline doesn't want to pause.<br>
ERROR: from element /autovideosink0-actual-sink-xvimage: Could not initialise Xv output<br>
Additional debug info:<br>
xvimagesink.c(1639): gst_xvimagesink_xcontext_get (): /autovideosink0-actual-sink-xvimage:<br>
Could not open display<br>
Setting pipeline to NULL ...<br>
FREEING pipeline ...<br>
<br>Could anybody please let me what can be the problems.<br><br>Regards,<br>KumarA<br><br>
</font></td></tr></table><br>