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: