From 4f4517c62d67fd61de613302aa9abdfe93f0e859 Mon Sep 17 00:00:00 2001 From: Nick Mowen Date: Sun, 3 Sep 2023 07:20:38 -0600 Subject: [PATCH] Fix pin --- docs/docs/configuration/restream.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/configuration/restream.md b/docs/docs/configuration/restream.md index 7a931f4759..8b99e7b280 100644 --- a/docs/docs/configuration/restream.md +++ b/docs/docs/configuration/restream.md @@ -147,7 +147,7 @@ go2rtc: streams: your_camera: rtsp://192.168.1.5:554/live0 homekit: - your_camera: # same stream ID from streams list, default PIN - 195502224 + 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.0#module-homekit)