summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2000-07-23 15:01:31 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2000-07-23 15:01:31 +0200
commit52514313fbb740517a65da615de18d3e6e9e151a (patch)
treeea146bb811e2d3910b02b200dadc8e92a3eeab30 /INSTALL
parenta91ff70bf20ec3ed0d53a40b688c31206e79d35f (diff)
downloadvdr-52514313fbb740517a65da615de18d3e6e9e151a.tar.gz
vdr-52514313fbb740517a65da615de18d3e6e9e151a.tar.bz2
Implemented SVDRP
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL7
1 files changed, 7 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 1a6442d9..aec1bda5 100644
--- a/INSTALL
+++ b/INSTALL
@@ -40,6 +40,13 @@ When running, the 'vdr' program writes status information into the
system log file (/var/log/messages). You may want to watch these
messages (tail -f /var/log/mesages) to see if there are any problems.
+The program can be controlled via a network connection to its SVDRP
+port ("Simple Video Disk Recorder Protocol"). By default, it listens
+on port 2001 (use the --port=PORT option to change this). For details
+about the SVDRP syntax see the source file 'svdrp.c'.
+
+Use "vdr --help" for a list of available command line options.
+
The video data directory:
-------------------------