From 3e3126b6f612c55696d0861cc849d9207d8c4784 Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Sun, 30 Mar 2025 01:00:33 +0100 Subject: [PATCH] [mirotalksfu] - fix typo --- .env.template | 2 +- app/src/config.template.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.template b/.env.template index 40ce64b9..9a28c42f 100644 --- a/.env.template +++ b/.env.template @@ -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) diff --git a/app/src/config.template.js b/app/src/config.template.js index fc7c049e..f94b9226 100644 --- a/app/src/config.template.js +++ b/app/src/config.template.js @@ -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