web: disable announce-gated reload to avoid connect stalls

This commit is contained in:
every.channel 2026-02-21 04:02:19 -08:00
parent 00eaf46a87
commit fba1f3a7d5
No known key found for this signature in database

View file

@ -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");