web: use video element and force live audio on
This commit is contained in:
parent
66ce78e82d
commit
696e1aafb9
2 changed files with 20 additions and 5 deletions
|
|
@ -10,7 +10,7 @@ In `apps/web/app.js`, configure each `<moq-watch>` instance to disable WebSocket
|
|||
|
||||
- `watch.connection.websocket = { enabled: false }`
|
||||
|
||||
Also set default watcher volume to full (`volume="1"`) to avoid low-volume false negatives during validation.
|
||||
Also set default watcher volume to full (`volume="1"`) and mount live playback on a `<video>` element (with controls) inside `<moq-watch>` so browser audio policies and controls apply predictably. On mount, force audio signals to `muted=false` and `volume=1`.
|
||||
|
||||
## Rationale
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue