More work on finished stream handling
This commit is contained in:
parent
63a124dcde
commit
3e9dd4e357
@ -384,7 +384,9 @@ def stream_trimmer_loop():
|
|||||||
|
|
||||||
#if stream already marked as finished, just remove it
|
#if stream already marked as finished, just remove it
|
||||||
if '_fin' in systems[system].STATUS[stream_id] and systems[system].STATUS[stream_id]['LAST'] < _now - 5:
|
if '_fin' in systems[system].STATUS[stream_id] and systems[system].STATUS[stream_id]['LAST'] < _now - 5:
|
||||||
|
logger.debug('(%s) *FINISHED STREAM* STREAM ID: %s'system, int_id(stream_id))
|
||||||
fin_list.append(stream_id)
|
fin_list.append(stream_id)
|
||||||
|
continue
|
||||||
|
|
||||||
try:
|
try:
|
||||||
if systems[system].STATUS[stream_id]['LAST'] < _now - 5:
|
if systems[system].STATUS[stream_id]['LAST'] < _now - 5:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user