First time here? Check out the FAQ!
THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.
0

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

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.

Mel's avatar
1
Mel
asked 2022-04-20 10:07:37 +0000
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

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

Chuckc's avatar
3k
Chuckc
answered 2022-04-20 18:04:39 +0000
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer