Difference between revisions of "Control VLC instance"
Jump to navigation
Jump to search
(Created page with "This page speaks about controlling programatically a running VLC instance == HTTP XML/JSon requests == * Talk to VLC through HTTP XML/JSon requests == D-Bus == * Talk to VLC...") |
|||
Line 2: | Line 2: | ||
== HTTP XML/JSon requests == | == HTTP XML/JSon requests == | ||
− | * Talk to VLC through 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 | + | * Talk to VLC through the [[DBus]] protocol. |
Revision as of 16:20, 8 November 2013
This page speaks about controlling programatically a running VLC instance
HTTP XML/JSon requests
- Talk to VLC through HTTP XML/JSon requests.
D-Bus
- Talk to VLC through the DBus protocol.