Honue 0 Posted November 21, 2023 Posted November 21, 2023 I using the emby server in docker env. in my region (CN) access other network is diffuclt somes like the Cloudflare Workers ,my strm file resource is pass the CF network.In that, i have to use the proxy. for the network setting , set the proxy. - 'HTTP_PROXY=http://127.0.0.1:7890' - 'HTTPS_PROXY=http://127.0.0.1:7890' the ffprobe don't use the env variable,must add the argc like -http_proxy http://127.0.0.1:7890 i test in my windows terminal add the argc the cmd work good.So i wanna help devoloper can take some if addition, if env.http_proxy : cmd take the -http_proxy http://127.0.0.1:7890 additionally. If that's the case, I'd be incredibly grateful. server.log
Honue 0 Posted November 21, 2023 Author Posted November 21, 2023 ffprobe doesn't use env setting . add the argc it works well.
Honue 0 Posted November 21, 2023 Author Posted November 21, 2023 done.read the source code of ffmpeg.found it use "getenv_utf8("http_proxy")" , unix env varible case-sensitive,must use "http_proxy" not "HTTP_PROXY".
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now