GStreamer does not play MKV [OK]

You have a problem with Salix? Post here and we'll do what we can to help.
Post Reply
User avatar
Andyun
Posts: 456
Joined: 17. Jun 2010, 09:51
Location: Russia: Severodvinsk / Россия: Северодвинск

GStreamer does not play MKV [OK]

Post 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
Last edited by Andyun on 28. Feb 2012, 08:23, edited 3 times in total.
User avatar
thenktor
Salix Wizard
Posts: 2426
Joined: 6. Jun 2009, 14:47
Location: Franconia
Contact:

Re: GStreamer does not play MKV

Post by thenktor »

Well, try VLC, smplayer, xine, ... ;)
Image
burnCDDA (burns audio CDs)
geBIERt (German beer blog)
User avatar
gapan
Salix Wizard
Posts: 6368
Joined: 6. Jun 2009, 17:40

Re: GStreamer does not play MKV

Post by gapan »

Gstreamer plays mkv file perfectly fine here. Are you sure your file is not broken?
Image
Image
User avatar
thenktor
Salix Wizard
Posts: 2426
Joined: 6. Jun 2009, 14:47
Location: Franconia
Contact:

Re: GStreamer does not play MKV

Post 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.
Image
burnCDDA (burns audio CDs)
geBIERt (German beer blog)
User avatar
Andyun
Posts: 456
Joined: 17. Jun 2010, 09:51
Location: Russia: Severodvinsk / Россия: Северодвинск

Re: GStreamer does not play MKV

Post by Andyun »

Yes, the MPlayer plays, but I want it to be done GStreamer. Sample here (removed).
Last edited by Andyun on 16. Apr 2012, 10:27, edited 1 time in total.
User avatar
gapan
Salix Wizard
Posts: 6368
Joined: 6. Jun 2009, 17:40

Re: GStreamer does not play MKV

Post 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.
Image
Image
User avatar
zAchAry
Posts: 804
Joined: 11. May 2010, 09:02
Location: Israel

Re: GStreamer does not play MKV

Post by zAchAry »

Should this be reported to the gstreamer-devel mailing-list of GStreamer? http://gstreamer.freedesktop.org/lists/
Image
Help to make Slackware easier Donate to Salix
User avatar
Andyun
Posts: 456
Joined: 17. Jun 2010, 09:51
Location: Russia: Severodvinsk / Россия: Северодвинск

Re: GStreamer does not play MKV

Post by Andyun »

I installed another builds of the package faad2 from here and it worked!
This package is built without the parameter "--with-drm".
Last edited by Andyun on 9. Jun 2012, 11:55, edited 1 time in total.
User avatar
thenktor
Salix Wizard
Posts: 2426
Joined: 6. Jun 2009, 14:47
Location: Franconia
Contact:

Re: GStreamer does not play MKV [OK]

Post by thenktor »

I actually have no idea if DRM works with faad2. Did anybody ever test it?
Image
burnCDDA (burns audio CDs)
geBIERt (German beer blog)
Post Reply