Closed Jalle19 closed 8 years ago
Some streams may require a different HTTP proxy per stream. ffmpeg apparently uses whatever proxy is specified in the http_proxy environment variable so it should be possible to leverage that.
http_proxy
Should be possible to pass environment variables to spawn(), just need to merge with process.env before doing it.
spawn()
process.env
any progress on this?
Not yet.
Some streams may require a different HTTP proxy per stream. ffmpeg apparently uses whatever proxy is specified in the
http_proxy
environment variable so it should be possible to leverage that.