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.

Multiple instances of OMX_VIDDEC component

Hi,

We want to decode 2-3 1080p60 H264 streams on 816x EVM board.

The problem is that currently in SDK we see that OMX_VIDDEC component supports only single input and single output port.

When we try to create another component we get error in OMX.

Please advise what is the correct way of decoding multiple streams via OMX ?

Do we need to initialize each component in other thread or there is any other way ?

what are exact limitation on decoding on 816x EVM ?

Thank You,

Vladik

Thank You

Vladik

  • Hi  Vladik

       you can reference the decode_display demo under the EZSDK omx install directory,    You can do the same way the create two VDEC component. I have tested this situation. But can't create the third VDEC component.

       Eric