Add video proxy support

This commit is contained in:
Zed
2019-08-19 20:53:47 +02:00
parent f5fef0ff3a
commit ce6dace1d7
4 changed files with 20 additions and 6 deletions

View File

@@ -40,6 +40,10 @@ const prefList*: Table[string, seq[Pref]] = {
label: "Enable hls video streaming (requires JavaScript)",
defaultState: false),
Pref(kind: checkbox, name: "proxyVideos",
label: "Proxy video streaming through the server (might be slow)",
defaultState: false),
Pref(kind: checkbox, name: "muteVideos",
label: "Mute videos by default",
defaultState: false),