Censor

Results 9 comments of Censor

tinyvpn自带的重连很慢,需要5分钟左右,如果只是单纯的想重启tinyvpn不如强杀来的快,只需1s #!/bin/sh while true do ./tinyvpn .... sleep 1 done kill -9 $(ps -ef|grep -v grep|grep "./bin/tinyvpn -c -r 127.0.0.1:xxx"|awk '$3 != 1'|awk '{print $2}')

When will be support socks 5? thanks

There are a lot of these error messages: ERROR livekit.pc [email protected]/peerconnection.go:1582 Incoming unhandled RTP ssrc I do not know under what scenario will this error reported. The user will not...

> `Incoming unhandled RTP ssrc` means a track could not be published properly. Can you provide more details on your use case? How are you using this? which client APIs...

@davidzhao We finally found the problem because one network adapter of our server was configured with multiple IP addresses, so the IP was not the access IP when listening locally....

> use_external_ip use_external_ip doesn't solve my problem, My problem is that there are multiple public IP addresses on the same NIC. I don't want Livekit to be able to listen...

> How would you ideally like to configure this? specify each IP address in LiveKit config? some sort of CIDR mask? I've seen some projects that listen for 0.0.0.0 so...

> How would you ideally like to configure this? specify each IP address in LiveKit config? some sort of CIDR mask? ``` udp 0 0 103.126.161.177:11060 0.0.0.0:* 193842/./bin/1_livekit udp 0...

Google Pixel with Android 9 is mother os not third-part os.Only third-part os support badge.Mother os only support red circle on the right top of home screen when notifications arrives.So...