You do not want to send FU. FU is not support is H.264 Single NAL mode (H.241 Annex A)
 
The latest X264 code (.79) supports setting the NAL slice size to being under the UDP MTU size of 1.4kb so the NAL should never need to be fragmented over 1 or more RTP frames.
 
Simon


From: h323plus-bounces@lists.packetizer.com [mailto:h323plus-bounces@lists.packetizer.com] On Behalf Of ooi khai chin
Sent: Wednesday, 2 December 2009 5:24 PM
To: h323plus@lists.packetizer.com
Subject: [h323plus] H264 PLUGIN In H323Plus

Hi All,
I read about the RFC3984 for H.264, one of the type it can support is fragmentation Unit Mode(FU).
In FU mode, the packet must add FU indicator(1 byte) and FU Header (1 byte).

Indicator format
F|NRI|TYPE

Header format
S|E|R|TYPE

my question is why we need to include the NAL type twice in RTP packet of this (FU)mode?

Thanks.