From 8ef91be6adadbddcc2d0b7fa9baa9ce24d6b9777 Mon Sep 17 00:00:00 2001 From: m1k1o Date: Sun, 14 Feb 2021 21:15:34 +0100 Subject: [PATCH] update README. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ae8688ba..3cd0d83f 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ This app uses Web RTC to stream a desktop inside of a docker container. This is - Added RTMP broadcast. Enables broadcasting neko screen to local RTMP server, YouTube or Twitch. - 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). ### Bugs - Fixed minor gst pipeline bug. @@ -42,6 +43,7 @@ This app uses Web RTC to stream a desktop inside of a docker container. This is - No pointer events for notify bars. - Disable debug mode by default. - Remove HTML tags from user name. +- Upgraded `pion/webrtc` to v3 (by @mbattista). # Getting started & FAQ