Fix stream freezing and alert camera name matching
- Add auto-reconnect with exponential backoff to MSE and WebRTC streams when connections drop, preventing permanent freezes in grid view - Add onDisconnect callback to Go2RTCWebRTC (connectionstate monitoring) and Go2RTCMSE (WebSocket close detection) - Fix alert camera names to use Frigate names (Front_Porch, etc.) instead of display names which never matched MQTT events - Disable offline WyzePanV3 camera
This commit is contained in:
@@ -67,7 +67,10 @@ alerts:
|
||||
enabled: true
|
||||
auto_dismiss_seconds: 30
|
||||
suppression_seconds: 60
|
||||
cameras: []
|
||||
cameras:
|
||||
- "Front_Porch"
|
||||
- "Porch_Downstairs"
|
||||
- "Driveway_door"
|
||||
detection_types:
|
||||
- "person"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user