mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-07-28 04:24:33 +00:00
Check if stopping before adding chunks during transcoding.
This commit is contained in:
parent
580aa1975c
commit
55e19f05aa
1 changed files with 1 additions and 1 deletions
|
|
@ -784,7 +784,7 @@ class StreamManager:
|
|||
try:
|
||||
if self.transcode:
|
||||
# Handle transcoded stream data
|
||||
while self.running and self.connected:
|
||||
while self.running and self.connected and not self.stop_requested:
|
||||
if self.fetch_chunk():
|
||||
self.last_data_time = time.time()
|
||||
else:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue