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.

Video Playback / AVSYNC error

We use DVR-RDK 03.00.00.00 and UDWorks DM8168 platform.
We get the following error always if video playback starts:

[m3vpss ] AVSYNC:AVSYNC_LINK_CMD_SET_FIRST_VIDPTS failed due to invalid cfg Config:DisplayID[0],ChID[15]

We have AVSYNC disabled (vsysParams.enableAVsync = FALSE; )
Anyway ,if the following functions are called the error occurs.
VdecVdis_bitsRdReadData() ->  VdecVdis_setFrameTimeStamp()  -> Vdis_setFirstVidPTS()

But the playback is running till the end without problems.
The playback is starting without the error and running without problems if we do not set Vdis_setFirstVidPTS().

What can we do to avoid this behavior ?