#Need some Frigate Help

1 messages · Page 1 of 1 (latest)

wind canopy
#

I have a config that Frigate auto updated over time and now I was trying to make it more up to date with go2rtc and add audio to the streams but I cannot get it to work.

#
  host: 192.168.40.12
  user: mosquitto
  password: ottiuqsom

database:
  path: /db/frigate.db

birdseye:
  enabled: true
  mode: continuous

objects:
  track:
    - person
    - cat
    - dog

snapshots:
  enabled: true
  timestamp: true
  bounding_box: true

record:
  enabled: true
  alerts:
    retain:
      days: 7
  detections:
    retain:
      days: 7

# Camera Config Below 

go2rtc:
  streams:
    backyard:
      - "ffmpeg:http://192.168.50.5/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=iseeyou#video=copy#audio=copy#audio=opus"
    backyard_sub:
      - "ffmpeg:http://192.168.50.5/flv?port=1935&app=bcs&stream=channel0_ext.bcs&user=admin&password=iseeyou"

cameras:
  backyard:
    ffmpeg:
      inputs:
        - path: rtsp://192.168.50.5:554/backyard
          input_args: preset-rtsp-restream
          roles:
            - record
        - path: rtsp://192.168.50.5:554/backyard_sub
          input_args: preset-rtsp-restream
          roles:
            - detect```
#

thats the config I am trying but its not working

#

This is my current config that is working.

#
  host: 192.168.40.12
  user: mosquitto
  password: ottiuqsom

database:
  path: /db/frigate.db

birdseye:
  enabled: true
  mode: continuous

objects:
  track:
    - person
    - cat
    - dog
      #- car

detectors:
  ov:
    type: openvino
    device: CPU
    model_path: /openvino-model/ssdlite_mobilenet_v2.xml
model:
  width: 300
  height: 300
  input_tensor: nhwc
  input_pixel_format: bgr
  labelmap_path: /openvino-model/coco_91cl_bkgr.txt

snapshots:
  enabled: true
  timestamp: true
  bounding_box: true

record:
  enabled: true
  alerts:
    retain:
      days: 7
  detections:
    retain:
      days: 7
cameras:
  Backyard:
    ffmpeg:
      input_args: preset-http-reolink
      inputs:
        - path: 
            http://192.168.50.5/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=iseeyou
          roles:
            - record
             # - rtmp
        - path: 
            http://192.168.50.5/flv?port=1935&app=bcs&stream=channel0_ext.bcs&user=admin&password=iseeyou
          roles:
            - detect
    detect:
      width: 896
      height: 672
      fps: 5```
tiny snow
wind canopy
#

@tiny snow I thought this was the official place for frigate? Did that change? I know before it turned into these type of post frigate used to be the cameras channel

tiny snow
#

No, it's never been the official support place for frigate

wind canopy
#

roger that.