summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/developers.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/developers.txt b/doc/developers.txt
index 8259e9c..8bd2418 100644
--- a/doc/developers.txt
+++ b/doc/developers.txt
@@ -150,3 +150,19 @@ Append a HTTP header to the request. Ignored on transfers that use
some other protocol besides HTTP.
The reference to the main menu is wvt:///?srcurl=mainmenu .
+
+
+SVDRP interface
+===============
+
+The plugin provides the following SVDRP commands:
+
+PLAY <url>
+ Stream a media file embedded on web page at <url>.
+DWLD <url>
+ Download a media file embedded on web page at <url>.
+
+Note: <url> should be the the address of the web page that contains
+the video, not the address of the video file itself. If you know the
+direct address to the video file, use xineliboutput SVDRP commands
+instead. See README for the list of supported sites.