I.MX8mq VPU decoder fail

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

I.MX8mq VPU decoder fail

641 Views
kajal_rangani
Contributor I

Hi,

I am using Android p9.0.0_2.3.0 on imx8mq.

When i tried to do http streaming of 1920x1080p resolution, Got below log:

I OMXPlayer: FilterOneBuffer: vpu dec buf failure: ret=0x1

further debugging lead to below log

I OMXPlayer: No more space to handle input ts.

 this log blocks GetBuffer API to get input buffer address.

same vector plays perfectly well when i tried to play it locally but it fails when i tried to stream it using HTTP protocol .

0 Kudos
2 Replies

529 Views
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hello Kajal,

How many player are this? because the Android on MX8M manage around 4 player without memory space notice. Maybe we are on a bug here.

Regards

0 Kudos

529 Views
kajal_rangani
Contributor I

Hello,

I am trying To do HTTP streaming via Gallery App.

command which i ran on IMX8M is "adb shell am start -n com.android.gallery3d/com.android.gallery3d.app.MovieActivity -d http://192.168.0.12:8080/123"

OMXPlayer is used.

0 Kudos