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

Basic steps to add functionality for protected streams

parent a66ab959
Branches
No related tags found
No related merge requests found
...@@ -42,7 +42,7 @@ app.logger.info("{} is ready to take requests: {}".format(APPLICATION_NAME, HOST ...@@ -42,7 +42,7 @@ app.logger.info("{} is ready to take requests: {}".format(APPLICATION_NAME, HOST
# Create a streamlist # Create a streamlist
streamlist = StreamList(app.logger).set_max_streams(config["application"]["max_streams"])\ streamlist = StreamList(app.logger).set_max_streams(config["application"]["max_streams"])\
.set_password_protection_period(config["application"]["password_protection_period"]) .set_password_protection_period(config["application"]["password_protection_period"])\
.add_from_config(config["stream"]) .add_from_config(config["stream"])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment