Difference between revisions of "Control VLC instance"
Jump to navigation
Jump to search
(→D-Bus) |
|||
Line 1: | Line 1: | ||
− | This | + | = Control VLC = |
+ | This section speaks about controlling programmatically a running VLC instance | ||
== HTTP XML/JSon requests == | == HTTP XML/JSon requests == | ||
Line 9: | Line 10: | ||
== Telnet == | == Telnet == | ||
* Talk to VLC through the [[Telnet]] protocol. | * Talk to VLC through the [[Telnet]] protocol. | ||
+ | |||
+ | = Extend VLC = | ||
+ | == Skins == | ||
+ | |||
+ | == Extensions == | ||
+ | |||
+ | == SD == |
Revision as of 14:30, 10 November 2013
Contents
Control VLC
This section speaks about controlling programmatically a running VLC instance
HTTP XML/JSon requests
- Talk to VLC through HTTP XML/JSon requests.
D-Bus
Telnet
- Talk to VLC through the Telnet protocol.