GNOME Bugzilla – Bug 365357
WMV3 Complex Profile is unsupported
Last modified: 2006-10-26 17:47:48 UTC
The following stream is not playable with Gstreamer. URL: mms://213.254.239.60/motortv$01 The sound plays fine in VLC. VLC also complains about not supporting fourcc WMV3. GST_DEBUG=*:2 gst-launch-0.10 playbin uri= outputs: [snip] 0:00:01.085224000 26034 0x8139ec0 WARN asfdemux gstasfdemux.c:906:gst_asf_demux_add_audio_stream: Audio header contains 10 bytes of codec specific data 0:00:01.520229000 26034 0x8139ec0 WARN asfdemux gstasfdemux.c:819:gst_asf_demux_get_stream: Segment found for undefined stream: (78) 0:00:01.520391000 26034 0x8139ec0 WARN asfdemux gstasfdemux.c:2112:gst_asf_demux_process_chunk: invalid stream number 78 0:00:01.520515000 26034 0x8139ec0 WARN asfdemux gstasfdemux.c:819:gst_asf_demux_get_stream: Segment found for undefined stream: (108) 0:00:01.520578000 26034 0x8139ec0 WARN asfdemux gstasfdemux.c:2112:gst_asf_demux_process_chunk: invalid stream number 108 0:00:01.520950000 26034 0x8139ec0 WARN asfdemux gstasfdemux.c:819:gst_asf_demux_get_stream: Segment found for undefined stream: (49) 0:00:01.521013000 26034 0x8139ec0 WARN asfdemux gstasfdemux.c:2112:gst_asf_demux_process_chunk: invalid stream number 49 [snip] 0:00:05.729706000 26034 0x81fcfa8 ERROR ffmpeg :0:: Profile value 2 is forbidden (and WMV3 Complex Profile is unsupported) 0:00:05.808281000 26034 0x8139ec0 WARN basesrc gstbasesrc.c:1610:gst_base_src_loop:<source> error: Internt dataflödesfel. 0:00:05.808339000 26034 0x8139ec0 WARN basesrc gstbasesrc.c:1610:gst_base_src_loop:<source> error: streaming task paused, reason not-negotiated (-4) [snip] Other information: Gstreamer-CVS, Gst-plugins-*-CVS and Gst-ffmpeg-CVS
This looks exactly like the parsing error in bug #364442. (There may be more involved than that of course, but let's not open a million close-to-similar bugs for asfdemux that all boil down to the fact that asfdemux needs some love). *** This bug has been marked as a duplicate of 364442 ***