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.

Run dvr_rdk_demo_mcfw_api.out "VDEC + VDIS - SD/HD Decode ONLY" option error on DM8107 platform

Other Parts Discussed in Thread: DM8107

Hi

I am doing a DVR project and my platform is DM8107.

I run dvr_rdk_demo_mcfw_api demo code and I choose VDEC + VDIS  - SD/HD Decode ONLY option,

but I get a log error when display ts file which uses h264 decode.

I follow the DM81xx_DVR_RDK_DemoGuide.pdf and run the command below :

1 ./init.sh

2 ./load.sh

3 ./run.sh

The error log is below :

[m3video]  113348: DECODE: CH0: Decoder Flushing !!!
 [m3video]  113348: DECODE: CH0: Decoder Flushing !!!
 [m3video] 113375:DECLINK::links_m3video/iva_dec/decLink_h264.c:[377]::INTERNAL ERROR:-1
 [m3video] ALGPROCESS FAILED:STATUS
 [m3video] outArgs->viddec3OutArgs.extendedError for channel 0 Error: 0xa10
 [m3video] Sequence called number 469
 [m3video]  113376: DECODE: CH0: Decoder flush needed (2576)!!!
 [m3video]  113376: DECODE: CH0: Decoder Flushing !!!
 [m3video]  113376: DECODE: CH0: Decoder Flushing !!!
 [m3video] 113401:DECLINK::links_m3video/iva_dec/decLink_h264.c:[377]::INTERNAL ERROR:-1
 [m3video] ALGPROCESS FAILED:STATUS
 [m3video] outArgs->viddec3OutArgs.extendedError for channel 0 Error: 0x2000a00
 [m3video] Sequence called number 470
 [m3video]  113401: DECODE: CH0: Decoder flush needed (33556992)!!!
 [m3video]  113401: DECODE: CH0: Decoder Flushing !!!
 [m3video]  113402: DECODE: CH0: Decoder Flushing !!!
 [m3video] 113427:DECLINK::links_m3video/iva_dec/decLink_h264.c:[377]::INTERNAL ERROR:-1
 [m3video] ALGPROCESS FAILED:STATUS
 [m3video] outArgs->viddec3OutArgs.extendedError for channel 0 Error: 0x2000a00
 [m3video] Sequence called number 471
 [m3video]  113427: DECODE: CH0: Decoder flush needed (33556992)!!!
 [m3video]  113427: DECODE: CH0: Decoder Flushing !!!
 [m3video]  113427: DECODE: CH0: Decoder Flushing !!!
 [m3video] 113451:DECLINK::links_m3video/iva_dec/decLink_h264.c:[377]::INTERNAL ERROR:-1
 [m3video] ALGPROCESS FAILED:STATUS
 [m3video] outArgs->viddec3OutArgs.extendedError for channel 0 Error: 0x2000a00
 [m3video] Sequence called number 472
 [m3video]  113451: DECODE: CH0: Decoder flush needed (33556992)!!!
 [m3video]  113451: DECODE: CH0: Decoder Flushing !!!
 [m3video]  113452: DECODE: CH0: Decoder Flushing !!!
 [m3video] 113478:DECLINK::links_m3video/iva_dec/decLink_h264.c:[377]::INTERNAL ERROR:-1
 [m3video] ALGPROCESS FAILED:STATUS
 [m3video] outArgs->viddec3OutArgs.extendedError for channel 0 Error: 0x2000a00
 [m3video] Sequence called number 473
 [m3video]  113479: DECODE: CH0: Decoder flush needed (33556992)!!!
 [m3video]  113479: DECODE: CH0: Decoder Flushing !!!
 [m3video]  113479: DECODE: CH0: Decoder Flushing !!!
 [m3video] 113503:DECLINK::links_m3video/iva_dec/decLink_h264.c:[377]::INTERNAL ERROR:-1
 [m3video] ALGPROCESS FAILED:STATUS
 [m3video] outArgs->viddec3OutArgs.extendedError for channel 0 Error: 0x2000a00
 [m3video] Sequence called number 474
 [m3video]  113504: DECODE: CH0: Decoder flush needed (33556992)!!!
 [m3video]  113504: DECODE: CH0: Decoder Flushing !!!
 [m3video]  113504: DECODE: CH0: Decoder Flushing !!!
 [m3video] 113529:DECLINK::links_m3video/iva_dec/decLink_h264.c:[377]::INTERNAL ERROR:-1
 [m3video] ALGPROCESS FAILED:STATUS
 [m3video] outArgs->viddec3OutArgs.extendedError for channel 0 Error: 0x2000a00

 [m3video] Sequence called number 475
 [m3video]  113529: DECODE: CH0: Decoder flush needed (33556992)!!!
 [m3video]  113529: DECODE: CH0: Decoder Flushing !!!
 [m3video]  113530: DECODE: CH0: Decoder Flushing !!!
root@dvr:/opt/dvr_rdk/ti810x#

Can anyone help me fixing this problem. Thank you very much.