I use the SDK 5.03.01.15 for my development and this supports tunneled communication.
- When I setup tunnelbetween VSRC(A8)->VDEC(M3-Video)->VENC(M3-Video)->VSNK(A8); it works fine.
- 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