Hi All,
I am using DVRRDK_01.09.00.16 for DM8168 development and I am facing the issue with IDR frame generation.
According to the RDK, IDRFrameInterval is for interval between two IDR frames,
0 : Only first I frame as IDR
1 : All I frames are IDR
2 : 1 out of 2 I frames are IDR starting from first I-frame
The H264 encoding is running at 30 fps, one I-frame for every 30 frames. I need all I-frames be IDR frames.
In the RDK, IDRFrameInteval = 1, which is exactly what I want.
BUT, no matter what IDRFrameInterval is set to, all I-Frames not an IDR-Frame, except for the first I-frame.
Is this a bug, or am I missing something?
Thanks,
Chris