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 | |
parent | f209c117c2298196b2865716144565ddea70ad15 (diff) | |
download | vdr-plugin-webvideo-70ec1f782317cec0cb909771ccc8638752098ae3.tar.gz vdr-plugin-webvideo-70ec1f782317cec0cb909771ccc8638752098ae3.tar.bz2 |
documentation
-rw-r--r-- | README.vdrplugin | 15 | ||||
-rw-r--r-- | doc/developers.txt | 16 |
2 files changed, 16 insertions, 15 deletions
diff --git a/README.vdrplugin b/README.vdrplugin index dc317f9..6e0d62a 100644 --- a/README.vdrplugin +++ b/README.vdrplugin @@ -195,21 +195,6 @@ the path) of the downloaded file. An example script for transcoding the downloaded files to Ogg format is included in the source distribution in examples/transcode2ogg.sh. -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. - "Watch on VDR" bookmarklet -------------------------- 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. |