[gst-devel] mov, rm, mms

Tim Müller t.i.m at zen.co.uk
Wed Mar 19 11:09:53 CET 2008


On Wed, 2008-03-19 at 10:22 +0100, Julien Isorce wrote:

> Window Media Sream NOT OK
> I found a source (difficult too),
> mms://win.global.playstream.com/showcase/mathtv/trig_4.5_350k.wmv
> (vlc can play it)
> Ok so I have tried the following pipelines:
> gst-launch-0.10 mmssrc
> location="mms://win.global.playstream.com/showcase/mathtv/trig_4.5_350k.wmv" ! fakesink  ->ok
> gst-launch-0.10 mmssrc
> 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
> 
> Any help :P

Instead of making up pipelines, how about trying with playbin first?

 gst-launch-0.10 -v playbin
uri='mms://win.global.playstream.com/showcase/mathtv/trig_4.5_350k.wmv'

will give you an idea about the elements involved (hint: use asfdemux,
not ffdemux_asf).

Cheers
 -Tim






More information about the gstreamer-devel mailing list