[mirotalksfu] - Improve config.js.template, add .env.template, update dep
هذا الالتزام موجود في:
@@ -1,8 +1,7 @@
|
||||
'use strict';
|
||||
|
||||
const config = require('./config');
|
||||
const ffmpegPath =
|
||||
config.server.rtmp && config.server.rtmp.ffmpegPath ? config.server.rtmp.ffmpegPath : '/usr/bin/ffmpeg';
|
||||
const ffmpegPath = config.media?.rtmp?.ffmpegPath || '/usr/bin/ffmpeg';
|
||||
const ffmpeg = require('fluent-ffmpeg');
|
||||
ffmpeg.setFfmpegPath(ffmpegPath);
|
||||
|
||||
|
||||
المرجع في مشكلة جديدة
حظر مستخدم