You've already forked fm-dx-webserver
mirror of
https://github.com/KubaPro010/fm-dx-webserver.git
synced 2026-02-27 06:23:53 +01:00
ffmpeg path hotfix
This commit is contained in:
@@ -16,7 +16,7 @@ function parseAudioDevice(options, callback) {
|
|||||||
options = null;
|
options = null;
|
||||||
}
|
}
|
||||||
options = options || {};
|
options = options || {};
|
||||||
const ffmpegPath = ffmpeg.replace(/\\/g, '\\\\');
|
const ffmpegPath = "\"" + ffmpeg.replace(/\\/g, '\\\\') + "\"";
|
||||||
const callbackExists = typeof callback === 'function';
|
const callbackExists = typeof callback === 'function';
|
||||||
|
|
||||||
let inputDevice, prefix, audioSeparator, alternativeName, deviceParams;
|
let inputDevice, prefix, audioSeparator, alternativeName, deviceParams;
|
||||||
|
|||||||
Reference in New Issue
Block a user