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 <br> (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="rtsp://webcastvod.coe.int:554/mediatheque/vod/030404_r01_w.rm" gives<br>"454 session not found" <br><br>Thx<br><br><div>
<span class="gmail_quote">2008/3/19, Tim Müller <<a href="mailto:t.i.m@zen.co.uk">t.i.m@zen.co.uk</a>>:</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> > Window Media Sream NOT OK<br> > I found a source (difficult too),<br> > mms://win.global.playstream.com/showcase/mathtv/trig_4.5_350k.wmv<br> > (vlc can play it)<br>
> Ok so I have tried the following pipelines:<br> > gst-launch-0.10 mmssrc<br> > location="mms://win.global.playstream.com/showcase/mathtv/trig_4.5_350k.wmv" ! fakesink ->ok<br> > gst-launch-0.10 mmssrc<br>
> location="mms://win.global.playstream.com/showcase/mathtv/trig_4.5_350k.wmv" ! ffdemux_asf ! ffdec_wmv3 ! ffmpegcolorspace ! ximagesink -> it cannot link mmsrc to ffdemux_asf<br> ><br> > Any help :P<br>
<br> <br>Instead of making up pipelines, how about trying with playbin first?<br> <br> gst-launch-0.10 -v playbin<br> uri='mms://win.global.playstream.com/showcase/mathtv/trig_4.5_350k.wmv'<br> <br> will give you an idea about the elements involved (hint: use asfdemux,<br>
not ffdemux_asf).<br> <br> Cheers<br> -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>