Skip to content

Commit

Permalink
Add experimental unpauseWithoutLeader option
Browse files Browse the repository at this point in the history
Also extended requestLeaderOnPause, so you can unpause when someone else is a leader by video click with this one. Only works for raw videos and doesn't work in FF, so there is new unsafe option that can break everything with enough clients.

There is also leader button hints when you touch player as non-leader for easier ux.
  • Loading branch information
RblSb committed Jan 25, 2025
1 parent 6ead985 commit 0634cc7
Show file tree
Hide file tree
Showing 11 changed files with 198 additions and 56 deletions.
9 changes: 6 additions & 3 deletions build/server.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions default-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"totalVideoLimit": 0,
"userVideoLimit": 0,
"requestLeaderOnPause": false,
"unpauseWithoutLeader": false,
"localAdmins": true,
"allowProxyIps": true,
"localNetworkOnly": false,
Expand Down
Loading

0 comments on commit 0634cc7

Please sign in to comment.