Control vlc via a linux fifo (pipe)
Posted: 01 Jul 2014 20:29
Hello, I am looking for a real vlc 'exper't here..
I can easily control mplayer like this:-
and 'pipe' commands to the fifo with shell scripts like this:-
This works fine with mplayer,
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.
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.