diff options
author | Antti Ajanki <antti.ajanki@iki.fi> | 2011-03-26 19:29:10 +0200 |
---|---|---|
committer | Antti Ajanki <antti.ajanki@iki.fi> | 2011-03-27 11:00:12 +0300 |
commit | 5b4fa3b79fb21af3d22fc5913e7c3939817eb54e (patch) | |
tree | d55b71986dbe8f68d4fb207fb3035434655945c9 | |
parent | 2f2186b5418bd591589287242911ef9af27fce16 (diff) | |
download | vdr-plugin-webvideo-5b4fa3b79fb21af3d22fc5913e7c3939817eb54e.tar.gz vdr-plugin-webvideo-5b4fa3b79fb21af3d22fc5913e7c3939817eb54e.tar.bz2 |
Mention savevideo_bookmarlet.js in README.vdrplugin
-rw-r--r-- | README.vdrplugin | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/README.vdrplugin b/README.vdrplugin index 3553877..0887c93 100644 --- a/README.vdrplugin +++ b/README.vdrplugin @@ -212,13 +212,13 @@ is included in the source distribution in examples/transcode2ogg.sh. -------------------------- It is possible to send the video you are watching on your web browser -to VDR and view it on your TV. +to VDR and view or save it on your TV. 1. Create a new bookmark on your web browser and paste the content of -examples/watchonvdr_bookmarklet.js as the address of the new bookmark. -If your VDR is running on a different machine than your browser, put -VDR's address into vdrserver variable near the beginning of the -bookmarklet. +examples/watchonvdr_bookmarklet.js or savevideo_bookmarklet.js as the +address of the new bookmark. If your VDR is running on a different +machine than your browser, put VDR's address into vdrserver variable +near the beginning of the bookmarklet. 2. Set up the firewall of the VDR machine to allow incoming connections on port 43280 only from the machine where you are running |