<!doctype html public "-//W3C//DTD W3 HTML//EN">
<html><head><style type="text/css"><!--
blockquote, dl, ul, ol, li { padding-top: 0 ; padding-bottom: 0 }
 --></style><title>Re: [Live-devel] H.264 payload</title></head><body>
<blockquote type="cite" cite><font face="Arial" size="-1">I have done
a simple framer to frame h.264 frames into rtp frame. I am working on
the h264streamer and have a few questions.</font></blockquote>
<blockquote type="cite" cite>&nbsp;</blockquote>
<blockquote type="cite" cite><font face="Arial" size="-1">1) videoSink
= h264VideoRTPSink::createNew(*env, &amp;rtpGroupsock,
payload);</font></blockquote>
<blockquote type="cite" cite>&nbsp;</blockquote>
<blockquote type="cite" cite><font face="Arial" size="-1">I understand
that h.264, unlike h.263, did not have a defined payload format by RTP
body. It was mentioned that the payload of h.264 is dynamic. How do I
assign the value for the payload in the above
statement?</font></blockquote>
<div><br></div>
<div>It should be some value &gt;= 96, so 96 is a good choice.</div>
<div><br></div>
<div>(Note that if you're implementing a subclass of
&quot;OnDemandServerMediaSubsession&quot;, then you shouldn't have to
care about this, because the 'payloadFormat' parameter to
&quot;createNewRTPSink()&quot; virtual function is passed
automatically by the &quot;OnDemandServerMediaSubsession&quot;
code.)</div>
<x-sigsep><pre>-- 
</pre></x-sigsep>
<div><br>
Ross Finlayson<br>
Live Networks, Inc.<br>
http://www.live555.com/</div>
</body>
</html>