Hi<br><br>Thx for the tips ! So now qt and mms works. But for real media, I have still problem and playbin seems to fail too.<br><br>The source is rtsp://webcastvod.coe.int:554/mediatheque/vod/030404_r01_w.rm&nbsp; <br>&nbsp;(got from web site: <a href="http://www.coe.int/t/e/multimedia/archives_video/default.asp">http://www.coe.int/t/e/multimedia/archives_video/default.asp</a>)<br>
<br>The source works very well with the RealPlayer.<br>But gst-launch-0.10 -v uri=&quot;rtsp://webcastvod.coe.int:554/mediatheque/vod/030404_r01_w.rm&quot; gives<br>&quot;454 session not found&quot; <br><br>Thx<br><br><div>
<span class="gmail_quote">2008/3/19, Tim Müller &lt;<a href="mailto:t.i.m@zen.co.uk">t.i.m@zen.co.uk</a>&gt;:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Wed, 2008-03-19 at 10:22 +0100, Julien Isorce wrote:<br> <br> &gt; Window Media Sream NOT OK<br> &gt; I found a source (difficult too),<br> &gt; mms://win.global.playstream.com/showcase/mathtv/trig_4.5_350k.wmv<br> &gt; (vlc can play it)<br>
 &gt; Ok so I have tried the following pipelines:<br> &gt; gst-launch-0.10 mmssrc<br> &gt; location=&quot;mms://win.global.playstream.com/showcase/mathtv/trig_4.5_350k.wmv&quot; ! fakesink&nbsp;&nbsp;-&gt;ok<br> &gt; gst-launch-0.10 mmssrc<br>
 &gt; location=&quot;mms://win.global.playstream.com/showcase/mathtv/trig_4.5_350k.wmv&quot; ! ffdemux_asf ! ffdec_wmv3 ! ffmpegcolorspace ! ximagesink&nbsp;&nbsp;-&gt; it cannot link mmsrc to ffdemux_asf<br> &gt;<br> &gt; Any help :P<br>
 <br> <br>Instead of making up pipelines, how about trying with playbin first?<br> <br>&nbsp;&nbsp;gst-launch-0.10 -v playbin<br> uri=&#39;mms://win.global.playstream.com/showcase/mathtv/trig_4.5_350k.wmv&#39;<br> <br> will give you an idea about the elements involved (hint: use asfdemux,<br>
 not ffdemux_asf).<br> <br> Cheers<br>&nbsp;&nbsp;-Tim<br> <br> <br> <br> -------------------------------------------------------------------------<br> This SF.net email is sponsored by: Microsoft<br> Defy all challenges. Microsoft(R) Visual Studio 2008.<br>
 <a href="http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/">http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/</a><br> _______________________________________________<br> gstreamer-devel mailing list<br> <a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>
 <a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br> </blockquote></div><br>