Problem using frigate and go2rtc

Hello I installed go2rtc and I configured my cameras with the bubble option

streams:
  camera1: bubble://admin:[email protected]:80/bubble/live?ch=0&stream=0

then create a card with webrtc and it works very well

type: custom:webrtc-camera
url: rtsp://localhost:8554/camera1

I would now like to switch to frigate and I know that go2rtc is on board with it.
So I disabled go2rtc and installed frigate

In frigate.yml, here is my config

mqtt:
  enabled: False

go2rtc:
  streams:
    camera1: 
      - bubble://admin:[email protected]:80/bubble/live?ch=0&stream=0
      
cameras:
  back:
    ffmpeg:
      inputs:
        - path: rtsp://127.0.0.1:8554/camera1
          roles:
            - detect
    detect:
      width: 1280
      height: 720

when I am in the frigate interface I have no image from my camera.
Can you tell me what I’m not doing correctly?

Thanks a lot

I don’t understand, am I using the same configuration for the camera with the bubble?

No, my mistake, sorry.
This is what I have in my config

go2rtc:
  streams:
    doorbell:
      - ffmpeg:rtsp://server:8554/doorbell?video=h264&audio=all
cameras:
        - path: rtsp://xx:[email protected]:554/Streaming/Channels/101/

In the logs when starting frigate I see that I have an error
2023-10-25 21:30:02.419811761 23:30:02.419 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error=“unsupported scheme: bubble://admin:[email protected]. 1.49:80/bubble/live?ch=0&stream=0” url=bubble://admin:[email protected]:80/bubble/live?ch=0&stream=0

For go2rtc is well on board and therefore bubble should be recognized right?

you need to update the internal version of go2rtc to the latest Advanced Options | Frigate

OK I understand.
So I’m going to need your help :slight_smile:
I saw the following note

So I was here

and I downloaded the zip. I unzipped and I have a go2rtc-master folder which I rename to go2rtc

Is this the folder I need to copy and paste into the config folder?
How do I give go2rtc execution permission?

Thank you for your help

1 Like

you should not be downloading the zip, you should download the release specifically from the releases page