I am using DVRRDK 4.0 to implement decode link for H264decoder.
Currently, I have a question that what the timing the reference clock is adjusted.
Which is, if the timestamp of the input frame is 33ms, 66ms, 100ms, 5000ms, 5033ms, 5066ms, 5099ms, 50100ms, ... etc
I'll see the reference time will be adjusted to 5000ms, but the timeing of the adjustment seems not start after input the frame with 5000ms.
[m3vpss ] AVSYNC:RefCLk Adjust .Delta[-5460],AjustPTS[5000],MaxLead[750],MaxLag[180]
It sometimes starts when input frame with 50100ms, and it's not stable to control the timing when the adjustment is working.
My question is, is there anyway to control the timing or how can I make the the adjustment happened immediately when the next time gap is coming?
The usecase is that I am doing the seeking on video stream, and 5000ms is the seeking time, it starts with I frame.
Thanks,
Ian