[mirotalksfu] - fix ffmpeg in Docker

هذا الالتزام موجود في:
Miroslav Pejic
2024-07-01 22:38:01 +02:00
الأصل 89f7ed9e63
التزام 18520e4368
9 ملفات معدلة مع 17 إضافات و12 حذوفات

عرض الملف

@@ -76,6 +76,7 @@ module.exports = {
- apiSecret: The API secret for streaming WebRTC to RTMP through the MiroTalk API.
- expirationHours: The number of hours before the RTMP URL expires. Default is 4 hours.
- dir: Directory where your video files are stored to be streamed via RTMP.
- ffmpeg: Path of the ffmpeg installation on the system (which ffmpeg)
Important: Ensure your RTMP server is operational before proceeding. You can start the server by running the following command:
- Start: npm run nms-start - Start the RTMP server.
@@ -94,6 +95,7 @@ module.exports = {
apiSecret: 'mirotalkRtmpApiSecret',
expirationHours: 4,
dir: 'rtmp',
ffmpeg: '/usr/bin/ffmpeg',
},
},
middleware: {