Merge pull request #143 from dermotduffy/audio
Explicitly disable audio for JSMPEG streams to remove spurious error message
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user