[MPlayer-users] How can I get info from mplayer???
Stephane Cerveau
scerveau at awox.com
Thu Jun 9 11:26:56 CEST 2005
Hi,
I use mplayer in my application and i would like to cmmunicate with it.
I know how to send command to it but i dont know how to get info from
his behaviour???
theCommand = wxT("/usr/bin/mplayer -quiet -slave -fs \"") +
GetCurrentURI() + wxT("\"");
m_pFilePipe = popen(theCommand.ToAscii().data(), "w");
That's my code to tell him ...
More information about the MPlayer-users
mailing list