On Tue, Jul 28, 2009 at 8:03 AM, Steve Jiekak <devaure...@gmail.com> wrote:

> Also, how to  determine the right values for sprop_parameter_sets_str ??


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:

sprop_parameter_sets=<SPS as base64>,<PPS as base64>

You'll also get the profile info from your encoder.
_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to