From c13dd132ee680e2ab8a0647ceb02ed27810d2d00 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Tue, 21 Feb 2023 05:26:43 -0700 Subject: [PATCH] Clean up camera specific docs (#5556) --- docs/docs/configuration/camera_specific.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/docs/docs/configuration/camera_specific.md b/docs/docs/configuration/camera_specific.md index d61d5cbd9..c64e7dc12 100644 --- a/docs/docs/configuration/camera_specific.md +++ b/docs/docs/configuration/camera_specific.md @@ -126,19 +126,17 @@ cameras: input_args: preset-rtsp-restream roles: - detect - detect: - width: 896 - height: 672 - fps: 7 ``` ### Unifi Protect Cameras -In the Unifi 2.0 update Unifi Protect Cameras had a change in audio sample rate which causes issues for ffmpeg. The input rate needs to be set for record and rtmp. +Unifi protect cameras require the rtspx stream to be used with go2rtc https://github.com/AlexxIT/go2rtc#source-rtsp + +In the Unifi 2.0 update Unifi Protect Cameras had a change in audio sample rate which causes issues for ffmpeg. The input rate needs to be set for record and rtmp if used directly with unifi protect. ```yaml ffmpeg: output_args: record: preset-record-ubiquiti - rtmp: preset-rtmp-ubiquiti + rtmp: preset-rtmp-ubiquiti # recommend using go2rtc instead ```