About mkv file decoding in Linux 3.0.35.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

About mkv file decoding in Linux 3.0.35.

Jump to solution
672 Views
keitanagashima
Senior Contributor I

Dear All,

[Issue]

A specific video file (.mkv) is loaded very slowly while playing. Meanwhile, the load of CPU is very high.

[Comment]

Device: i.MX 6Dual

We use gstreamer. And the version of gstreamer is 0.10.35 from “L3.0.35_4.1.0_130816_images_MX6” and “IMX_MMCODEC_3.0.35_4.1.0_BUNDLE_CODA.tar.gz”.
I don't think the VPU caused this bug. I think it's aiurdemux plugin.

Because only the aiurdemux thread has a high load of CPU.

[Command line]

$ gst-launch-0.10 -v filesrc location=/mnt/udisk1/sample.mkv ! decodebin2 name=dec dec. ! audioconvert ! audioresample ! alsasink dec. ! mfw_v4lsink

[Video information]

Container: .mkv (Matroska)

Video: H264 - MPEG AVC (part10) (avc1), 1280x720, 30fps

Audio: MPEG AAC Audio (mp4a), 48kHz

[Question]

Please resolve this issue.

Best Regards,

Keita

0 Kudos
1 Solution
518 Views
joanxie
NXP TechSupport
NXP TechSupport

1) pls update the bsp to 4.1.1 version, which fix some issues from 4.1.0

2) pls try to use "gst-launch playbin2 uri=file:/// "

View solution in original post

0 Kudos
1 Reply
519 Views
joanxie
NXP TechSupport
NXP TechSupport

1) pls update the bsp to 4.1.1 version, which fix some issues from 4.1.0

2) pls try to use "gst-launch playbin2 uri=file:/// "

0 Kudos