各位好!我使用的开发环境是DM8168+DVRRDK_04.00.00.03的环境。现在遇到的问题是:

NALU size: 35NALU type0x07 nalutypebyte:0x27 in video frame number 090
NALU size: 5NALU type0x08 nalutypebyte:0x28 in video frame number 090
NALU size: 21NALU type0x06 nalutypebyte:0x06 in video frame number 090
NALU size: 33959NALU type0x05 nalutypebyte:0x25 in video frame number 090
NALU size: 15800NALU type0x01 nalutypebyte:0x21 in video frame number 091
编码参数设置:
/* To set IDR frame periodically instead of I Frame */
staticParams->IDRFrameInterval = 1;
也就是每一个I帧都是idr
录制的264 流文件链接如下:
http://yunpan.cn/cFBeHApYPu4AI
(提取码:7248)
link连接方式,分辨率为1080P30,码率4000*1000 bps
cap->nsf->enc或者cap->dei->enc
请问如何解决?谢谢
