Exception when trying to add ipcamera

Hey its me again :wink:

Yesterday I decided to integrate live video on one oh-page.

I installed the binding ipcamera without errors.

Then I tried to add the first camera. I can watch the live video of that camera (D-Link DCS-942LB) by using http://192.168.178.39/video/mjpg.cgi (yes: no https) without entering a password.

I entered the following values:

and got the following errors:
HANDLER_INITIALIZING_ERROR

Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@143a546[Not completed, task = java.util.concurrent.Executors$RunnableAdapter@433c3a[Wrapped task = org.openhab.binding.ipcamera.internal.handler.IpCameraHandler$$Lambda$2680/0x47f5ba28@f81b02]] rejected from java.util.concurrent.ScheduledThreadPoolExecutor@f1cf3a[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0]

In the logfile I found additionally:
2024-09-05 10:30:25.313 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing ‘ipcamera:generic:ab09f4f68a’ changed from UNINITIALIZED (DISABLED) to INITIALIZING

2024-09-05 10:30:25.349 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing ‘ipcamera:generic:ab09f4f68a’ changed from INITIALIZING to OFFLINE (CONFIGURATION_ERROR): A non valid URL has been given to the binding, check they work in a browser.

Hmmmm… I have no idea… Does anybody else have?

Thanks in advance for your help!
Jürgen.

By reviewing my post I found the answer… uuuuhhhh…

You should enter an URL where an URL is needed…
Adjusting image-URL and video-URL with the prefix “http://192.168.178.39/” the camera is added without errors…

Sorry for your time reading my question…