Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
streamviewer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
David Huss
streamviewer
Commits
cad0ff40
Commit
cad0ff40
authored
Feb 28, 2021
by
David Huss
Browse files
Options
Downloads
Patches
Plain Diff
Update readme
parent
6b9c7711
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+2
-2
2 additions, 2 deletions
README.md
streamviewer/config.py
+1
-1
1 addition, 1 deletion
streamviewer/config.py
with
3 additions
and
3 deletions
README.md
+
2
−
2
View file @
cad0ff40
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
streamviewer/config.py
+
1
−
1
View file @
cad0ff40
...
@@ -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
"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment