NEWS
IoB XBMC sayIt Linux
ioBroker основное
3
Beiträge
2
Kommentatoren
3.0k
Aufrufe
-
Вообщем решилось так
1. устанавливаем mocp (консольный плеер)
sudo apt-get install moc-ffmpeg-plugin2. замена строчки в /opt/iobroker/node_modules/iobroker.sayit/main.js
ls = libs.child_process.exec('mpg321 ' + file, function (error, stdout, stderr) {на строчку
ls = libs.child_process.exec('mocp -l ' + file, function (error, stdout, stderr) {теперь все OK/
-