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.

DM368 decoder is blocked at fifoRet = Fifo_get(envp->hDisplayOutFifo, &hDispBuf) function

Dear all, 

I am working on DVSDK version 2.10.01.18. My issue:

    DM368 decoder can receive the encoded frame 720p high profile directly via UDP protocol from network.

        + If I save those encoded frame into a file, then I use VLC player to play the file and it works well. But when I decode those encoded frame and display  by using the dvsdk_2_10_01_18/dvsdk_demos_2_10_00_17/dm365/decode/video.c. Decoder  decodes and displays some the first frames and then it  was blocked at fifoRet = Fifo_get(envp->hDisplayOutFifo, &hDispBuf) function at line 410 in main loop as file attached:6786.video.c


        + Analysis the file which I saved like this:

 

Any one help me! Thank you very much!