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 311044 - mmsh:// seems to be not recognized
mmsh:// seems to be not recognized
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
0.8.10
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-07-20 18:15 UTC by Thomas P.
Modified: 2006-01-12 19:28 UTC
See Also:
GNOME target: ---
GNOME version: 2.9/2.10



Description Thomas P. 2005-07-20 18:15:33 UTC
Distribution/Version: Ubuntu Hoary

I'm trying to get the following stream on my harddrive with gstreamer:
http://stanford-online.stanford.edu/courses/ee380/050216-ee380-100.asx

I already succesfully dumped it with mplayer -dumpstream, and can also
stream it with totem-xine. However i prefer to let gstreamer do the
job.

The file is a playlist, that links to another playlist infinitly, but
totem in debug modus tells me:

** Message: on_got_redirect
mmsh://lang.stanford.edu/courses/ee380/050216-ee380-100.wmv

So i assume that is the real address. However gstreamer doesn't like
it, i'm thinking it might be the mmsh:// bit. libmss is installed of
course as well as asfdemux, and a mms:// i tried works fine. That's
what i've been trying:

gst-launch mmssrc
location=mmsh://lang.stanford.edu/courses/ee380/050216-ee380-100.wmv !
filesink location=test.wmv

It fails immediately, doesn't even seem to connect, i have the feeling
mmsh cannot be parsed. The same command with mms instead of mmsh shows
no error, but doesn't download anything.
Comment 1 Christian Fredrik Kalager Schaller 2005-11-10 11:23:36 UTC
Yes, mmsh is not supported yet by libmms the mms protocol library we are
depending on. Mathrick is supposed to have a patch for this he is planing on
merging soon, which would resolve the problem.
Comment 2 Andy Wingo 2006-01-12 19:28:56 UTC
Fixed in 0.10, give it a try.