Jump to content

Recommended Posts

Posted

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

Posted

image.thumb.png.a1dd74ba3fb22ee4f769ca09c506241b.png

ffprobe doesn't use env setting .

image.thumb.png.cc395099a0ca3c437a5be2dde0cc7ad1.png

add the argc it works well.

Posted

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".

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...