Cannot get rtsptoweb to work

Hi,

I have several Hikvision cameras connected to home assistant via webrtsc add-in.
url: rtsp://admin:[email protected]:554/ISAPI/Streaming/Channels/103

In lovelace it takes long before live view starts and at start I see spinning circles.
image

I read that rtsptoweb would improve this.

I just installed the add-in rtsptoweb and disabled ssl verification just to make sure this does not cause a problem.

If I try to open the web UI, I get ‘page not found’.
In the log file I see errors.

[s6-init] making user provided files available at /var/run/s6/etc...exited 0.
[s6-init] ensuring user provided files have correct perms...exited 0.
[fix-attrs.d] applying ownership & permissions fixes...
[fix-attrs.d] done.
[cont-init.d] executing container initialization scripts...
[cont-init.d] 01-rtsp-to-web: executing... 
[22:05:49] INFO: Updating configuration
jq: error: syntax error, unexpected == (Unix shell quoting issues?) at <top-level>, line 1:
if (.ice_username, == null) then                   
jq: error: syntax error, unexpected '|' (Unix shell quoting issues?) at <top-level>, line 3:
        elif (.ice_username, | type == "string") then                             
jq: error: syntax error, unexpected // (Unix shell quoting issues?) at <top-level>, line 4:
            .ice_username, // empty                           
jq: error: Possibly unterminated 'if' statement at <top-level>, line 1:
if (.ice_username, == null) then
jq: 4 compile errors
jq: error: syntax error, unexpected == (Unix shell quoting issues?) at <top-level>, line 1:
if (.ice_credential, == null) then                     
jq: error: syntax error, unexpected '|' (Unix shell quoting issues?) at <top-level>, line 3:
        elif (.ice_credential, | type == "string") then                               
jq: error: syntax error, unexpected // (Unix shell quoting issues?) at <top-level>, line 4:
            .ice_credential, // empty                             
jq: error: Possibly unterminated 'if' statement at <top-level>, line 1:
if (.ice_credential, == null) then
jq: 4 compile errors
jq: error: syntax error, unexpected IDENT, expecting $end (Unix shell quoting issues?) at <top-level>, line 1:
.server.ice_servers = "["stun.l.google.com:19302"]"                         
jq: 1 compile error
[cont-init.d] 01-rtsp-to-web: exited 3.
[cont-finish.d] executing container finish scripts...
[cont-finish.d] done.
[s6-finish] waiting for services.
[s6-finish] sending all processes the TERM signal.
[s6-finish] sending all processes the KILL signal and exiting.

Q1: as I left the config for this add-in in default settings I guess It must be something simple, what am I doing wrong?

Q2: what to fill in in the webrtsp integration? the IP of my homeassistant?
image

thanks!

Grtz
Jules

Q2: I think you copy paste the URL of the web UI. Click on the “open web UI” and copy the url.