aimin-git
aimin-git
If we want to support telemetry for the self-hosted livekit, looks we need to have some changes in the livekit code, but from my understanding, the change would be minor....
Area you running a self-deployed livekit server? You can use connect test tool to test.
" could not connect PeerConnection after timeout" means the wss connection to livekit server has timeout. It looks related to the network connection.
What's your configuration? Do you have the build-in TURN enabled?
You could disable the TURN or use a external TURN to have a test. I also have a livekit server in alicloud, I am not enabling the TURN.
When bring in up the livekit server, configure the node-ip as the external ip, it will work. "command: --config /etc/livekit.yaml --node-ip xx.xx.xx.xx"
It looks a issue related to NAT tranverse. Packet capture and livekit logs will help.
> I see. I'm not very familiar with NW.js, but then probably this should be reported to NW.js as a bug as it seems to be not emitting the `unmute`...