I am trying to use
Tweet Streamlibrary and export it to a HTML. But once I export it and open index.html, the library stops functioning. I even tried exporting the example "simple stream" which came with the library, even that seems to have the same problem.
Have developed a new library
RemoteVLC to control VLC media player from Processing environment.
Play around with it and send me your feedback to contactsures [at] gmail [dot] com
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..