mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-18 15:52:10 +00:00
Fxs
This commit is contained in:
@@ -247,7 +247,7 @@ def stream_music():
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
#return send_from_directory("/tmp/hls", "stream.m3u8")
|
#return send_from_directory("/tmp/hls", "stream.m3u8")
|
||||||
return render_template("/home/pi/Conjurerstream.html")
|
return render_template("/home/pi/Conjurer/stream.html")
|
||||||
|
|
||||||
@app.route("/<string:file_name>")
|
@app.route("/<string:file_name>")
|
||||||
def stream(file_name):
|
def stream(file_name):
|
||||||
|
|||||||
Reference in New Issue
Block a user