Skip to content
Snippets Groups Projects
Commit f1d322f3 authored by Dixon Fred's avatar Dixon Fred
Browse files

Added Low Latency (h.263) profile

parent 81830723
No related branches found
No related tags found
No related merge requests found
......@@ -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>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment