From 42b8038280832d55dead76832aa90549dab7eade Mon Sep 17 00:00:00 2001 From: Dermot Duffy Date: Thu, 21 Oct 2021 19:33:40 -0700 Subject: [PATCH] Disable audio on JSMPEG stream to remove bogus console message. --- src/components/live.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/live.ts b/src/components/live.ts index 1de542f1..7e6ca2b7 100644 --- a/src/components/live.ts +++ b/src/components/live.ts @@ -218,6 +218,7 @@ export class FrigateCardLiveJSMPEG extends LitElement { }, { protocols: [], + audio: false, videoBufferSize: 1024 * 1024 * 4, onVideoDecode: () => { // This is the only callback that is called after the dimensions