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 580829 - audo/x-mod files play locally but not over http
audo/x-mod files play locally but not over http
Status: RESOLVED DUPLICATE of bug 552118
Product: GStreamer
Classification: Platform
Component: dont know
0.10.x
Other Linux
: Normal minor
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-04-30 01:14 UTC by Robert Ancell
Modified: 2009-10-07 12:50 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Robert Ancell 2009-04-30 01:14:37 UTC
The following does not work:
$ gst-launch-0.10 -v playbin uri=http://www.cavestory.org/xm/kingstheme.xm
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
/GstPlayBin:playbin0/GstDecodeBin:decodebin0/GstTypeFindElement:typefind.GstPad:src: caps = audio/x-mod
/GstPlayBin:playbin0/GstStreamSelector:selector_audio_src0: active-pad = NULL
/GstPlayBin:playbin0/GstQueue:preroll_audio_src0: min-threshold-time = 2850000000
** Message: don't know how to handle audio/x-mod
ERROR: from element /GstPlayBin:playbin0/GstDecodeBin:decodebin0: A Module Music Format (MOD) decoder plugin is required to play this stream, but not installed.
Additional debug info:
gstdecodebin.c(988): close_pad_link (): /GstPlayBin:playbin0/GstDecodeBin:decodebin0:
No decoder to handle media type 'audio/x-mod'
ERROR: pipeline doesn't want to preroll.
Setting pipeline to NULL ...
/GstPlayBin:playbin0/GstDecodeBin:decodebin0/GstTypeFindElement:typefind.GstPad:src: caps = NULL
FREEING pipeline ...

But downloading the file and playing it manually does:
$ gst-launch-0.10 -v playbin uri=file:///tmp/kingstheme.xm

Reported in Ubuntu:
https://bugs.launchpad.net/ubuntu/+source/gstreamer0.10/+bug/368846
Comment 1 Tim-Philipp Müller 2009-06-23 00:54:50 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.


*** This bug has been marked as a duplicate of 552118 ***