Android widget, camera, Frigate. Stream doesnt work

I’m trying to add camera widget to Android. But those rtsp links doesnt work even with VLC player. Can anyone spot what I’m doing wrong?

Configuration.yaml:

camera:
  - platform: generic
    name: mycam
    stream_source: rtsp://192.168.1.23:8554/rtsp/voitto

Frigate:

Frigate config:

cameras:
    voitto:
          (here this camera is working without issues)

And the Frigate documentation, this is where I got the url:

# Restream

## RTSP

Frigate can restream your video feed as an RTSP feed for other applications such as Home Assistant to utilize it at `rtsp://<frigate_host>:8554/<camera_name>`. Port 8554 must be open. [This allows you to use a video feed for detection in Frigate and Home Assistant live view at the same time without having to make two separate connections to the camera](https://docs.frigate.video/configuration/restream#reduce-connections-to-camera). The video feed is copied from the original video feed directly to avoid re-encoding. This feed does not include any annotation by Frigate.

I’m also trying to setup the camera this way but no luck:

Have you read the docs? because that is not what the address looks like Restream | Frigate

I have checked that documentation. It says rtsp://<frigate_host>:8554/<camera_name>

Or what do you mean?

Edit: Ooops, I have extra “rtsp” in the middle of the address.

Edit2: Still does not work.

then you most likely have not mapped the port in the addon settings

It’s probably something else than the image of port 8554 set on Frigate gui in the first post of this thread?

have you actually setup go2rtc? Configuring go2rtc | Frigate

1 Like

No, I haven’t. Thank you for pointing me that :slight_smile:

1 Like