What is the command line syntax to embed MPlayer in an app window in OS X?
        Posted  
        
            by Chip
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Chip
        
        
        
        Published on 2010-03-26T03:04:15Z
        Indexed on 
            2010/03/26
            3:13 UTC
        
        
        Read the original article
        Hit count: 423
        
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!
© Stack Overflow or respective owner