Commit Graph

4 Commits

Author SHA1 Message Date
Martin Weinelt
816af80754 frigate: 0.16.4 -> 0.17.0
https://github.com/blakeblackshear/frigate/releases/tag/v0.17.0
2026-02-28 00:53:36 +01:00
Andrew Marshall
e0c42831dd frigate: fix incorrect patch for ffmpeg path
This called on the class, so got the `property`, whereas we need to call
on the instance. Without this, get `TypeError: expected str, bytes or
os.PathLike object, not property`.
2025-09-13 21:34:43 -04:00
Martin Weinelt
6c4b180098 frigate: centralize the ffmpeg flavor selection in the module
In 0.16.0 frigate added a config option to pass an ffmpeg build for the
ffmpeg and ffprobe executables.

Previously we unconditionally patched in ffmpeg-headless, which has now
been changed to use the `ffmpeg.path` provided build, so that we don't
bloat the closure with multiple ffmpegs or don't require overriding the
package to select another version.

In contrast to the upstream configuration we only accept packages and not
the "default" string, because that would have complicated the logic
needlessly.
2025-08-29 15:45:50 +02:00
Martin Weinelt
8e443984b6 frigate: 0.15.2 -> 0.16.0
https://github.com/blakeblackshear/frigate/releases/tag/v0.16.0
2025-08-21 21:01:26 +02:00