set dashboard url
This commit is contained in:
parent
176b15ee49
commit
6203826194
2
app.py
2
app.py
@ -172,7 +172,7 @@ def dashboard():
|
||||
return make_response("Unauthorized.", 402)
|
||||
|
||||
return render_template("dashboard.html", stream = streamkey,
|
||||
server = config['Streaming']['PublishAddress'].format(streamer = "", host = config['Streaming']['ServerHost']))
|
||||
server = "rtmp://" + config['Streaming']['ServerHost']) + "/live/"
|
||||
|
||||
@app.route("/dashboard/stats")
|
||||
def dashboard_stats():
|
||||
|
Reference in New Issue
Block a user