LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   system call for mplayer (https://www.linuxquestions.org/questions/linux-newbie-8/system-call-for-mplayer-743583/)

wagmare 07-29-2009 12:52 AM

system call for mplayer
 
hi friends,
i am trying to play a mplayer in my code using system call .. but i dont know how to pause the current running mplayer using system call .. ex:pressing space bar or "p" key button ...

please anybody help me ..

unSpawn 07-29-2009 08:24 AM

Quote:

Originally Posted by wagmare (Post 3623810)
i dont know how to pause the current running mplayer using system call

You don't want to use system calls but make a FIFO then make your app echo commands into it to control mplayer. Searching LQ will yield examples.


All times are GMT -5. The time now is 07:37 PM.