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.

Setup tunnel between VDEC & DEI

I use the SDK 5.03.01.15 for my development and this supports tunneled communication.

  1. When I setup tunnelbetween VSRC(A8)->VDEC(M3-Video)->VENC(M3-Video)->VSNK(A8); it works fine.
  2. When I setup tunnelbetween VSRC(A8)->DEI(M3-VPSS)->VSNK(A8); it works fine.

But when I try to setup tunnel between

              VSRC(A8)->VDEC(M3-Video)->DEI(M3-VPSS)->VENC(M3-Video)->VSNK(A8); the setup_tunnel fails when it tires to setup tunnel between VDEC and DEI. It is unable to setup a tunnel between two components which are on two different M3.

             The program Hangs in RcmClient_exec(rcmHndl, rcmMsg, &rcmMsg) @ Line No ~ 150, File - OMXRpcStubCommon.c     

Unlike setup tunnel between successful components, it also fails in        

  It fails in the condition (if (NULL == DomxTunnelMgr_module->connectionInfoTbl.elem[nCompIdx][0].sRpcSkelInfo.pRpcSkelHandle))

             @ function: domxtmgr_create_connection, file:DomxTunnelMgr.c

Not getting any idea to solve this problem. Any one experianced this before?

 

Thanks

Bose