Jalle19 / node-ffmpeg-mpegts-proxy

Simple proxy for leveraging ffmpeg to convert any source URL into MPEG-TS over HTTP
GNU General Public License v2.0
167 stars 52 forks source link

Support specifying HTTP proxy per stream #11

Closed Jalle19 closed 8 years ago

Jalle19 commented 9 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.

Jalle19 commented 9 years ago

Should be possible to pass environment variables to spawn(), just need to merge with process.env before doing it.

ghost commented 8 years ago

any progress on this?

Jalle19 commented 8 years ago

Not yet.