mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-02 09:15:22 +03:00
fix ffmpeg config
This commit is contained in:
parent
76d46fe5ed
commit
477334d9dd
@ -599,6 +599,7 @@ class CameraConfig(FrigateBaseModel):
|
||||
if "_ffmpeg_cmds" in self:
|
||||
return
|
||||
ffmpeg_cmds = []
|
||||
if self.ffmpeg:
|
||||
for ffmpeg_input in self.ffmpeg.inputs:
|
||||
ffmpeg_cmd = self._get_ffmpeg_cmd(ffmpeg_input)
|
||||
if ffmpeg_cmd is None:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user