rofl0r / proxychains-ng

proxychains ng (new generation) - a preloader which hooks calls to sockets in dynamically linked programs and redirects it through one or more socks/http proxies. continuation of the unmaintained proxychains project. the sf.net page is currently not updated, use releases from github release page instead.
http://sourceforge.net/projects/proxychains-ng/files
GNU General Public License v2.0
9.82k stars 1.08k forks source link

FFmpeg hangs when with proxychain #565

Open Deshdeepak1 opened 6 months ago

Deshdeepak1 commented 6 months ago

Without proxychains both wget ffpmpeg properly opens the url image

With proxychains only wget properly opens the url, ffmpeg hangs image

Version: proxychains-ng 4.17-2

rofl0r commented 6 months ago

try running without -q so one can see what actually happens ?

Deshdeepak1 commented 6 months ago

Still same, just hangs image

Works for wget image

rofl0r commented 6 months ago

i just tested it on ubuntu 22.04, works fine, also works on my own pc. so i guess the build you have does something that's not compatible. maybe try to get an ffmpeg build without cuda support.

Deshdeepak1 commented 6 months ago

yeah, I also checked on my ubuntu vps , and it works. Something fishy about the arch build. Let me check how to get ffmpeg without cuda support