#Trouble converting Frigate to built-in go2rtc/web2rtc

5 messages · Page 1 of 1 (latest)

oak vortex
#

I used to use the go2rtc addon for my video camera streams, but now it seems to have been deprecated and my camera streams wont work in my frigate cards.

below is my frigate config for one of my camera, what changes do I need to make to use the built-in go2rtc

`environment_vars:
LIBVA_DRIVER_NAME: i965

mqtt:
host: homeassistant.local
port: 1883
user: mqtt-user
password: xxxxxxxx

birdseye:
enabled: true
mode: continuous
restream: true

detectors:
coral:
type: edgetpu
device: usb

snapshots:
enabled: false
retain:
default: 7

record:
enabled: true
retain:
days: 7
mode: active_objects
alerts:
retain:
days: 7
detections:
retain:
days: 7
motion:
threshold: 80
go2rtc:
streams:
theater_camera:
- rtsp://xxxxxxxx:xxxxxxxxx@192.168.68.126:554/stream1
- ffmpeg:theater_camera#audio=aac#hardware=vaapi

cameras:
theater_camera:
ffmpeg:
hwaccel_args: preset-vaapi
#output_args:
# record: preset-record-generic-audio-aac
inputs:
- path: rtsp://127.0.0.1:8554/theater_camera
roles:
- record
- path: rtsp://xxxxxxx:xxxxxxxx@192.168.68.126:554/stream2
roles:
- detect
objects:
track:
- cat`

oak vortex
#

Trouble converting Frigate to built-in go2rtc/web2rtc

#

log errors in frigate

oak vortex
lilac jackal
#

I'm just getting started with Frigate. Did you make headway with built-in?