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
When changing from stream to allow 2 way audio, the IOS companion app is crashing. It takes some seconds but at the end it become unresponsive.
The seconds stream is followed by the manual to allow selectable 2 way audio and in the first place without.
Config Lovelace:
- type: 'custom:webrtc-camera'
server: http://localhost:1984/
title: camera.voordeur_go2rtc
streams:
- url: camera.voordeur
name: 🔇 # name is optional
mode: webrtc # mode is optional
media: video,audio # media is optional
- url: camera.voordeur
name: 🔊
mode: webrtc
media: video,audio,microphone
muted: false
ui: true
muted: true
background: true
most of the time the first try is working fine. After switching again it hangs by selecting the second stream on black screen ‘loading’
And at the end iOS app become unresponsive and disconnects.
nothing really special in logging. Go2rtc log is clean. Home assistant log only new connection: 2024-07-02 20:50:14.443 DEBUG (MainThread) [custom_components.webrtc] New client: {'authSig': 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiI5NWU1MWE2Yjc2ZGE0MmI0YWM2NDQxYzc5ZjNmMDM4NyIsInBhdGgiOiIvYXBpL3dlYnJ0Yy93cyIsInBhcmFtcyI6W10sImlhdCI6MTcxOTk0NjIxNCwiZXhwIjoxNzE5OTQ2MjQ0fQ.HHYmydw0qOkRTO14MGz5tf6zjpWZ7kwANBRR0ekmdaM', 'url': 'camera.voordeur', 'server': 'http://localhost:1984/'}
companion app logging is also empty.
In non ui mode it happens also. Resulting in loading and at the end app disconnect.
backend: Hikvision nvr with isapi camera and 2 way audio.
iOS 17.5.1
Companion app 2024.5.1 (2024.688)
Home assistant in docker 2024.5.4
Go2rtc 1.9.4
The text was updated successfully, but these errors were encountered:
When changing from stream to allow 2 way audio, the IOS companion app is crashing. It takes some seconds but at the end it become unresponsive.
The seconds stream is followed by the manual to allow selectable 2 way audio and in the first place without.
Config Lovelace:
Go2rtc config:
most of the time the first try is working fine. After switching again it hangs by selecting the second stream on black screen ‘loading’
And at the end iOS app become unresponsive and disconnects.
nothing really special in logging. Go2rtc log is clean. Home assistant log only new connection:
2024-07-02 20:50:14.443 DEBUG (MainThread) [custom_components.webrtc] New client: {'authSig': 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiI5NWU1MWE2Yjc2ZGE0MmI0YWM2NDQxYzc5ZjNmMDM4NyIsInBhdGgiOiIvYXBpL3dlYnJ0Yy93cyIsInBhcmFtcyI6W10sImlhdCI6MTcxOTk0NjIxNCwiZXhwIjoxNzE5OTQ2MjQ0fQ.HHYmydw0qOkRTO14MGz5tf6zjpWZ7kwANBRR0ekmdaM', 'url': 'camera.voordeur', 'server': 'http://localhost:1984/'}
companion app logging is also empty.
In non ui mode it happens also. Resulting in loading and at the end app disconnect.
backend: Hikvision nvr with isapi camera and 2 way audio.
iOS 17.5.1
Companion app 2024.5.1 (2024.688)
Home assistant in docker 2024.5.4
Go2rtc 1.9.4
The text was updated successfully, but these errors were encountered: