[ipcamera] FFmpeg based alarms will now auto restart if stopped (#13446)

* FFmpeg alarms now auto restart

Signed-off-by: Matthew Skinner <matt@pcmus.com>
This commit is contained in:
Matthew Skinner
2022-10-01 22:19:25 +10:00
committed by GitHub
parent a646fe34e0
commit cc50497f31
4 changed files with 71 additions and 54 deletions

View File

@@ -1177,6 +1177,8 @@
<channel id="ffmpegMotionAlarm" typeId="ffmpegMotionAlarm"/>
<channel id="externalMotion" typeId="externalMotion"/>
<channel id="motionAlarm" typeId="motionAlarm"/>
<channel id="thresholdAudioAlarm" typeId="thresholdAudioAlarm"/>
<channel id="audioAlarm" typeId="audioAlarm"/>
<channel id="activateAlarmOutput" typeId="activateAlarmOutput"/>
<channel id="activateAlarmOutput2" typeId="activateAlarmOutput2"/>
<channel id="doorBell" typeId="doorBell"/>
@@ -1727,6 +1729,7 @@
<channel id="enableFieldDetectionAlarm" typeId="enableFieldDetectionAlarm"/>
<channel id="fieldDetectionAlarm" typeId="fieldDetectionAlarm"/>
<channel id="enableAudioAlarm" typeId="enableAudioAlarm"/>
<channel id="thresholdAudioAlarm" typeId="thresholdAudioAlarm"/>
<channel id="audioAlarm" typeId="audioAlarm"/>
<channel id="activateAlarmOutput" typeId="activateAlarmOutput"/>
<channel id="enableExternalAlarmInput" typeId="enableExternalAlarmInput"/>