[Live-devel] level and parameters for H264VideoRTPSink constructor

Jeremy Noring kidjan at gmail.com
Tue Jul 28 09:00:25 PDT 2009


On Tue, Jul 28, 2009 at 8:03 AM, Steve Jiekak <devaureshy at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.live555.com/pipermail/live-devel/attachments/20090728/dd707add/attachment-0001.html>


More information about the live-devel mailing list