[mirotalksfu] - fix typo

هذا الالتزام موجود في:
Miroslav Pejic
2025-03-30 01:00:33 +01:00
الأصل d29c555df6
التزام 3e3126b6f6
2 ملفات معدلة مع 2 إضافات و2 حذوفات

عرض الملف

@@ -62,7 +62,7 @@ RTMP_FROM_FILE=true # Enable local file streaming
RTMP_FROM_URL=true # Enable URL streaming
RTMP_FROM_STREAM=true # Enable live stream (camera, microphone, screen, window)
RTMP_MAX_STREAMS=1 # Max simultaneous RTMP streams
RTMP_USE_NODE_MEDIA_SERVER=true # Use Node Media Server mirotalk-nms Docker image
RTMP_USE_NODE_MEDIA_SERVER=true # Use Node Media Server mirotalk-nms Docker image
RTMP_SERVER=rtmp://localhost:1935 # RTMP server URL
RTMP_APP_NAME=mirotalk # RTMP application name
RTMP_STREAM_KEY= # RTMP stream key (optional)

عرض الملف

@@ -192,7 +192,7 @@ module.exports = {
* - maxStreams: Max simultaneous streams (default: 1)
* - useNodeMediaServer: Use node-media-server (mirotalk-nms) instead of ngnix-rtmp (mirotalk-rtmp) [true/false] (default true)
* - server: RTMP server URL
* - appName: Application name for RTMP (if using mirotalk-rtmp add it in the nginx.conf if is not present)
* - appName: Application name for RTMP (for mirotalk/rtmp docker image add it in the nginx.conf)
* - streamKey: Optional authentication key
* - secret: Must match node-media-server config.js
* - apiSecret: WebRTC → RTMP API secret