Fix VLC WinXP loading bug reported by /u/supersaw7
This commit is contained in:
parent
57362721b5
commit
b8a4bbae11
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user