I have a Reolink camera which provides a snapshot jpeg file and a rtsp stream. AFAIK, it is no possible to stream video via my cloud to be accessible from “outside” . Can I do this with snapshot image? I tried to provide link to snapshot image (with camera IP), but it didn’t work in my cloud. I assume that, I have to save a snapshot file to static folder and then share this in my cloud. However, I have some doubts if it will kill my sd card inserted in RPi. Any other ideas?
Yes, I’ve tried. The URL from camera binding worked only when I was connected to the local network. When I connected by cloud there is no image on the Page.
were you using https? you can not use a non https url for the camera if your using https to view the openHAB UI. Also see this security setting that some browsers are using now.
I found the solution… In an Image Card widget I had to provide Item which consists the URL snapshot. Previously, I provided the URL in the URL field and it wasn’t working.
UPDATE:
Above works on mobile App and Firefox. It seems that Chrome is affected by issue mentioned by @matt1 .
I am running in the same problem.
Working remote and local with all browsers perfect. Also with Firefox Remote, but not with Chrome or the OH androird app
The ipcamera serves the camera streams on the normal ports that openhab serves on. You can use https for the camera streams you just need to change to the port that openhab uses for https.
No. @matt1 wrote that you need to use the ipcamera binding.
Configure the binding to connect to the cam’s http port.
Then use openhab’s https port to connect to openhab and the binding will use http to connect to your cam. The cam’s images resp. video stream then will be shown ‘inside’ of OH.