Input URL with rtsp:// no longer possible

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

@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.

Yup. :frowning_face_with_open_mouth:

In my opinion, the validation shouldn’t validate which protocol is used, just that there “is a protocol” there.

I’ve fixed it: