add debug info

This commit is contained in:
jb-alvarado 2020-07-02 22:22:05 +02:00
parent 957b7c5ac7
commit 0f31bbf1bd

View File

@ -15,6 +15,7 @@ def clean_ts():
playlists = [p for p in _playout.hls_output if 'm3u8' in p]
for playlist in playlists:
messenger.debug('cleanup *.ts files from: "{}"'.format(playlist))
test_num = 0
hls_path = os.path.dirname(playlist)
with open(playlist, 'r') as m3u8: