in reply to Creating a video player frontend in Perl - what are my options?
The mplayer program has a so called slave mode where a frontend controls it completely. You could try to use that directly. The manpage says:
- -slave (also see -input)
- Switches on slave mode, in which MPlayer works as a backend for other programs. Instead of intercepting keyboard events, MPlayer will read commands separated by a newline (\n) from stdin. NOTE: See -input cmdlist for a list of slave commands and DOCS/tech/slave.txt for their description.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Creating a video player frontend in Perl - what are my options?
by rocklee (Beadle) on Oct 21, 2008 at 12:47 UTC | |
by mikelieman (Friar) on Oct 23, 2008 at 14:39 UTC |