diff --git a/syncplay/players/vlc.py b/syncplay/players/vlc.py index 3bc25e0..3340eb9 100644 --- a/syncplay/players/vlc.py +++ b/syncplay/players/vlc.py @@ -257,7 +257,7 @@ class VlcPlayer(BasePlayer): self._vlcready = vlcReady self._vlcclosed = vlcClosed - self.__process = subprocess.Popen(call, stderr=subprocess.PIPE) + self.__process = subprocess.Popen(call, stderr=subprocess.PIPE, stdout=subprocess.PIPE) for line in iter(self.__process.stderr.readline, ''): if "[syncplay]" in line: if "Listening on host" in line: