From 1cc8fa8fbe76f397bc593d31e04e4376c19eea30 Mon Sep 17 00:00:00 2001 From: Raul Gonzales Date: Fri, 12 Apr 2024 17:17:44 -0500 Subject: [PATCH] Added AC800 265 config Added camera AC800 and H.265 configuration with go2rtc --- docs/docs/configuration/camera_specific.md | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/docs/docs/configuration/camera_specific.md b/docs/docs/configuration/camera_specific.md index f72ddcf7c..1ce02568a 100644 --- a/docs/docs/configuration/camera_specific.md +++ b/docs/docs/configuration/camera_specific.md @@ -80,6 +80,29 @@ cameras: height: # <- optional, by default Frigate tries to automatically detect resolution ``` +### Annke AC800 + +If the devices you are using support H.265 then it will be able to play the video. Bellow is an example of using go2rtc to restream and repackage the stream. Make sure to login into the camera using the default username and password to change the stream configuration to include audio. This can be found in config->Vide/Audio->Video Type . + +```yaml +go2rtc: + streams: + frontdriveway : + - rtsp://user:password@camera-ip:554/H265/ch1/main/av_stream + - "ffmpeg:frontdriveway#audio=aac" # make sure this matches the name of the stream if you change it +cameras: + annkeac800: # <------ Name the camera + ffmpeg: + inputs: + - path: rtsp://127.0.0.1:8554/frontdriveway # <----- Update for your camera + roles: + - detect + - record + detect: + width: # <- optional, by default Frigate tries to automatically detect resolution + height: # <- optional, by default Frigate tries to automatically detect resolution +``` + ### Blue Iris RTSP Cameras You will need to remove `nobuffer` flag for Blue Iris RTSP cameras