Closed beginho closed 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
Not at the moment, but it shouldn't be too hard to implement. Are you up for it?
Work like a charm... youre the man! thx
Glad to hear!
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:
as I often need to use several versions of ffmpeg to support all input streams I need...
Thanks in advance