I have setup VLC with VLM to do video broadcasting using RTP. I have a video source (server) and VLC getting the stream from the server and providing it to clients. I am controlling VLC using the telnet interface to setup streams, and to play and pause streams.
I would like to control the streams programmatically. Is it possible to issue these control commands using the Java interface JVLC instead of the telnet interface?