Oh-webframe-card with Auto-Refresh?

I am using OH 4.3 (windows, edge browser). I am trying to show a webpage video in my OH UI. Therefore I am using an oh-webframe-card where I put the URL of a webcam.

Basically it works but I do see only the same video due to the fact the webpage source does not reload again.

Is there a workaround to use a “refresh” in order to see allways the latest video frame? Or how can I add a webpage in the UI where I allways get the latest info, like weather etc.?

Thanks

This is weird that a “webpage video” just shows a static image.
You can try an oh-image component because that one provides a refresh interval. But then you need to provide the url to the sensor image of your camera.
Another way would be an oh-video component or even better the video binding of @matt1: IP Camera - Bindings | openHAB

You can read here for a description of what the widgets are doing in this case:
https://discourse.openhab.org/t/auto-refresh-charts-and-widgets-in-mainui/132504

That post is several versions old, however, and the scripts at the bottom haven’t been updated (the blockly script may still work). You could certainly use the same key process with a button on the page that increments a variable which would give you a manual refresh button.

A web page is always dynamic!
I have the same problem, refreshing the content of this iframe.
How difficult, openhab

This is less of an openHAB issue and more of a browser issue. The video is being cached by the browser and without a change to the resource name, or a clearing of the browser cache it is difficult to compel the browser to look again at that resource. The processes and ideas outlined in the link above are your best chance, because causing the page to re-render should trigger a reload of the resource.