database64128
database64128
In my experience, VLC tends to have issues when streaming videos. Can you try mpv? On your iPhone, there are also video players like Outplayer that are based on mpv.
> In my opinion, it's not related to the video player (mpv doesn't support proxy setting, so the following tests are still based on VLC). In my experience, it is...
This sounds like insufficient buffering on the video player's side, which VLC tends to have problems with. I have seen it many times myself, where VLC struggles but mpv can...
> I tried to change the lo's MTU to 1500, it seems that the system doesn't follow the change, but I think it's another problem. Why are you trying to...
Earlier you said you tried with `"no_delay": true`, did you set this on both `ssserver` and `sslocal`?
In case chunk size makes a difference, do you mind try with `"method": "2022-blake3-aes-128-gcm"` and see if it changes the bandwidth?
@kery Sure. If you are on Telegram, DM me. Same username as my GitHub account. Otherwise, use the email addresses in our GitHub profiles.
> It seems that Shadowsocks does not support configuring different users on the same port Use `2022-blake3-aes-128-gcm` or `2022-blake3-aes-256-gcm` instead. https://github.com/shadowsocks/shadowsocks-rust/issues/1626#issuecomment-2310011435 The REST API should work much better for you.
@JuTemp Prefer AES-based ciphers unless the CPU does not have AES instructions. Modern ARM64 processors have AES instructions, so you'll get higher throughput with lower energy use with AES-GCM compared...
For SOCKS5, you need a separate JSON file to specify the username-password pairs. See https://github.com/shadowsocks/shadowsocks-rust#socks5-authentication-configuration. HTTP basic auth is not currently supported. You might be interested in other implementations like...