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 320022 - [asfdemux] borks on a particular mms asf stream
[asfdemux] borks on a particular mms asf stream
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-ugly
0.10.2
Other Linux
: Normal normal
: 0.10.3
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-10-27 22:25 UTC by Andy
Modified: 2006-03-27 20:45 UTC
See Also:
GNOME target: ---
GNOME version: 2.11/2.12



Description Andy 2005-10-27 22:25:40 UTC
Distribution/Version: Ubuntu Breezy

I want to record a french live radio (France Info) into an MP3 file using
gstreamer. I'm running the lastest Ubuntu Breezy, have installed all the
required packages (including gstreamer-mms, gstreamer-ffmpeg and gstreamer-lame)
and executed:
$ gst-launch-0.8 mms://vip9.yacast.fr/encoderfranceinfo ! decodebin !
audioconvert ! lame ! filesink location=franceinfo.mp3

followed by this error, with no file generated:
EXECUTION du tube en cours ...
ERROR: from element /pipeline0/decodebin0/asfdemux0: The stream is of a
different type than handled by this element.
Additional debug info:
gstasfdemux.c(1193): gst_asf_demux_process_stream: /pipeline0/decodebin0/asfdemux0:
unknown asf stream (id 00000000)
Execution ended after 1 iterations (sum 918733000 ns, average 918733000 ns, min
918733000 ns, max 918733000 ns).
Comment 1 Andy Wingo 2006-01-13 11:36:29 UTC
The file does indeed typefind as video/x-ms-asf. Dunno what's going on here, appears to be a bug in asfdemux.
Comment 2 Wim Taymans 2006-02-17 08:44:22 UTC
bug in asfdemux
Comment 3 Christian Fredrik Kalager Schaller 2006-03-27 20:44:46 UTC
Ok, tested with current CVS of GStreamer 0.10. Plays fine, I guess the fix for bugs 317310 and 336097 also fixed this one.
Comment 4 Christian Fredrik Kalager Schaller 2006-03-27 20:45:38 UTC
Ok, tested with current CVS of GStreamer 0.10. Plays fine, I guess the fix for bugs 317310 and 336097 also fixed this one.