Difference between revisions of "Documentation:Modules/osc"
Jump to navigation
Jump to search
(Added OSC interface module page) |
m (Changed type from Control to Interface) |
||
Line 1: | Line 1: | ||
− | {{Module|name=osc|type= | + | {{Module|name=osc|type=Interface|os=Any that support the [http://liblo.sf.net/ liblo] library|description=control VLC using the Open Sound Control protocol}} |
This module lets you send control messages to VLC using the [http://www.opensourcecontrol.org/ Open Sound Control] protocol. | This module lets you send control messages to VLC using the [http://www.opensourcecontrol.org/ Open Sound Control] protocol. |
Revision as of 17:01, 13 December 2008
Module: osc | |
---|---|
Type | Interface |
First VLC version | - |
Last VLC version | - |
Operating system(s) | Any that support the liblo library |
Description | control VLC using the Open Sound Control protocol |
Shortcut(s) | - |
This module lets you send control messages to VLC using the Open Sound Control protocol.
The following commands are currently supported:
→ /deck/play - Start deck playing → /deck/pause - Pause deck → /deck/stop - Stop Deck playback → /deck/eject - Eject the current track from deck → /deck/load (s) - Load <mrl> into deck → /deck/volume (i) - Load <filename> into deck
NOTE: These paths are designed to be compatible with MadJACK but are subject to change.
Options
- osc-port <integer> : Port number to listen on default value: randomly allocated port number