Yes, If i disable WiFi the one picture still not appears and the other 2 pictures are still there and updating as expected!
You are still running OH v2 on a windows host ?
Oh no sorry, currently I am on 3.4.4
What happens if you add port 80 to the other two URLs. Is the port ( 80 ) then also replaced with 443 ?
In case port 443 is added to the other URLs as well then I think it is a bug.
What I then would try as a workaround would be to run nginx as a proxy in front of the CAM and use nginx to rewrite the URL / to remove the port. If this works then I would say it is clearly a bug.
With Port 80 it is not working. The picture can be grabbed over port 8090 (no ssl) but no change.
I found out that this issue is only a mobile topic. If I connect to myopenhab from outside with my windows device using Edge browser and open the BasicUI i can see the webcam picture. so there is somethinf strange while accessing the sitemap via Openhab App from my iPhone!
I meant what is you use
http://192.168.0.85:80
instead of
http://192.168.0.85
That is what I also tried to say/write.
Did you try nginx or an other proxy to rewrite the URL ?
I absolutely understood what you mean but this cases with port 80 are not the problem. But in this case port 80 is not present:
Frame label="Live Bild Terrasse" {
Image url="http://192.168.0.166:8090/grab.jpg?oid=3&size=1280x720" refresh=1000
}
There is nothing to rewrite. Currently there is not enough time for setting up another proxy solution. For now I can say that this is only a iOS issue. Maybe I can have a look in the next days.