Issues with Chrome and RTSP Hikvision stream

Hello!

I’m currently using the following configuration to add a camera to my setup:

- platform: generic
  name: Camera_parkeerplaats
  still_image_url: http://172.16.100.68:80/ISAPI/Streaming/channels/101/picture
  stream_source: rtsp://admin:PASSWORD@IPADDRESS/Streaming/Channels/101

This works without any problems on the IOS app and in Safari. BUT on android and Chrome it does not work and shows a blank view. I also tried ONVIF without luck. Then I also tried the following but with no lucht either:

# Camera rendering
ffmpeg:

camera:
- platform: ffmpeg
  name: Hikvision_test
  input: -rtsp_transport tcp -i rtsp://admin:PASSWORD@IPADDRESS/Streaming/Channels/101

I also tried the build in Hikvision integration and also the same result.

Does anyone knows how to do this?

Thanks a lot!

Hi There, I have exactly the same problem but with a different camera branded Techage.
So it works perfectly on Safari in Mac OS and Safari in IOS but not on Chrome or Firefox

Inspecting the page using Chrome there are NO errors in the consoleI can se only occasionally the following error:

Could not load content for webpack://home-assistant-frontend/app.780f338b.js (HTTP error: status code 404, net::ERR_UNKNOWN_URL_SCHEME)

Did you ever fixed that Problem? I Have the same Problem with an Android TV - only a black screen from an Tapo C310.
On iOS and another Mi-Android Device i have no Problems with the stream

thanks for the awesome information.