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 468225 - asfdemux / cannot play stream from mms://mediaWM01.cines.fr/3517/windows/canalu/utls/304/304-0.wmv
asfdemux / cannot play stream from mms://mediaWM01.cines.fr/3517/windows/cana...
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-ugly
git master
Other All
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-08-19 15:39 UTC by xbx
Modified: 2008-02-18 22:49 UTC
See Also:
GNOME target: ---
GNOME version: 2.19/2.20



Description xbx 2007-08-19 15:39:13 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:
Comment 1 xbx 2007-08-19 15:44:55 UTC
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.
Comment 2 Sebastian Dröge (slomo) 2008-02-15 05:41:22 UTC
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...