diff --git a/examples/player.py b/examples/player.py index 43c493e..d53f3f2 100644 --- a/examples/player.py +++ b/examples/player.py @@ -101,7 +101,6 @@ def play(track_id_str: str): while True: byte = stream.input_stream.stream().read() if byte == -1: - ffplay.kill() return ffplay.stdin.write(bytes([byte]))