Hi,
I have a custom camera running on:
- Stream (MediaMTX - On Demand): rtsp://192.168.1.158:8554/garage_poort
- Snapshot (Custom python script): http://192.168.1.158:8080/snapshot
I am now trying to get the snapshot to display by default and have the webrtc stream open up when clicked. I have this as my lovelace config:
- type: picture
image: "/api/camera_proxy/camera.poort"
tap_action:
action: fire-dom-event
browser_mod:
command: popup
title: Garage Poort Camera
card:
type: custom:webrtc-camera
url: rtsp://192.168.1.158:8554/garage_poort
mode: webrtc
I have also tried image: "http://192.168.1.158:8080/snapshot", for this one I get an issue that it's not https, for the one above, I get the issue 403 forbidden. What should I do?