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.

OMX port replication



I'm running with the DM816x on the evm with SDK 5.0.0.11 and I have a question about how to do port replication with OMX.

We’re looking to take in one input, duplicate it many times (up to eight), scale each duplicated scream differently, and independently encode each scaled stream.  How do we do this?  It seems like the duplicate port feature (described in appendix-2 of the sdk user’s guide) will only make a single copy of an input channel?  The VFPC.SC/DEI component can also duplicate a input stream, but also only once?  If those assumptions are true then how would we get multiple copies?  Should we connect a number of VFPC.SC/DEI components together to achieve the desired number of copies?   If so what’s the limitation on the number of VFPC.SC instances?