On Tue, Jul 28, 2009 at 8:03 AM, Steve Jiekak <span dir="ltr">&lt;<a href="mailto:devaureshy@gmail.com">devaureshy@gmail.com</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Also, how to  determine the right values for sprop_parameter_sets_str ??</blockquote><div><br>You&#39;ll get these values (SPS and PPS) from your H.264 encoder.  You base-64 encode them, and then delimit them with a comma.  So something like:<br>
<br>sprop_parameter_sets=&lt;SPS as base64&gt;,&lt;PPS as base64&gt;<br><br>You&#39;ll also get the profile info from your encoder.<br></div></div>