From 9ce98c98ac59c66f78977c2c68c7b7feefc1c555 Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Thu, 16 Jan 2025 11:41:08 +0100 Subject: [PATCH] [mirotalksfu] - fix typo --- app/src/config.template.js | 2 +- rtmpServers/nginx-rtmp/docker-compose.template.yml | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/app/src/config.template.js b/app/src/config.template.js index f561b926..82a64f22 100644 --- a/app/src/config.template.js +++ b/app/src/config.template.js @@ -121,7 +121,7 @@ module.exports = { - expirationHours: The number of hours before the RTMP URL expires. Default is 4 hours. - dir: Directory where your video files are stored to be streamed via RTMP. - ffmpegPath: Path of the ffmpeg installation on the system (which ffmpeg) - - platform: OS es darwin, linux, win32.... + - platform: 'darwin', 'linux', 'win32', etc. 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/. diff --git a/rtmpServers/nginx-rtmp/docker-compose.template.yml b/rtmpServers/nginx-rtmp/docker-compose.template.yml index 40e29faa..e55ef332 100644 --- a/rtmpServers/nginx-rtmp/docker-compose.template.yml +++ b/rtmpServers/nginx-rtmp/docker-compose.template.yml @@ -1,5 +1,3 @@ -version: '3' - services: mirotalk-rtmp: container_name: mirotalk-rtmp