Add setting to enable YouTube adaptive streaming

For now hidden because other related YouTube settings like min/max resolution, codecs etc. are not done yet
This commit is contained in:
Rafał Dzięgiel
2021-04-12 18:45:36 +02:00
parent 901fc8d760
commit 774687710f
2 changed files with 8 additions and 1 deletions

View File

@@ -99,6 +99,12 @@
<summary>Set PlayFlags for playbin</summary>
</key>
<!-- YouTube -->
<key name="yt-adaptive-enabled" type="b">
<default>false</default>
<summary>Enable to use adaptive streaming</summary>
</key>
<!-- Other -->
<key name="window-size" type="s">
<default>'[800, 490]'</default>