You have a problem with Salix? Post here and we'll do what we can to help.
Andyun
Posts: 456 Joined: 17. Jun 2010, 09:51
Location: Russia: Severodvinsk / Россия: Северодвинск
Post
by Andyun » 26. Feb 2012, 17:38
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.
thenktor
Salix Wizard
Posts: 2426 Joined: 6. Jun 2009, 14:47
Location: Franconia
Contact:
Post
by thenktor » 27. Feb 2012, 09:54
Well, try VLC, smplayer, xine, ...
gapan
Salix Wizard
Posts: 6368 Joined: 6. Jun 2009, 17:40
Post
by gapan » 27. Feb 2012, 09:55
Gstreamer plays mkv file perfectly fine here. Are you sure your file is not broken?
thenktor
Salix Wizard
Posts: 2426 Joined: 6. Jun 2009, 14:47
Location: Franconia
Contact:
Post
by thenktor » 27. Feb 2012, 11:23
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.
Andyun
Posts: 456 Joined: 17. Jun 2010, 09:51
Location: Russia: Severodvinsk / Россия: Северодвинск
Post
by Andyun » 27. Feb 2012, 11:55
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.
gapan
Salix Wizard
Posts: 6368 Joined: 6. Jun 2009, 17:40
Post
by gapan » 27. Feb 2012, 14:27
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.
Andyun
Posts: 456 Joined: 17. Jun 2010, 09:51
Location: Russia: Severodvinsk / Россия: Северодвинск
Post
by Andyun » 28. Feb 2012, 07:00
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.
thenktor
Salix Wizard
Posts: 2426 Joined: 6. Jun 2009, 14:47
Location: Franconia
Contact:
Post
by thenktor » 28. Feb 2012, 13:03
I actually have no idea if DRM works with faad2. Did anybody ever test it?