[MPlayer-users] problems with slave mode in Windows

Alec Bennett wrybread at gmail.com
Sun Jul 23 07:55:44 CEST 2006


Maybe I'm just not understanding how to talk to a program through pipes?
Here's the Python code I'm using:

import process
p = process.ProcessOpen(c:/mplayer/mplayer.exe -slave -quiet
c:/whatever.wav)
p.stdin.write("mute\n")
p.stdin.write("mute")

This starts mplayer playing c:/whatever just fine, but the slave commands
have no effect.

Does anyone notice anything offhand?



More information about the MPlayer-users mailing list