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.

Decode 1080p stream error

hi all,

          I create the chains       DEMUX  -->    VDEC  ---->  VFPC_SC  --> VFDC ,  and to decode 1080p h264 stream file, just read a I frame by the basketMgr,

but the errors looks like:

          OMX_EventError :             OMX_ErrorStreamCorrupt

       What's the problem ?

      Thanks and Regards.

      Qin

  • Qin,

    You will notice that the event handler has the parameter OMX_ERRORTYPE in nData1 (OMX_ErrorStreamCorrupt in above case). Note that nData2 has the extendedError as signaled by the codec. This will be useful to understand the exact reason for the error.

    Can you share a dump of the output of DEMUX (input of VDEC) as well?

    Regards,

    Anirban

     

  • hi Anirban,

                     That's problem have been  solved.  The reason is that read the error frame stream.     when  reading the stream correctly, it only read four frames, no response and no errors print.  that 's another problem!

    thanks and regards,

    Qin