After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 570035 - Can't watch a mms stream
Can't watch a mms stream
Status: RESOLVED DUPLICATE of bug 542663
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
0.10.x
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-01-31 22:30 UTC by Alejandro
Modified: 2009-04-19 11:50 UTC
See Also:
GNOME target: ---
GNOME version: 2.23/2.24



Description Alejandro 2009-01-31 22:30:05 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?
Comment 1 Christian Persch 2009-01-31 23:45:25 UTC
Same happens when playing the video from the underlying mms:// URI directly in totem. Probably a gstreamer problem (tested with gstreamer everything from git).
Comment 2 Martin Hamrle 2009-04-18 16:53:50 UTC
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
Comment 3 Edward Hervey 2009-04-19 11:50:08 UTC
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 ***