Difference between revisions of "Documentation:Modules/osc"

From VideoLAN Wiki
Jump to navigation Jump to search
(Added OSC interface module page)
 
 
(10 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Module|name=osc|type=Control|os=Any that support the [http://liblo.sf.net/ liblo] library|description=control VLC using the Open Sound Control protocol}}
+
'''NOTE: this module is was never merged into the main VLC codebase and work on it has stopped'''
  
This module lets you send control messages to VLC using the [http://www.opensourcecontrol.org/ Open Sound Control] protocol.
+
* Patch against VLC 0.9.9a: http://www.aelius.com/njh/tmp/vlc-0.9.9a+osc.patch
 
+
* Patch against VLC 0.9.8a: http://www.aelius.com/njh/tmp/vlc-0.9.8a+osc.patch
The following commands are currently supported:
+
* Patch against GIT master: http://www.aelius.com/njh/tmp/vlc-git+liblo.patch
<pre>
 
&rarr; /deck/play          - Start deck playing
 
&rarr; /deck/pause        - Pause deck
 
&rarr; /deck/stop          - Stop Deck playback
 
&rarr; /deck/eject        - Eject the current track from deck
 
&rarr; /deck/load (s)      - Load &lt;mrl&gt; into deck
 
&rarr; /deck/volume (i)    - Load &lt;filename&gt; into deck
 
</pre>
 
 
 
 
 
NOTE: These paths are designed to be compatible with [http://www.aelius.com/njh/madjack/ MadJACK] but are subject to change.
 
 
 
 
 
== Options ==
 
{{Option
 
|name=osc-port
 
|value=integer
 
|default=randomly allocated port number
 
|description=Port number to listen on
 
}}
 

Latest revision as of 09:37, 12 April 2014

NOTE: this module is was never merged into the main VLC codebase and work on it has stopped