I need to access controls like (play, stop, to go specific time in a track, next track, previous track) in VLC player from processing.
I followed the thread http://processing.org/discourse/yabb2/YaBB.pl?num=1239217734/2
I am using Windows 7 and started vlc using "vlc video.avi --intf rc --rc-host localhost:1234" from the command prompt.
But when I run the processing code given in that thread, I get "java.net.ConnectionException: Connection refused: connect" error.
can anyone help me out in this..
Thanks.
I followed the thread http://processing.org/discourse/yabb2/YaBB.pl?num=1239217734/2
I am using Windows 7 and started vlc using "vlc video.avi --intf rc --rc-host localhost:1234" from the command prompt.
But when I run the processing code given in that thread, I get "java.net.ConnectionException: Connection refused: connect" error.
can anyone help me out in this..
Thanks.
1