From b44cff8a5fe06af5c2845dd2acabd0d7340ff16f Mon Sep 17 00:00:00 2001 From: emuell36 <62034384+emuell36@users.noreply.github.com> Date: Mon, 6 Jan 2025 10:11:10 +0100 Subject: [PATCH] Update camera_specific.md - Added Annke FCD600 camera Not sure whether this is already specific enough but maybe I can help others :) --- docs/docs/configuration/camera_specific.md | 33 ++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/docs/docs/configuration/camera_specific.md b/docs/docs/configuration/camera_specific.md index 87e7da2d2..ed897fcad 100644 --- a/docs/docs/configuration/camera_specific.md +++ b/docs/docs/configuration/camera_specific.md @@ -98,6 +98,39 @@ cameras: height: # <- optional, by default Frigate tries to automatically detect resolution ``` +### Annke FCD600 (and other Annke ?) + +This camera needs an isapi stream to activate 2 way audio. +In the camera UI, set audio encoding to G.711ulaw. +Available streams seem to have the same syntax as Hikvision. + +```yaml +ffmpeg: + output_args: + record: preset-record-generic-audio-copy + +go2rtc: + streams: + annkefcd600: # <------ Name the camera + - rtsp://USER:PW@CAMERAIP:554/Streaming/Channels/101/ + - isapi://USER:PW@CAMERAIP:80/ + - ffmpeg:annkefcd600#audio=opus + webrtc: + candidates: + - 127.0.0.1:8555 + - stun:8555 + +cameras: + annkefcd600: + ffmpeg: + output_args: + record: preset-record-generic-audio-copy + inputs: + - path: rtsp://127.0.0.1:8554/annkefcd600 + input_args: preset-rtsp-restream + roles: ... +``` + ### Blue Iris RTSP Cameras You will need to remove `nobuffer` flag for Blue Iris RTSP cameras