forked from Github/frigate
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:
@@ -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%';
|
||||
|
||||
Reference in New Issue
Block a user