[vlc-devel] [PATCH] Open Sound Control support using liblo
Nicholas J Humfrey
njh at aelius.com
Sun Dec 14 02:08:42 CET 2008
Hello,
I have written a patch against git-master which adds limited OSC
support to VLC:
http://www.aelius.com/njh/tmp/vlc-git+liblo.patch
I have also added some documentation to the wiki:
http://wiki.videolan.org/Documentation:Modules/osc
OSC is an asynchronous protocol and there is still no standard way of
implementing replies to queries. So I chose to implement a small set
of messages that do not need two way communication:
/deck/play
/deck/pause
/deck/stop
/deck/eject
/deck/load (s)
nick.
More information about the vlc-devel
mailing list