uncomment stream end detection

This commit is contained in:
2025-06-07 13:41:44 +02:00
parent 366d821f8a
commit 501b880931

View File

@@ -500,10 +500,10 @@ class Streamer():
await big['iso_queue'].write(lc3_frame)
# if all(stream_finished): # Take into account that multiple files have different lengths
# logging.info('All streams finished, stopping streamer')
# self.is_streaming = False
# break
if all(stream_finished): # Take into account that multiple files have different lengths
logging.info('All streams finished, stopping streamer')
self.is_streaming = False
break
# -----------------------------------------------------------------------------