Difference between revisions of "Control VLC instance"

From VideoLAN Wiki
Jump to navigation Jump to search
Line 1: Line 1:
This page speaks about controlling programatically a running VLC instance
+
This page speaks about controlling programmatically a running VLC instance
  
 
== HTTP XML/JSon requests ==
 
== HTTP XML/JSon requests ==
Line 6: Line 6:
 
== D-Bus ==
 
== D-Bus ==
 
* Talk to VLC through the [[DBus]] protocol.
 
* Talk to VLC through the [[DBus]] protocol.
 +
 +
== Telnet ==
 +
* Talk to VLC through the [[Telnet]] protocol.

Revision as of 14:27, 10 November 2013

This page speaks about controlling programmatically a running VLC instance

HTTP XML/JSon requests

D-Bus

  • Talk to VLC through the DBus protocol.

Telnet

  • Talk to VLC through the Telnet protocol.