Difference between revisions of "Control VLC instance"
Jump to navigation
Jump to search
m (Add page to Category:Control VLC, demote section headers) |
|||
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. | ||
− | = Extend VLC = | + | == Extend VLC == |
− | == Skins == | + | === Skins === |
− | == Extensions == | + | === Extensions === |
− | == SD == | + | === SD === |
+ | |||
+ | [[Category:Control VLC]] |
Revision as of 07:33, 22 January 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.