Hello!
I try to develop a simple file reader using VLC driven by shell command lines.
I send it some basic lines to read files, like "-vout filename.mpg" which makes vlc open and display the file as expected. I would like then to be able to pause the read process, and tried sending lines like " -vlc-pause-0" but this does not work.
How should I send the pause instruction to vlc ?
Thanks!