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.

Show 2 H264 stream over DM816x

Hello all,

I need to decode and show two H.264 movies over DM816x using Davinci .

The decoder component support only one input port, and one output port.|
I tried load another instance of "OMX.TI.DUCATI.VIDDEC", but it failed, with OMX_ErrorBadParameter.

How can I run to H.264 movies?

Thanks
Yariv

  • Hi Yariv,

    Instead of the lower level OMX interface, it maybe easier to start with GStreamer. There are several GStreamer pipelines that are shown as examples with the EZSDK and are documented at http://processors.wiki.ti.com/index.php/DM81xx_Gstreamer_Plugin. These should allow you to decode different formats easily.