What is the command line syntax to embed MPlayer in an app window in OS X?
- by Chip
I know the window ID, and I'm trying stuff like:
mplayer -ontop -slave -quiet -wid 471165040 /t.mov
mplayer -ontop -slave -quiet --window=471165040 /t.mov
but nothing is working. (I know the window ID is correct)
Otherwise, mplayer CLI is working great in its own window, just can't get it to play embedded.
Can anyone point me to a syntax example of embedding mplayer in an app in OS X?
thanks!