Simple playhead log
This commit is contained in:
parent
49f454c5a7
commit
4800739a25
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ def update_playhead(stream_id, stream_name, stream_prio, stream_hls_url):
|
||||||
"name": stream_name,
|
"name": stream_name,
|
||||||
"prio": stream_prio,
|
"prio": stream_prio,
|
||||||
"head": stream_hls_url }
|
"head": stream_hls_url }
|
||||||
logger_job.warning(f'Playhead position is: {str(playhead)}')
|
logger_job.warning(f'Playhead: {str(playhead)}')
|
||||||
|
|
||||||
# Execute stream
|
# Execute stream
|
||||||
def exec_stream(stream_id, stream_name, stream_prio, stream_hls_url):
|
def exec_stream(stream_id, stream_name, stream_prio, stream_hls_url):
|
||||||
|
|
Loading…
Add table
Reference in a new issue