diff options
| author | Antti Ajanki <antti.ajanki@iki.fi> | 2010-11-18 20:33:49 +0200 |
|---|---|---|
| committer | Antti Ajanki <antti.ajanki@iki.fi> | 2010-11-18 20:33:49 +0200 |
| commit | 70ec1f782317cec0cb909771ccc8638752098ae3 (patch) | |
| tree | 27a56e9075bf508878d19f4ef3cd67aa7969cef9 /doc | |
| parent | f209c117c2298196b2865716144565ddea70ad15 (diff) | |
| download | vdr-plugin-webvideo-70ec1f782317cec0cb909771ccc8638752098ae3.tar.gz vdr-plugin-webvideo-70ec1f782317cec0cb909771ccc8638752098ae3.tar.bz2 | |
documentation
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/developers.txt | 16 |
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. |
