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
whats is the problem?