Frigate cannot connect

I am trying to get Frigate to work.

I am running HassOS so the URL should be: (right?)

http://ccab4aaf-frigate:5000

I am using a frigate.yaml which found in a HowTo:

mqtt:
  enabled: false
cameras:
  Camera:
    ffmpeg:
      inputs:
        - path: rtsp://admin:[email protected]:554/stream1
          roles:
            - detect
            - record
    objects:
      track:
        - person
        - dog
        - bicycle
        - car
        - motorcycle
    detect:
      width: 2560
      height: 1440
    record:
      enabled: True
      retain:
        days: 7
        mode: all

detectors:
    cpu1:
      type: cpu
      num_threads: 3

I have also tried this:

mqtt:
  host: 192.168.100.230
  port: 1883
  user: nick
  password: MYHASSPASSWORD

Why doesn’t this work?

looks like this was solved over on reddit Reddit - Dive into anything