Disable audio on JSMPEG stream to remove bogus console message.
This commit is contained in:
@@ -218,6 +218,7 @@ export class FrigateCardLiveJSMPEG extends LitElement {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
protocols: [],
|
protocols: [],
|
||||||
|
audio: false,
|
||||||
videoBufferSize: 1024 * 1024 * 4,
|
videoBufferSize: 1024 * 1024 * 4,
|
||||||
onVideoDecode: () => {
|
onVideoDecode: () => {
|
||||||
// This is the only callback that is called after the dimensions
|
// This is the only callback that is called after the dimensions
|
||||||
|
|||||||
Reference in New Issue
Block a user