Error in Frigate go2rtc Stream in Frigate Lovelace Card

Hi
i just setup the go2rst stream in frigate.yml

go2rtc:
  streams:
    enteoutside:
      - rtsp://admin:[email protected]:554/h264Preview_01_main

i use this stream in frigate as a camera

cameras:
  enteoutside:
    ffmpeg:
      inputs:
        - path: rtsp://127.0.0.1:8554/enteoutside
          # input_args: preset-rtsp-restream
          roles:
            - record
            - detect
            - clips

this is running fine. but now i want to show this stream in the lovelace frigate card. but this is not working.

    - type: custom:frigate-card
      cameras:
      - camera_entity: camera.enteoutside
        live_provider: go2rtc
        go2rtc:
          modes:
            - webrtc
            - mse
            #- mp4
            #- mjpeg
          stream: enteoutside

Bildschirmfoto 2024-01-01 um 15.49.43

whats is the problem?

I’d suggset removing this part

i tried it but still same problem.
the camera entity seems not available, do it need to setup a generic camera which provides the entity?

You need to setup the frigate integration which provides the entity

thanks. that’s it

1 Like