diff options
author | Alib <aliboba@free.fr> | 2010-03-23 17:23:53 +0100 |
---|---|---|
committer | Alib <aliboba@free.fr> | 2010-03-23 17:23:53 +0100 |
commit | 39d5e81996d91fb66039c1655f67b4edde3ef381 (patch) | |
tree | b7287d71d85fb71023e207d4c76a6e8dd900a823 /config_default.php | |
parent | 50171cdd7b3b05a62826d88381e6e11ec22d95f3 (diff) | |
parent | 1247a87685d2cf2389d62909f115178d0768748e (diff) | |
download | istreamdev-39d5e81996d91fb66039c1655f67b4edde3ef381.tar.gz istreamdev-39d5e81996d91fb66039c1655f67b4edde3ef381.tar.bz2 |
Merge branch 'jquery' of projects.vdr-developer.org:istreamdev into jquery
Diffstat (limited to 'config_default.php')
-rwxr-xr-x | config_default.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/config_default.php b/config_default.php index 758ccc9..0bd3c9c 100755 --- a/config_default.php +++ b/config_default.php @@ -5,11 +5,10 @@ $httppath = '/istreamdev/'; // Absolute path to the index.php file. //Don't put http://yourdomain !! // VDR configuration - $vdrenabled=1; // enable/disable VDR features $vdrchannels='/etc/vdr/channels.conf'; // VDR channel list $svdrpport=2001; // SVDRP port $svdrpip='127.0.0.1'; // SVDRP ip - $vdrstreamdev='http://127.0.0.1:3000/TS/'; // VDR streamdev URL + $vdrstreamdev='http://127.0.0.1:3000/TS/'; // VDR streamdev URL (set to "" to disable the VDR feature) $vdrrecpath='/video/'; //VDR recording directory // Media configuration |