Difference between revisions of "Control VLC instance"

From VideoLAN Wiki
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...")
 
(I was mistaken: webOS is current though Palm (web) OS has been discontinued. Adding to →‎Mobile)
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
This page speaks about controlling programatically a running VLC instance
+
== Control VLC ==
 +
This section speaks about controlling programmatically a running VLC instance
  
== 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 for [[Linux]] and BSD.
 +
 
 +
=== Telnet ===
 +
* 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 ===
 +
 
 +
=== Extensions ===
 +
 
 +
=== SD ===
 +
 
 +
[[Category:Control VLC|*]]

Latest revision as of 05:42, 17 February 2019

Control VLC

This section speaks about controlling programmatically a running VLC instance

HTTP XML/JSon requests

D-Bus

  • Talk to VLC through the DBus protocol for Linux and BSD.

Telnet

  • Talk to VLC through the Telnet protocol.

Mobile

Extend VLC

Skins

Extensions

SD