update readme for vod viewer
This commit is contained in:
parent
b32ff79c18
commit
62932bd0cd
1 changed files with 4 additions and 1 deletions
|
@ -34,6 +34,9 @@ obs = {
|
||||||
"head": "https://stream.deflax.net/memfs/9502315a-bb95-4e3e-8c24-8661d6dd2fe8.m3u8"
|
"head": "https://stream.deflax.net/memfs/9502315a-bb95-4e3e-8c24-8661d6dd2fe8.m3u8"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ines = {
|
||||||
|
"head": "https://stream.deflax.net/memfs/eddfeadd-1c72-4c5c-aabb-a99a1daa2231.m3u8"
|
||||||
|
}
|
||||||
|
|
||||||
# Datarhei Core API integration
|
# Datarhei Core API integration
|
||||||
SYNC_PERIOD = 30
|
SYNC_PERIOD = 30
|
||||||
|
@ -119,7 +122,7 @@ manager.register_task(name="read_database", job=analyze_db).period(35).start()
|
||||||
|
|
||||||
@app.route('/', methods=['GET'])
|
@app.route('/', methods=['GET'])
|
||||||
def root_query():
|
def root_query():
|
||||||
playhead = jt
|
playhead = ines
|
||||||
return jsonify(playhead)
|
return jsonify(playhead)
|
||||||
|
|
||||||
def create_app():
|
def create_app():
|
||||||
|
|
Loading…
Reference in a new issue