bastionbot
bastionbot
Moving it to 192.168.10.0/24 allows me to connect an agent from 192.168.10.0/24, but 10.0.0.0/24 still fails with the same error.
`for i in $(docker network inspect -f '{{range .Containers}}{{.Name}} {{end}}' ingress); do docker network disconnect -f ingress $i; done;` Remove all containers from the ingress network `docker service rm $(docker...
WebRTC 3.6.0 cameras don't load in the Android companion app but will load on the same device using the browser. version 2024.9.4-full io.homeassistant.companion.android
I use the same dashboard on the mobile app and via the web. ``` type: custom:webrtc-camera entity: camera.garage_mainstream ``` When I access the dashboard in the Home Assistant app, the...
Mine are RTSP cameras as well, they're just added in Home Assistant as Generic Camera first. Go2RTC seems like it's working fine, just for whatever reason the companion app isn't...
I thought so too, but the issue persists after clearing the cache and data. I will see if it is resolved once 2024.10.4 is available on the app store.
Browser: [garage_camera.json](https://github.com/user-attachments/files/17462660/garage_camera.json) App: [garage_camera2.json](https://github.com/user-attachments/files/17462671/garage_camera2.json)
App: ``` 12:00:58.747 PM trace [api] GET /api/ws?src=rtsp://:@:554/11&name=camera.garage_mainstream 127.0.0.1:60526 12:00:58.885 PM trace undefined error=websocket: close 1000 (normal) caller=github.com/AlexxIT/go2rtc/internal/api/ws/ws.go:124 ``` Browser: [trace.log](https://github.com/user-attachments/files/17463850/trace.log)
Home Assistant Companion: 2024.10.3-full (the update from 2024.9.4-full didn't fix it) Android 14 Android security update: September 5, 2024 Google Play system update: September 1, 2024 Kernel version: 5.15.137-android14-11 Build:...