GNOME Bugzilla – Bug 682936
qtdemux: error when playing vc-1 encoded ismv file, unhandled fourccs
Last modified: 2015-09-07 09:41:35 UTC
Created attachment 222740 [details] gst_debug log When trying to play: http://playready.directtaps.net/smoothstreaming/TTLSS720VC1/To_The_Limit_720_688.ismv Using the following command: GST_DEBUG=*demux*:5 gst-launch-0.10 filesrc location=./To_The_Limit_720_688.ismv ! qtdemux ! ffdec_vc1 ! ffmpegcolorspace ! videoscale ! autovideosink >& ismv_with_vc1.log I get an error that states "streaming stopped, reason not-linked"! I think that the reason might have something to do with the caps. Here is a part of the log: "qtdemux qtdemux.c:5138:gst_qtdemux_add_stream:<qtdemux0>[00m setting caps video/x-gst-fourcc-vc-1, width=(int)448, height=(int)252, framerate=(fraction)500/21, pixel-aspect-ratio=(fraction)1/1" Is video/x-gst-fourcc-vc-1 really correct? I thought it should be "video/x-wmv" or something along those lines (but I might be wrong) I have been testing on GStreamer 0.10.36 (gst-plugins-good 0.10.31)
commit 314efb684b97f3d3a66577cdca892532a7565cd7 Author: Tim-Philipp Müller <tim@centricular.net> Date: Sun Nov 25 14:16:09 2012 +0000 qtdemux: avoid criticals if unknown fourcc has space at beginning or end https://bugzilla.gnome.org/show_bug.cgi?id=682936
Few days ago the stream in #1 was not working because of a qtdemux error that I cannot remember. After updating whole gstreamer from today the link is working. So I think we can close this bug.