[MPlayer-users] Reading MPlayer in slave mode with C using libevent

Reimar Döffinger Reimar.Doeffinger at gmx.de
Sun Apr 17 19:45:10 CEST 2011


On Sun, Apr 17, 2011 at 05:21:45PM +0000, Steve Ricketts wrote:
> videoPipe = popen(str, "w");

MPlayer writes some things to stderr, and popen will only capture stdout.
Or rather would, since you open for writing it will actually 
capture neither stdout nor stderr.


More information about the MPlayer-users mailing list