Merge pull request #3006 from ffdixon/lower-latency-video-profile
Added Low Latency (h.263) option to profiles.xml. While turning off h.264 encoding reduces quality, it also reduces latency. The use case for this profile is instruction that requires lower latency such as music training.
This commit is contained in:
commit
fdb9e11562
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user