Ask Your Question
0

How to identify the first I-frame of a H264 stream

asked 2022-04-20 10:07:37 +0000

Mel gravatar image

Hello! I'm working on a project and after capturing a H264 stream using RTP, I must find the first I-frame. I am very new to Wireshark so any guidance would be appreciated.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2022-04-20 18:04:39 +0000

Chuckc gravatar image

How to Find I-frame Using Wireshark for H.323 Video Communication
Ancient blog post. Skip to the bottom for filter: h264.nal_unit_hdr == 7

There is a sample capture attached to issue 3000: h264 Dissector-errors and extension.
Payload type is 97. Edit->Preferences->Protocol->H.264->H.264 dynamic payload types: 97

Frame 169:

H.264
    NAL unit header or first byte of the payload
        0... .... = F bit: No bit errors or other syntax violations
        .01. .... = Nal_ref_idc (NRI): 1
        ...0 0111 = Type: NAL unit - Sequence parameter set (7)
    H264 NAL Unit Payload

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

Stats

Asked: 2022-04-20 10:07:37 +0000

Seen: 1,247 times

Last updated: Apr 20 '22