I can easily control mplayer like this:-
Code: Select all
mplayer -slave -input file=/my_fifo myfile
and 'pipe' commands to the fifo with shell scripts like this:-
Code: Select all
echo 'pause' >my_fifo
How do I do this with vlc please?
I have seen posts which say use --rc-fake-tty, I have tried various set-ups but can't get it to work..
Help PLEASE, would much prefer to use vlc over mplayer...
Nothing fancy, just want to use shell scripts to control vlc.