From 938a31f9c1a861fa20294b9c7a086cd892f3a6f7 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Wed, 30 Apr 2025 17:31:36 -0600 Subject: [PATCH] Update record docs for apple compatibility --- docs/docs/configuration/record.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/docs/configuration/record.md b/docs/docs/configuration/record.md index 28065f0b0a..52c0f0c889 100644 --- a/docs/docs/configuration/record.md +++ b/docs/docs/configuration/record.md @@ -174,6 +174,10 @@ To reduce the output file size the ffmpeg parameter `-qp n` can be utilized (whe ::: +## Apple Compatibility with H.265 Streams + +Apple devices running the Safari browser may fail to playback h.265 recordings. The [apple compatibility option](../configuration/camera_specific.md#h265-cameras-via-safari) should be used to ensure seamless playback on Apple devices. + ## Syncing Recordings With Disk In some cases the recordings files may be deleted but Frigate will not know this has happened. Recordings sync can be enabled which will tell Frigate to check the file system and delete any db entries for files which don't exist.