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.

Running Single Server on DM6467 evm

HI,

I am trying to Build a Single Server using the   H264 video codec version 01.10.04 library and  Audio speech codecs G7.11.

Is it possible to Run the Single  server for  HD Video Encoder - Decoder on DM6467 evm board ? I am not concern with the Performace on the single evm, just want to check the feasibilty of using single server for Videco Codecs.

Will there be any Resouce conflicts ? Like HDVICP, DMA or Memory Issues ?

 

Parshant Gupta

  • Hi Parshant,

    Can you please list which version of the DVSDK you are using? I'm asking because the various DVSDK versions have different codec server setups and I would like to know what you are starting from.

    Also, are you trying to do H.264 encode and decode in the same server, or add audio to one of them, or all of the above?

    Thanks, Niclas

  • Hi Niclas,

    Thanks.

    I am using this version of  DVSDK  -> dvsdk_1_40_02_33.

    I am adding all of the above. (H.264 Encoder, Decoder, G711 Encoder and Decoder).

    Actually problem i am facing problem, When running both H.264 Encoder and Decoder.  The encoder is not working at that time, Decoder is working properly.

    Even the audio is working proper.

    To tell you my system setup, i have two boards B1& B2 cameras are  attached.

    B1  board encoding the data and sending to B2.  B1 decoding the data and displaying it.

    B2  board encoding the data and sending to B1.  B2 decoding the data and displaying it.

    Same for audio, the audio part is working fine.

    Regards,

    Parshant Gupta

     

     

  • Hi Parshant,

    If you want the video encoder and decoder to run simultaneously on dm6467, DVSDK 1.40, you should start from the loopbackCombo.x64P and add speech. Speech is relatively low risk to add with modest stack requirements (see the data sheet). If you start from e.g. encodeCombo.x64P or decodeCombo.x64P and try to add video decode or video encode, this may be more difficult to get right. Did you start from the loopbackCombo?

    Regards, Niclas

  • Hi Niclas,

       Is it possible to realize HD video encode and decode on DM6467EVM together with 2 audio codec channels using AAC?

    Regards, Lu