From 0f31bbf1bdc3d7274a937c18e0fe6867d788e566 Mon Sep 17 00:00:00 2001 From: jb-alvarado Date: Thu, 2 Jul 2020 22:22:05 +0200 Subject: [PATCH] add debug info --- ffplayout/output/hls.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ffplayout/output/hls.py b/ffplayout/output/hls.py index 50638658..aead2c3a 100644 --- a/ffplayout/output/hls.py +++ b/ffplayout/output/hls.py @@ -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: