The code block that monitors the IP camera on the local network does not work in Google Chrome, Opera and Edge. It works in Firefox.
After the page loads the HTML is as follows. When I copy and paste src as url, I can watch the image.
<img src="http://admin:[email protected]:80/Streaming/channels/1/preview?" alt="Loading..." class="httpCam Mjpeg" data url="http://admin:[email protected]:80/Streaming/channels/1/preview?>
Chrome, Opera, Edge:
Firefox:
I don't know what will fix it, but when I paste the following from the IP cameras open to the world, I can watch it in Chrome.
src="http://94.124.210.59:8083/mjpg/video.mjpg"
Note: Chrome Version: Chrome is up to date Version 118.0.5993.71 (Official Build) (64-bit)

