diff options
author | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2007-05-28 10:25:16 +0000 |
---|---|---|
committer | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2007-05-28 10:25:16 +0000 |
commit | 073ece97351c93e56527c0db6212512688f56c50 (patch) | |
tree | cc4d26ff747f5b1896c5a62dc0eda6be08c76981 | |
parent | cfb0761d2076f4309107bc1cf5ab7a0dfc99bd73 (diff) | |
download | vdr-plugin-live-073ece97351c93e56527c0db6212512688f56c50.tar.gz vdr-plugin-live-073ece97351c93e56527c0db6212512688f56c50.tar.bz2 |
- mentioned commandline parameters
-rw-r--r-- | README | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -54,6 +54,14 @@ You can adjust the port in <vdr_config_dir>/plugins/live/httpd.config: Listen 0.0.0.0 8008 Please don't touch anything else in this file. +You can also specifiy this parameter via commandline: + + -p PORT, --port=PORT use PORT to listen for incoming connections + (default: 8008) + -i IP, --ip=IP bind server only to specified IP, may appear + multiple times + (default: 0.0.0.0) + The rest of the parameters can be adjusted in VDR's OSD or in the web interface. |