Artem S. Tashkinov
Artem S. Tashkinov
Please close the ticket and do not waste developers' time. Google has never supported HEVC, nor they will ever support VVC. And lastly yt-dlp itself does NOT deal with codecs...
> This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. comment
I've changed the server config to: `"plugin_opts": "server;tls;host=server.com;path=/secretpath;cert=/opt/shadowsocks-rust/server.crt;key=/opt/shadowsocks-rust/server.key;loglevel=info"` and the client config to: `"plugin_opts": "tls;path=/secretpath;host=server.com;loglevel=debug"` I.e. Server: ``` { "servers": [ { "server": "0.0.0.0", "server_port": 443, "password": "strongpassword", "timeout": 300,...