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 365357 - WMV3 Complex Profile is unsupported
WMV3 Complex Profile is unsupported
Status: RESOLVED DUPLICATE of bug 364442
Product: GStreamer
Classification: Platform
Component: dont know
git master
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-10-26 17:27 UTC by Filip Palm
Modified: 2006-10-26 17:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16



Description Filip Palm 2006-10-26 17:27:46 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
Comment 1 Tim-Philipp Müller 2006-10-26 17:47:48 UTC
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 ***