RC control through a socket interface
Posted: 13 Oct 2004 18:29
Hi
I am new to VLC, but have just started to write a device driver so that I can control it with the CharmedQuark home automation software. This has a set of fuctions that allow you to send and receive text strings to remote or local sockets. Currently, I have written IR and RS232 drivers for my Amplifer, Projector, Lighting control etc. I had planned to use the HTTP interface for VLC, but have just seen in the relase notes for version 0.8.0 that :
Is there any documentation yet for this interface and the command syntax?
Are the commands the same as those described in the documentation, Chapter 4 "The Command Line Interface"?
Is the rc socket interface a 2-way interface with the possibility of querying VLC to read the current status of various paramters and the playlist track and position?
PJG
I am new to VLC, but have just started to write a device driver so that I can control it with the CharmedQuark home automation software. This has a set of fuctions that allow you to send and receive text strings to remote or local sockets. Currently, I have written IR and RS232 drivers for my Amplifer, Projector, Lighting control etc. I had planned to use the HTTP interface for VLC, but have just seen in the relase notes for version 0.8.0 that :
A direct socket interface would be much simpler as I would not have to handle all of the web page stuff.The remote control interface can now listen for commands on sockets.
Is there any documentation yet for this interface and the command syntax?
Are the commands the same as those described in the documentation, Chapter 4 "The Command Line Interface"?
Is the rc socket interface a 2-way interface with the possibility of querying VLC to read the current status of various paramters and the playlist track and position?
PJG