baudm / mplayer.py

Lightweight Python wrapper for MPlayer
http://pypi.python.org/pypi/mplayer.py
GNU Lesser General Public License v3.0
117 stars 32 forks source link

No stdout signals emitted from mplayer (Windows 7) #21

Closed jleaders closed 7 years ago

jleaders commented 8 years ago

When i run the qt4.py example file, two things happen:

1) The video never plays. I had to add v.player.pause() just to see it start 2) No stdout signals seem to be emitted. Therefore, the eof is never detected and triggered. I have tested with a debugger

The line of code that seems to break it is: self._stdout = _StdoutWrapper(handle=stdout) When I comment out the stdout wrapper, it works fine.

baudm commented 7 years ago

Windows support is really problematic for this kind of project. Closing this now because Qt4 is now really old.