On Tue, Jul 28, 2009 at 8:03 AM, Steve Jiekak <span dir="ltr"><<a href="mailto:devaureshy@gmail.com">devaureshy@gmail.com</a>></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'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=<SPS as base64>,<PPS as base64><br><br>You'll also get the profile info from your encoder.<br></div></div>