GNOME Bugzilla – Bug 468225
asfdemux / cannot play stream from mms://mediaWM01.cines.fr/3517/windows/canalu/utls/304/304-0.wmv
Last modified: 2008-02-18 22:49:27 UTC
Please describe the problem: gst-launch playbin uri=mms://mediaWM01.cines.fr/3517/windows/canalu/utls/304/304-0.wmv - at first, nothing seems to happen for the exact duration of the movie. - and then the movie plays, the audio works but no image appears. (with decodebin2, doesn't work at all) Steps to reproduce: Actual results: Expected results: Does this happen every time? Other information:
some more investigations: * gst-launch mmssrc location=mms://mediaWM01.cines.fr/3517/windows/canalu/utls/304/304-0.wmv ! filesink location=joe.wmv -> works and downloads the file. * gst-launch playbin uri=file:///.../joe.wmv -> works perfectly. * gst-launch filesrc location=joe.wmv ! asfdemux ! ffdec_wmav2 ! alsasink -> works perfectly (that is, only the audio is played) * gst-launch filesrc location=joe.wmv ! asfdemux ! ffdec_msmpeg4 ! ximagesink -> doesn't work. No error message, but the program terminates even before openning a window. Enabling the log give the impression that it goes through all the movie, but never finds anything to display.
Hm, the URL plays fine for me in totem (video & audio) with latest gstreamer CVS and libmms. Closing this bug but feel free to reopen if the bug still exists for someone with the latest versions...