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

Possible specifying avconv binary name per stream? #20

Closed beginho closed 8 years ago

beginho commented 8 years ago

Hello,

Is it possible to specify avconv binary name for every stream? So next to the name, provider, url, source... in sources.json to have something like:

"name": "Channel 1",
"provider": "Provider",
"url": "/channel1",
"source": "http://somehost:31000/stream1.ts",
"avconv": "ffmpeg1"

as I often need to use several versions of ffmpeg to support all input streams I need...

Thanks in advance

Jalle19 commented 8 years ago

Not at the moment, but it shouldn't be too hard to implement. Are you up for it?

beginho commented 8 years ago

Work like a charm... youre the man! thx

Jalle19 commented 8 years ago

Glad to hear!