<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><blockquote type="cite"><div>I went through the RFC 3984 (RTP Payload Format for H.264 Video) also. <br></div><div>There are multiple option for <span class="Apple-style-span" style="font-family: 'Times New Roman'; ">Structure of the RTP
Payload Format( i.e. </span><span class="Apple-style-span" style="font-family: 'Times New Roman'; ">Single NAL Unit Packet mode, </span>Aggregation packet mode and <span class="Apple-style-span" style="font-family: 'Times New Roman'; ">Fragmentation unit mode). These can be used in various combination.</span></div>
<div><span class="Apple-style-span" style="font-family: 'Times New Roman'; ">I wanted to know that how it is implemented for </span><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255); ">live555 server.</span></div></blockquote><div><br></div></div>When receiving H.264 RTP packets, we support any of these modes (i.e., we handle whatever is sent to us).<div><br></div><div>When sending H.264 RTP packets (e.g., from a server), we do so using either Single NALU packet mode, or Fragmentation Unit mode (using FU-A).  (When sending, we currently don't ever aggregate more than one NALU into a single RTP packet (although we can receive such packets OK).)<br><br><div>
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; ">Ross Finlayson<br>Live Networks, Inc.<br><a href="http://www.live555.com/">http://www.live555.com/</a></span></span>
</div>
<br></div></body></html>