From 8953a960896eda558296628d3647d77adfc32ac0 Mon Sep 17 00:00:00 2001 From: Koushik Dutta Date: Tue, 25 Jun 2024 19:16:58 -0700 Subject: [PATCH 1/2] homekit: Update README.md --- plugins/homekit/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/plugins/homekit/README.md b/plugins/homekit/README.md index 254e17227f..010ce310ef 100644 --- a/plugins/homekit/README.md +++ b/plugins/homekit/README.md @@ -32,10 +32,13 @@ If recordings dont work, it's generally because of a few reasons, **follow the s ### HomeKit Discovery and Pairing Issues -* Ensure all your Home hubs are online and updated. Power cycling them is recommended in case one is stuck. +* Ensure all your Apple TV and Home Pods are online and updated. Power cycling them is recommended in case one is stuck. +* Ensure your Apple TV and Home Pods are on the same subnet as the Scrypted server. * Ensure LAN/WLAN multicast is enabled on your router. * Ensure the iOS device you are using for pairing is on the same network (pairing will fail on cellular). * Ensure the Docker installation (if applicable) is using host networking. This configuration is the default if the official Scrypted Docker compose install script was used. +* Try using Bonjour or Avahi as the mDNS advertiser in the HomeKit plugin settings. +* Try disabling IGMP Snooping is disabled on your router. ### HomeKit Live Streaming Timeout (Recordings may be working) From 95bdf5c2b55aed4f19a9e42c797d2aa0c5b96b80 Mon Sep 17 00:00:00 2001 From: Koushik Dutta Date: Tue, 25 Jun 2024 19:18:51 -0700 Subject: [PATCH 2/2] homekit: Update README.md --- plugins/homekit/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/homekit/README.md b/plugins/homekit/README.md index 010ce310ef..b5e4deeda5 100644 --- a/plugins/homekit/README.md +++ b/plugins/homekit/README.md @@ -37,8 +37,8 @@ If recordings dont work, it's generally because of a few reasons, **follow the s * Ensure LAN/WLAN multicast is enabled on your router. * Ensure the iOS device you are using for pairing is on the same network (pairing will fail on cellular). * Ensure the Docker installation (if applicable) is using host networking. This configuration is the default if the official Scrypted Docker compose install script was used. -* Try using Bonjour or Avahi as the mDNS advertiser in the HomeKit plugin settings. -* Try disabling IGMP Snooping is disabled on your router. +* Try switching the mDNS advertiser used in the HomeKit plugin settings. +* Try disabling IGMP Snooping on your router. ### HomeKit Live Streaming Timeout (Recordings may be working)