GNOME Bugzilla – Bug 570035
Can't watch a mms stream
Last modified: 2009-04-19 11:50:08 UTC
I'd like to watch that video: http://13h15-le-samedi.france2.fr/index-fr.php?page=accueil&id_article=272 My totem browser plugin in Firefox displays the first frame but then nothing happens. No moving images, no moving pictures. How can I get this running?
Same happens when playing the video from the underlying mms:// URI directly in totem. Probably a gstreamer problem (tested with gstreamer everything from git).
I have similar problem with http://www.ct24.cz/ . When I play mms stream with gst-launch, only first frame is displayed as Alejandro described. gst-launch mmssrc location=mms://a988.v101995.c10199.e.vm.akamaistream.net/7/988/10199/3f97c7e6/ftvigrp.download.akamai.com/10199/horsgv/regions/siege/france2/13h15/13h15_20090131_integrale.wmv ! decodebin name=decoder decoder. ! queue ! audioconvert ! audioresample ! pulsesink decoder. ! ffmpegcolorspace ! xvimagesink But if I dump stream and play dumped stream everything works fine. gst-launch mmssrc location=mms://a988.v101995.c10199.e.vm.akamaistream.net/7/988/10199/3f97c7e6/ftvigrp.download.akamai.com/10199/horsgv/regions/siege/france2/13h15/13h15_20090131_integrale.wmv ! filesink location=/tmp/stream.dump gst-launch filesrc location=/tmp/stream.dump ! decodebin name=decoder decoder. ! queue ! audioconvert ! audioresample ! pulsesink decoder. ! ffmpegcolorspace ! xvimagesink
Works fine with playbin2 and git totem. Closing as duplicate of playbin2 totem port bug #542663 *** This bug has been marked as a duplicate of 542663 ***