[mirotalksfu] - update rtmp servers and demo

هذا الالتزام موجود في:
Miroslav Pejic
2025-01-16 01:40:19 +01:00
الأصل 57faf1567e
التزام e2d05a8f56
7 ملفات معدلة مع 17 إضافات و19 حذوفات

عرض الملف

@@ -2,8 +2,8 @@
const { PassThrough } = require('stream');
const ffmpeg = require('fluent-ffmpeg');
const ffmpegInstaller = require('@ffmpeg-installer/ffmpeg');
ffmpeg.setFfmpegPath(ffmpegInstaller.path);
const ffmpegPath = '/usr/local/bin/ffmpeg'; // /usr/bin/ffmpeg (Linux) | /usr/local/bin/ffmpeg (Mac)
ffmpeg.setFfmpegPath(ffmpegPath);
class RtmpStreamer {
constructor(rtmpUrl, rtmpKey, socket) {