Update README for combination of lazy-{unload,load} flags.

This commit is contained in:
Dermot Duffy
2022-01-27 19:51:14 -08:00
parent 9db5213eb9
commit 3b4fcd6d46
3 changed files with 11 additions and 7 deletions
+3
View File
@@ -857,6 +857,9 @@ export class FrigateCardLiveJSMPEG extends LitElement {
canvas: this._jsmpegCanvasElement,
},
{
// The media carousel automatically pauses when the browser tab is
// inactive, JSMPEG does not need to also do so independently.
pauseWhenHidden: false,
protocols: [],
audio: false,
videoBufferSize: 1024 * 1024 * 4,