GNOME Bugzilla – Bug 383491
[asfdemux] unable to play mmsh-stream from www.yle.fi/elavaarkisto
Last modified: 2008-02-15 05:32:41 UTC
# totem mmsh://195.248.86.140/player/35/3500_1.wmv?MSWMExt=.asf buffers but does not show anything. Competitors: mplayer ok with http://195..., xine ok With decodebin2 totem does not even buffer.
# mmssrc works, foo.out can be player with mplayer and xine gst-launch mmssrc location="mmsh://195.248.86.140/player/35/3500_1.wmv?MSWMExt=.asf" ! filesink location=foo.out # asfdemux works for video gst-launch filesrc location=foo.out ! asfdemux name=demuxer demuxer. ! queue ! ffdec_wmv3 ! autovideosink # asfdemux works for audio gst-launch filesrc location=foo.out ! asfdemux name=demuxer demuxer. ! queue ! ffdec_wmav2 ! autoaudiosink Combined audio and video does not work by combining the above two pipelines.
Doesn't work for me, with none of the players. Doesn't even establish a TCP connection, but doesn't reject it either (ie. it just hangs in connect() until it times out after an eternity). Maybe you could capture the first ~1M or so and attach it to this bug report? ('head --bytes=999k file.mms > headers.mms') will give you a bit less than the first 1MB (just under the bugzilla limit).
Created attachment 88357 [details] First 999kB of the stream Actually, now totem plays header.mms fine, but not the mmsh://... -url.
Ok, the URL does not work anymore, let's close this bug then until someone finds an URL that gives the same bug ;)