From d27c329facd6a86270885ee23e10285500006896 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20=C5=A0ediv=C3=BD?= Date: Sun, 15 Aug 2021 14:49:05 +0200 Subject: [PATCH] How to use RTMP feature, fixes #88. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c4231bc..6f8f961f 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ For n.eko room management software, visit https://github.com/m1k1o/neko-rooms. - Keyboard modifier state synchronization (Num-Lock, Caps-Lock, Scroll-Lock) for each hosting. - Added chromium ungoogled (with h265 support) an kept up to date (by @whalehub). - Added Picture in Picture button (only for watching screen, controlling not possible). -- Added RTMP broadcast. Enables broadcasting n.eko screen to local RTMP server, YouTube or Twitch. +- Added RTMP broadcast. Enables broadcasting n.eko screen to local RTMP server, YouTube or Twitch. Example: `rtmp://a.rtmp.youtube.com/live2/`. - Stereo sound (works properly only in Firefox host). - Added limited support for some mobile browsers with `playsinline` attribute. - Added `VIDEO_BITRATE` and `AUDIO_BITRATE` in kbit/s to control stream quality (in collaboration with @mbattista).