[mirotalksfu] - improvements

هذا الالتزام موجود في:
Miroslav Pejic
2024-07-01 15:28:24 +02:00
الأصل 6437b81e98
التزام 47e2c4a5fe
8 ملفات معدلة مع 36 إضافات و11 حذوفات

عرض الملف

@@ -37,7 +37,7 @@ function generateRTMPUrl(baseURL, streamPath, secretKey, expirationHours = 8) {
return rtmpUrl;
}
// Example usage
// Example usage (change it for your server setup)
const baseURL = 'rtmp://localhost:1935'; // Rtmp server
const streamKey = uuidv4(); // Generate random stream key
const streamPath = '/live/' + streamKey; // Path/stream-key