Update go2rtc to 1.7.1 (#7657)

* Update go2rtc to 1.7.0

* Update docs references

* Add docs for homekit restream

* Exit with better error message when substitution is not correct

* Formatting

* Fix pin

* Update go2rtc dep

* Update go2rtc docs references

* Fix name

* Mute player by default

* Remove homekit mention
This commit is contained in:
Nicolas Mowen
2023-09-21 06:52:46 -06:00
committed by GitHub
parent 7d0216b8fb
commit 080d7a2d88
9 changed files with 57 additions and 43 deletions

View File

@@ -217,6 +217,7 @@ class VideoRTC extends HTMLElement {
this.video.controls = true;
this.video.playsInline = true;
this.video.preload = 'auto';
this.video.muted = true;
this.video.style.display = 'block'; // fix bottom margin 4px
this.video.style.width = '100%';