web: disable announce-gated reload to avoid connect stalls
This commit is contained in:
parent
00eaf46a87
commit
fba1f3a7d5
1 changed files with 0 additions and 1 deletions
|
|
@ -127,7 +127,6 @@ function mountPlayer(relayUrl, name) {
|
|||
const watch = document.createElement("moq-watch");
|
||||
watch.setAttribute("url", relayUrl);
|
||||
watch.setAttribute("path", name);
|
||||
watch.setAttribute("reload", "");
|
||||
|
||||
// A canvas enables video rendering. Without it, only audio is played.
|
||||
const canvas = document.createElement("canvas");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue