Commit 6737b497 authored by Saul Ibarra's avatar Saul Ibarra

Expose VP8 support

parent d32820ed
...@@ -56,7 +56,7 @@ class LogsSettingsExtension(LogsSettings): ...@@ -56,7 +56,7 @@ class LogsSettingsExtension(LogsSettings):
class RTPSettingsExtension(RTPSettings): class RTPSettingsExtension(RTPSettings):
audio_codec_order = Setting(type=AudioCodecList, default=AudioCodecList(('opus', 'G722', 'speex', 'GSM', 'iLBC', 'PCMU', 'PCMA'))) audio_codec_order = Setting(type=AudioCodecList, default=AudioCodecList(('opus', 'G722', 'speex', 'GSM', 'iLBC', 'PCMU', 'PCMA')))
video_codec_order = Setting(type=VideoCodecList, default=VideoCodecList(('H264',))) video_codec_order = Setting(type=VideoCodecList, default=VideoCodecList(('H264', 'VP8')))
class ServerSettings(SettingsGroup): class ServerSettings(SettingsGroup):
......
...@@ -527,6 +527,14 @@ ...@@ -527,6 +527,14 @@
<enum>Checked</enum> <enum>Checked</enum>
</property> </property>
</item> </item>
<item>
<property name="text">
<string>VP8</string>
</property>
<property name="checkState">
<enum>Checked</enum>
</property>
</item>
</widget> </widget>
</item> </item>
<item row="4" column="0" colspan="2"> <item row="4" column="0" colspan="2">
...@@ -1970,6 +1978,14 @@ ...@@ -1970,6 +1978,14 @@
<enum>Checked</enum> <enum>Checked</enum>
</property> </property>
</item> </item>
<item>
<property name="text">
<string>VP8</string>
</property>
<property name="checkState">
<enum>Checked</enum>
</property>
</item>
</widget> </widget>
</item> </item>
<item row="5" column="0" colspan="2"> <item row="5" column="0" colspan="2">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment