Hi, using a generic camera integration to add an RTSP cam feed direct from my Hikvision camera (not via NVR) to a picture glance card on a dashboard.
using the config below in my config.yaml
stream:
camera:
- platform: generic
stream_source: “rtsp://admin:[email protected]:554/Streaming/Channels/102”
authentication: digest
name: CCTV Front Left
works fine when viewing from my iphone but it just does not want to seem to work from a browser. The screen flickers and briefly says “Error with media stream contents”
Anyone got any ideas as to what the cause may be or even better what a solution may be?
thanks
Darren.