Detect MPEG4/H264 I-Frame (IDR) in RTP stream

前端 未结 6 2132
灰色年华
灰色年华 2020-12-04 08:54

I need to detect MPEG4 I-Frame in RTP packet. I know how to remove RTP header and get the MPEG4 frame in it, but I can\'t figure out how to identify the I-Frame.

Doe

6条回答
  •  遥遥无期
    2020-12-04 09:26

    0x000001b6: vop_start_code (keyframe, if the next two bits are zero) this is correct way for MPEG-4

提交回复
热议问题