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 ```