Skip to content
Snippets Groups Projects
Commit cad0ff40 authored by David Huss's avatar David Huss :speech_balloon:
Browse files

Update readme

parent 6b9c7711
No related branches found
No related tags found
No related merge requests found
...@@ -11,10 +11,10 @@ Maybe there will be a version with accounts (and LDAP support?) in the future, b ...@@ -11,10 +11,10 @@ Maybe there will be a version with accounts (and LDAP support?) in the future, b
- [ ] Finetuning of example HLS configuration - [ ] Finetuning of example HLS configuration
- [ ] Add Footer with link to repo, contact info - [ ] 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 - [ ] 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..?) - [ ] 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 have unlisted streams
- [x] Option to predefine passwords per stream key in config - [x] Option to predefine passwords per stream key in config
- [x] Try Out Flask socketio integration for realtime listing of current streams - [x] Try Out Flask socketio integration for realtime listing of current streams
......
...@@ -17,7 +17,7 @@ APPLICATION_NAME = "streamviewer" ...@@ -17,7 +17,7 @@ APPLICATION_NAME = "streamviewer"
DEFAULT_CONFIG = """ DEFAULT_CONFIG = """
[application] [application]
# Valid Log Levels are Debug, Info, Warning, Error, Critical # Valid Log Levels are Debug, Info, Warning, Error, Critical
loglevel = "Debug" loglevel = "Info"
# Hostname, used to replace [[[HOSTNAME]]] in description.md if active # Hostname, used to replace [[[HOSTNAME]]] in description.md if active
hostname = "streams.example.com" hostname = "streams.example.com"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment