This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Problem with decoding video

Dear Experts,

I am working on RDK Version 3.5

Issue about decoding H264bitstream(Attached file) :

As I understand for decoding H264bitstream, I just feed frame to the decoder like this: SPS PPS IDR P....  Is it correct?. For this H264bitstream(Attached file) that also contain SEI, AUD. So I didnt care about them, just feeding frame to decoder like: SPS PPS IDR P P.... I got some below errors:

[m3video] 80199:DECLINK::links_m3video/iva_dec/decLink_h264.c:[333]::INTERNAL ERROR:-1
[m3video] ALGPROCESS FAILED:STATUS
[m3video] outArgs->viddec3OutArgs.extendedError for channel 0 Error: 0xa10
[m3video] Sequence called number 3065
[m3video] 80199:DECLINK::links_m3video/iva_dec/decLink_h264.c:[333]::INTERNAL ERROR:-1
[m3video] ALGPROCESS FAILED:STATUS
[m3video] outArgs->viddec3OutArgs.extendedError for channel 0 Error: 0x401
[m3video] Sequence called number 3066
[m3video] 80232:DECLINK::links_m3video/iva_dec/decLink_h264.c:[333]::INTERNAL ERROR:-1
[m3video] ALGPROCESS FAILED:STATUS
[m3video] outArgs->viddec3OutArgs.extendedError for channel 0 Error: 0xa10
[m3video] Sequence called number 3067
[m3video] 80233:DECLINK::links_m3video/iva_dec/decLink_h264.c:[333]::INTERNAL ERROR:-1
[m3video] ALGPROCESS FAILED:STATUS
[m3video] outArgs->viddec3OutArgs.extendedError for channel 0 Error: 0x401
[m3video] Sequence called number 3068
[m3video] 80266:DECLINK::links_m3video/iva_dec/decLink_h264.c:[333]::INTERNAL ERROR:-1
[m3video] ALGPROCESS FAILED:STATUS
[m3video] outArgs->viddec3OutArgs.extendedError for channel 0 Error: 0xa10
[m3video] Sequence called number 3069
[m3video] 80267:DECLINK::links_m3video/iva_dec/decLink_h264.c:[333]::INTERNAL ERROR:-1
[m3video] ALGPROCESS FAILED:STATUS
[m3video] outArgs->viddec3OutArgs.extendedError for channel 0 Error: 0x401

Maybe I mistake when feed frame data to the decoder ???

Anyone could explain to me what is probem?. Thank you so much!

Attached H264Bitstream:

7802.H264Bitstream.zip

H264Bitstream like below picture