From cad0ff40a81e2fd6ce4f24d0938bd9d84d34efc6 Mon Sep 17 00:00:00 2001 From: David Huss <dh@atoav.com> Date: Sun, 28 Feb 2021 17:39:42 +0100 Subject: [PATCH] Update readme --- README.md | 4 ++-- streamviewer/config.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 24c8219..1dab4ec 100644 --- a/README.md +++ b/README.md @@ -11,10 +11,10 @@ Maybe there will be a version with accounts (and LDAP support?) in the future, b - [ ] Finetuning of example HLS configuration - [ ] Add Footer with link to repo, contact info -- [ ] Option to prevent unrestricted usage without preconfigured stream key/password -- [ ] Option to "protect" certain stream keys - [ ] Option ?start=2021-02-23T21.15 and display a countdown before showing the stream - [ ] Add socketio for single stream pages (to show realtime notices before streams started, after ended, duration of the stream, viewer count..?) +- [x] Option to prevent unrestricted usage without preconfigured stream key/password +- [x] Option to "protect" certain stream keys - [x] Option to have unlisted streams - [x] Option to predefine passwords per stream key in config - [x] Try Out Flask socketio integration for realtime listing of current streams diff --git a/streamviewer/config.py b/streamviewer/config.py index 7e11c99..b6f20f6 100644 --- a/streamviewer/config.py +++ b/streamviewer/config.py @@ -17,7 +17,7 @@ APPLICATION_NAME = "streamviewer" DEFAULT_CONFIG = """ [application] # Valid Log Levels are Debug, Info, Warning, Error, Critical -loglevel = "Debug" +loglevel = "Info" # Hostname, used to replace [[[HOSTNAME]]] in description.md if active hostname = "streams.example.com" -- GitLab