Hi<br><br>ok the pipeline for quicktime streams is gst-launch-0.10 rtspsrc location=&quot;url&quot;&nbsp; ! rtpxqtdepay ! ffdec_h264 ! ffmpegcolorspace ! ximagesink <br>(if we want only the video)<br><br>
Then I want to test the realveideodec and realaudiodec. <br>
I am trying to play samples from the url : <a href="http://service.real.com/realone/test/">http://service.real.com/realone/test/</a><br>
example : <br>
gst-launch-0.10 rtspsrc location=&quot;rtsp://media.real.com/showcase/service/samples/rob_h_realvideo9_512.rm&quot; ! fakesink<br>But it is not working. <br><br>Then, the full pipeline is :<br>gst-launch-0.10 rtspsrc location=&quot;rtsp://media.real.com/showcase/service/samples/rob_h_realvideo9_512.rm&quot; ! rtpextract ! realvideodec ! ffmpegcolorspace ! ximagesink<br>
But I do not know which rtp element to use.<br><br>Then as it is possible to play quicktime streams and real media streams,&nbsp; what about windows media streams ?<br>An example of those pipelines would be appreciate.<br><br>
Sincerely,<br><br>Julien<br><br>