Added Low Latency (h.263) profile

This commit is contained in:
Fred Dixon 2016-02-08 12:11:48 -05:00
parent 8183072337
commit f1d322f3e2

View File

@ -48,7 +48,7 @@
<profile id="wide">
<locale>
<en_US>Widescreen</en_US>
<pt_BR>Widescreen</pt_BR>
<pt_BR>Panorâmico</pt_BR>
</locale>
<width>1280</width>
<height>720</height>
@ -60,4 +60,19 @@
<h264Level>2.1</h264Level>
<h264Profile>main</h264Profile>
</profile>
<profile id="lowlatency">
<locale>
<en_US>Low Latency</en_US>
<pt_BR>Baixa Latência</pt_BR>
</locale>
<width>640</width>
<height>480</height>
<keyFrameInterval>5</keyFrameInterval>
<modeFps>15</modeFps>
<qualityBandwidth>0</qualityBandwidth>
<qualityPicture>90</qualityPicture>
<enableH264>false</enableH264>
<h264Level>2.1</h264Level>
<h264Profile>main</h264Profile>
</profile>
</profiles>