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.

How many instances of TI H.264 encoder can be created and operated in DM648?

Dear Sir.

Hello. I'm using DM648 EVM and TI H.264 encoder.

I have tried to implement a multi-channel video encoder on DM648 EVM. 

If video channel of my video encoder is less than 8, it is not difficult. Because EVM demo supplies examples related with it.

But I want to make the recoder which supports larger than 8 (about 20 and 30 channel video encoder).

Since the number of DM648 video port is restricted to 8, I designed a video sender. It receives the video frame (640x480) from cameras, make video stream, and send the video stream to DM648 EVM.

I thought that instances of H.264 encoders must be created to manage each cameras.

So my question is how many TI H.264 encoders can be created in DM648 for the multi-channel video encoder.

The system block diagram is as below.

Thanks.