[Config Support]: ffmpeg needs moov atom flags #20779
-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
|
I found exactly what you need. Frigate has a built-in configuration option specifically for Apple compatibility that handles the moov atom positioning.(1) Add this to your global ffmpeg configuration:(1) ffmpeg:
apple_compatibility: trueThis setting adds the necessary tag to ensure H.265 recordings are compatible with Safari, iOS, and macOS devices.(1) Note: There was a bug in version 0.16.0 Beta 3 where setting Your updated config would look like: mqtt:
host: 192.168.10.172
client_id: frigate
ffmpeg:
apple_compatibility: true
database:
path: /config/frigate.dbThis handles the moov atom positioning automatically without needing to manually specify 📚 Sources:
Have another question? Just tag @inkeep. |
Beta Was this translation helpful? Give feedback.

Your understanding is wrong here, it has nothing to do with the moov atom. You can't use the clip.mp4 to play on Safari as it does not support progressive MP4s. You need to use the
master.m3u8endpoint for notification videos on iOS. This is in the documentation and the SgtBatten Frigate Blueprint