From 31e113513923bbf66bb3ccbb0c056f409945cae5 Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Thu, 3 Oct 2024 18:03:35 +0200 Subject: [PATCH] [mirotalksfu] - add comment --- app/src/config.template.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/src/config.template.js b/app/src/config.template.js index b3fdeb07..777e6d29 100644 --- a/app/src/config.template.js +++ b/app/src/config.template.js @@ -78,7 +78,9 @@ module.exports = { - 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: + Important: Before proceeding, make sure your RTMP server is up and running. + For more information, refer to the documentation here: https://docs.mirotalk.com/mirotalk-sfu/rtmp/. + You can start the server by running the following command: - Start: npm run nms-start - Start the RTMP server. - Stop: npm run npm-stop - Stop the RTMP server. - Logs: npm run npm-logs - View the logs of the RTMP server.