Don't adjust reconnection timeout.
This commit is contained in:
@@ -222,7 +222,6 @@ export class FrigateCardLiveJSMPEG extends LitElement {
|
|||||||
protocols: [],
|
protocols: [],
|
||||||
audio: false,
|
audio: false,
|
||||||
videoBufferSize: 1024 * 1024 * 4,
|
videoBufferSize: 1024 * 1024 * 4,
|
||||||
reconnectInterval: 10,
|
|
||||||
onVideoDecode: () => {
|
onVideoDecode: () => {
|
||||||
// This is the only callback that is called after the dimensions
|
// This is the only callback that is called after the dimensions
|
||||||
// are available. It's called on every frame decode, so just
|
// are available. It's called on every frame decode, so just
|
||||||
|
|||||||
Reference in New Issue
Block a user