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.

Failed to create MPEG4DEC while MPEG4ENC is running

Hello,

         I integrated the DM355 MPEG4DEC into mplayer on DM355EVM. It play well. But if I run mplayer while encoding. The encode program is the demo from DVSDK.  mplayer will complain it can’t create VIDDEC2. The output of mplayer is:

         ………………………………………………………………………………………..

[dm3xxmpeg4 @ 0x608068]Begin Opening Engine: encodedecode

[dm3xxmpeg4 @ 0x608068]Opening Engine: encodedecode ok

[dm3xxmpeg4 @ 0x608068]Begin VIDDEC2_create: mpeg4dec

 

CMEMK Error: GETPHYS: Failed to convert virtual 0x402cb9a0 to physical

CMEM Error: getPhys: Failed to get physical address of 0x4034c9a0

 

invalid param address

[dm3xxmpeg4 @ 0x608068]Error in creating MPEG4 decoder.

         ………………………………………………………………………………………..

 How can I run both the encoder & decoder in different process at the same time? Thanks