Stream
This commit is contained in:
parent
2464818f03
commit
dec08d6e33
@ -399,6 +399,8 @@ def stream_trimmer_loop():
|
|||||||
|
|
||||||
#try:
|
#try:
|
||||||
if '_to' not in systems[system].STATUS[stream_id] and '_fin' not in systems[system].STATUS[stream_id] and systems[system].STATUS[stream_id]['LAST'] < _now - 5:
|
if '_to' not in systems[system].STATUS[stream_id] and '_fin' not in systems[system].STATUS[stream_id] and systems[system].STATUS[stream_id]['LAST'] < _now - 5:
|
||||||
|
_stream = systems[system].STATUS[stream_id]
|
||||||
|
_sysconfig = CONFIG['SYSTEMS'][system]
|
||||||
#systems[system].STATUS[stream_id]['_fin'] = True
|
#systems[system].STATUS[stream_id]['_fin'] = True
|
||||||
logger.info('(%s) *TIME OUT* STREAM ID: %s SUB: %s PEER: %s TGID: %s TS 1 Duration: %.2f', \
|
logger.info('(%s) *TIME OUT* STREAM ID: %s SUB: %s PEER: %s TGID: %s TS 1 Duration: %.2f', \
|
||||||
system, int_id(stream_id), get_alias(int_id(_stream['RFS']), subscriber_ids), get_alias(int_id(_sysconfig['NETWORK_ID']), peer_ids), get_alias(int_id(_stream['TGID']), talkgroup_ids), _stream['LAST'] - _stream['START'])
|
system, int_id(stream_id), get_alias(int_id(_stream['RFS']), subscriber_ids), get_alias(int_id(_sysconfig['NETWORK_ID']), peer_ids), get_alias(int_id(_stream['TGID']), talkgroup_ids), _stream['LAST'] - _stream['START'])
|
||||||
|
Loading…
Reference in New Issue
Block a user