TeeVee
(Kermit The Frog)
1
When using the OH-binding IPCamera it is necessary to input an rtsp:// URL for image processing.
However this is no longer possible as the WebGUI interprets this as a wrong entry and rejects saving.
I found a workaround with using the URL with leading http:// instead and changing to the right URL inside Code View but this is really cumbersome.
I am running 5.2.0 SNAPSHOT on Windows 11
Nadahar
(Nadar)
2
@florian-h05 @AndrewFG This sounds like a failure of the new URL validation..?
@TeeVee You can probably get around it by switching to the “Code” tab and edit the URL in YAML view.
Nadahar
(Nadar)
4
In my opinion, the validation shouldn’t validate which protocol is used, just that there “is a protocol” there.