Page 1 of 1

GStreamer does not play MKV [OK]

Posted: 26. Feb 2012, 17:38
by Andyun
GStreamer does not play the MKV-files (video codec AVC1):

Code: Select all

gstfaad.c(1319): gst_faad_chain (): /GstPlayBin2:player/GstURIDecodeBin:uridecodebin1/GstDecodeBin2:decodebin21/GstFaad:faad1:
decoding error: Bitstream value not allowed by specification

matroska-demux.c(6040): gst_matroska_demux_loop (): /GstPlayBin2:player/GstURIDecodeBin:uridecodebin1/GstDecodeBin2:decodebin21/GstMatroskaDemux:matroskademux1:
stream stopped, reason error

Re: GStreamer does not play MKV

Posted: 27. Feb 2012, 09:54
by thenktor
Well, try VLC, smplayer, xine, ... ;)

Re: GStreamer does not play MKV

Posted: 27. Feb 2012, 09:55
by gapan
Gstreamer plays mkv file perfectly fine here. Are you sure your file is not broken?

Re: GStreamer does not play MKV

Posted: 27. Feb 2012, 11:23
by thenktor
The error seems to be related to the audio stream. Either it is broken or not supported. You still can try any other player. Some may handle a broken file better.

Re: GStreamer does not play MKV

Posted: 27. Feb 2012, 11:55
by Andyun
Yes, the MPlayer plays, but I want it to be done GStreamer. Sample here (removed).

Re: GStreamer does not play MKV

Posted: 27. Feb 2012, 14:27
by gapan
mplayer2 plays your example file, but it still gives out these errors:

Code: Select all

[aac @ 0x7f0faa8c5dc0]Duplicate channel tag found, attempting to remap.
[h264 @ 0x7f0faa8c5dc0]Cannot parallelize deblocking type 1, decoding such frames in sequential order
[h264 @ 0x7f6add8b2dc0]no picture
I guess the file is broken enough for gstreamer to play it, but mplayer is more forgiving with this one.

Re: GStreamer does not play MKV

Posted: 27. Feb 2012, 14:43
by zAchAry
Should this be reported to the gstreamer-devel mailing-list of GStreamer? http://gstreamer.freedesktop.org/lists/

Re: GStreamer does not play MKV

Posted: 28. Feb 2012, 07:00
by Andyun
I installed another builds of the package faad2 from here and it worked!
This package is built without the parameter "--with-drm".

Re: GStreamer does not play MKV [OK]

Posted: 28. Feb 2012, 13:03
by thenktor
I actually have no idea if DRM works with faad2. Did anybody ever test it?