GNOME Bugzilla – Bug 320022
[asfdemux] borks on a particular mms asf stream
Last modified: 2006-03-27 20:45:38 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).
The file does indeed typefind as video/x-ms-asf. Dunno what's going on here, appears to be a bug in asfdemux.
bug in asfdemux
Ok, tested with current CVS of GStreamer 0.10. Plays fine, I guess the fix for bugs 317310 and 336097 also fixed this one.