problem on IMX8M and 4K gstreamer decoding

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

problem on IMX8M and 4K gstreamer decoding

1,011 Views
fredericduchass
Contributor III

Hello,

I try to decode MPEG2TS video stream using imx8m and gstreamer.

Attached here, you can find the stream which gives me problems (4K stream from Astra):

https://wetransfer.com/downloads/f7337743ed38a3fed90dabb7fa20572420190129112122/7e39868bf451393a4768...

The pipeline for playing video service 1 is :

gst-launch-1.0 pciesrc ! typefind ! queue ! aiurdemux name=d program-number=1 ! multiqueue name =q d. ! q. q. ! decodebin ! queue ! kmssink q. ! decodebin ! queue ! audioconvert ! alsasink

With this video service, all is decoded correctly.

The pipeline for playing video service 2 is :

gst-launch-1.0 pciesrc ! typefind ! queue ! aiurdemux name=d program-number=2 ! multiqueue name =q d. ! q. q. ! decodebin ! queue ! kmssink q. ! decodebin ! queue ! audioconvert ! alsasink

With this video the service is not well decoded : i have only video or only audio...

The difference between service 1 and 2 is audio encoding : service 1 use eac3, service 2 use mpeg1.

When audio is eac3, i never get problem. But when audio is mpeg1, it never works smoothly.

Thanks in advance for your help.

BTW : i use BSP 4.9.88

Labels (1)
Tags (3)
2 Replies

760 Views
diegoadrian
NXP Employee
NXP Employee

Hello,

Can you please send me the videos where are you having problems through transweb? 

https://www.nxp.com/transweb

Furthermore, in the meantime, I will be testing your pipelines with one of our videos.

Best regards,

Diego.

0 Kudos

760 Views
fredericduchass
Contributor III

Hi Diego,


Excuse me i haven't seen your answer. I solve my problem myself using a big queue and now it seems working...

But many thanks for your interest in my problem.

Next time i'll use transweb..

BR

Frédéric

0 Kudos