You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm pulling my hair out because I'm out of ideas ...
I have go2rtc server in docker localIP: 192.168.5.105
I set-up one input rtsp stream named tapo1
I can access GUI and open links with stream.html via browser etc.
My Home assistant instance is 192.168.5.55
I added custom component to homeassistant manually. I've placed webrtc directory and addedd necessary .js to lovelace includes.
I've tried a number of configurations but none of them worked.
All I get is player widget with loading...
Hi there,
I'm pulling my hair out because I'm out of ideas ...
I have go2rtc server in docker localIP: 192.168.5.105
I set-up one input rtsp stream named
tapo1
I can access GUI and open links with stream.html via browser etc.
My Home assistant instance is 192.168.5.55
I added custom component to homeassistant manually. I've placed
webrtc
directory and addedd necessary.js
to lovelace includes.I've tried a number of configurations but none of them worked.
All I get is player widget with loading...
Examples that I've tried:
1
2
3
This is the result:
Opening developer console I can see entries:
video-rtc.js?v=1.9.4:303 WebSocket connection to 'ws://192.168.5.**55**:8123/api/webrtc/ws?authSig=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiI3ZTUyMWVlN2QxZjM0OWU2ODk0NmNjM2Q3Y2I4NzYxMCIsInBhdGgiOiIvYXBpL3dlYnJ0Yy93cyIsInBhcmFtcyI6W10sImlhdCI6MTczODI2MjM3OCwiZXhwIjoxNzM4MjYyNDA4fQ.fYOUrLq5jaf2hfgFxc0-46YLDlKexglhLiD5pUnITnY&url=http%3A%2F%2F192.168.5.105%3A1984%2Fstream.html%3Fsrc%3Dtapo1%26mode%3Dwebrtc' failed:
So it looks like it tries to connect to home assistant instance despite
server
directive?Is it a bug or am I doing something wrong?
The text was updated successfully, but these errors were encountered: