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.

Venc1_process Failed on DM6467 , SINGLE Server

HI,

I have build single server on DM6467 using the h264dec decoder and h264enc encoder library, downloaded from TI's web site.

 I am able to run the single server, but the Encoder Process function is returning status -1 , can anyone guide me for this error.

 If i am running individual Encoder and Decoder, its working fine and able to decode and encode the data properly.

 

 Parshant Gupta

  • Instead of running your app like this:

    ./myapp

    Try this:

    CE_DEBUG=3 ./myapp > output.txt

    Post output.txt here and maybe someone can point you in the right direction.

  • Thanks, but some doubts in my mind.

    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 ?

     

    I ll paste the CE_DEBUGG trace soon, for failing the Venc1_process function call for encoder, while running the single server

     

    Parshant Gupta

  • Parshant Gupta said:

    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 ?

    Are you trying to run the encoder and decoder simultaneously?  If so, I'm not sure of the answer in this particular case.

    If you're running only the encode or only the decode at one time then there is definitely no issue there.  That's exactly what we do for our examples that ship in the DVSDK.  That is, there is a single codec server called cs.x64P and all the demos utilize that exact same server.

  • Prashant,

     DVSDK v3.10 demos on DM6467T can run 720p30 encode and decode simultaneously on DM6467T EVM. What resolution are you trying to run at?

     

    Prateek