Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
PCigales authored Oct 8, 2022
1 parent a9a34dd commit 46b7d7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PlayOn.py
Original file line number Diff line number Diff line change
Expand Up @@ -685,6 +685,7 @@ def _open_FFmpeg(self, vid=None, aud=None, sub=None, in_sub_buffer=None, out_sub
if not self.shutdown_requested:
time.sleep(0.5)
if self.FFmpeg_process.poll() in (None, 0):
media_feed.fp.raw._sock.settimeout(None)
break
if media_feed:
try:
Expand Down

0 comments on commit 46b7d7a

Please sign in to comment.