Difference between revisions of "Control VLC instance"
Jump to navigation
Jump to search
(I was mistaken: webOS is current though Palm (web) OS has been discontinued. Adding to →Mobile) |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | = Control VLC = | + | == Control VLC == |
This section speaks about controlling programmatically a running VLC instance | This section speaks about controlling programmatically a running VLC instance | ||
− | == HTTP XML/JSon requests == | + | === HTTP XML/JSon requests === |
* Talk to VLC through [[VLC_HTTP_requests|HTTP XML/JSon requests]]. | * Talk to VLC through [[VLC_HTTP_requests|HTTP XML/JSon requests]]. | ||
− | == D-Bus == | + | === D-Bus === |
* Talk to VLC through the [[DBus]] protocol for [[Linux]] and BSD. | * Talk to VLC through the [[DBus]] protocol for [[Linux]] and BSD. | ||
− | == 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 == |
+ | === Skins === | ||
− | == SD == | + | === Extensions === |
+ | |||
+ | === SD === | ||
+ | |||
+ | [[Category:Control 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.