From 773c40e6a66f8ef8d0efc5e1875ac2e1e6ef73fb Mon Sep 17 00:00:00 2001 From: Nick Mowen Date: Thu, 21 Sep 2023 06:34:03 -0600 Subject: [PATCH] Remove homekit mention --- docs/docs/configuration/restream.md | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/docs/docs/configuration/restream.md b/docs/docs/configuration/restream.md index 5f0342c26..405ffa7d4 100644 --- a/docs/docs/configuration/restream.md +++ b/docs/docs/configuration/restream.md @@ -136,22 +136,6 @@ cameras: - detect ``` -## HomeKit Restream - -Restreaming to HomeKit is supported but there are some requirements: -- Frigate must be run in host mode, this means that this feature is not supported in the addon -- Only h264 video / opus audio is supported - -```yaml -go2rtc: - streams: - your_camera: rtsp://192.168.1.5:554/live0 - homekit: - your_camera: # same stream ID from streams list, default PIN - 19550224 -``` - -For more information [see the go2rtc docs](https://github.com/AlexxIT/go2rtc/tree/v1.7.1#module-homekit) - ## Advanced Restream Configurations The [exec](https://github.com/AlexxIT/go2rtc/tree/v1.7.1#source-exec) source in go2rtc can be used for custom ffmpeg commands. An example is below: