Hey its me again
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.