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.

DM8107: Error when creating nfs link

Genius 13655 points

Part Number: DM8107

Hello Champs,

Customer used DVRRDK_04.01.00.02.

When creating nfs link, it prompted the error:

 [m3vpss ]  12103: Assertion @ Line: 225 in links_m3vpss/nsf/nsfLink_drv.c: pObj->fvidHandleNsf != NULL : failed !!!

Below is the nfs link create code:

nsfPrm.bypassNsf = TRUE;
nsfPrm.tilerEnable = FALSE;
nsfPrm.inQueParams.prevLinkId = dupId[0];
nsfPrm.inQueParams.prevLinkQueId = 1;
nsfPrm.numOutQue = 1;
nsfPrm.outQueParams[0].nextLink = mergeId[0];
nsfPrm.numBufsPerCh = 1;
nsfPrm.inputFrameRate = 30;
nsfPrm.outputFrameRate = 1;

Thanks.
Rgds
Shine