Difference between revisions of "Control VLC instance"
Jump to navigation
Jump to search
m (Modify sortkey) |
(I was mistaken: webOS is current though Palm (web) OS has been discontinued. Adding to →Mobile) |
||
(One intermediate revision by the same user not shown) | |||
Line 10: | Line 10: | ||
=== Telnet === | === Telnet === | ||
* Talk to VLC through the [[Telnet]] protocol. | * Talk to VLC through the [[Telnet]] protocol. | ||
+ | |||
+ | === Mobile === | ||
+ | * [[Control VLC from an Android Phone]] | ||
+ | * [[Control VLC from an iPhone]] | ||
+ | * [[Control VLC from a webOS phone]] | ||
== Extend VLC == | == Extend VLC == |
Latest revision as of 05:42, 17 February 2019
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.