Problem in Playing ogg video files with aiurdemux on imx6q sabrelite

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

Problem in Playing ogg video files with aiurdemux on imx6q sabrelite

469 Views
bhuvaneshsurach
Contributor I

Hi,

   I am trying to play ogg files using gst-launch with the pipeline below:

gst-launch-0.10 filesrc location= <ogg video file path> typefind=true ! aiurdemux ! queue ! vpudec ! ffmpegcolorspace ! mfw_v4lsink

Getting the following error:

[CreateParser} failed ret=-21 from the aiurdemuxer.

I am using gst-fsl-plugins version 3.0.5.

Could you please help in getting this issue resolved?

Labels (3)
0 Kudos
1 Reply

288 Views
LeonardoSandova
Specialist I

Have you tried other ogg files? also, I think you can avoid the color space element, unless you want to do some color conversion or rescaling stuff. If this the case, you can use the HW-accelerated element called mfw_ipucsc.

Leo

0 Kudos