diff options
author | M. Voerman <rekordc@gmail.com> | 2013-01-30 00:39:36 +0100 |
---|---|---|
committer | M. Voerman <rekordc@gmail.com> | 2013-01-30 00:39:36 +0100 |
commit | 1d6bd1e1a0af427e29caed0c36302ac40440e3e0 (patch) | |
tree | 4498cb28b9cdbcff0c982c9bb0352d6997df0070 /channels5.js | |
parent | 7b0242ba31244739a966f2ea94fbcd9aa20e0642 (diff) | |
download | vdr-vipclient-1d6bd1e1a0af427e29caed0c36302ac40440e3e0.tar.gz vdr-vipclient-1d6bd1e1a0af427e29caed0c36302ac40440e3e0.tar.bz2 |
Some bugfixes
Diffstat (limited to 'channels5.js')
-rw-r--r-- | channels5.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/channels5.js b/channels5.js index 9aa4dca..5511ce3 100644 --- a/channels5.js +++ b/channels5.js @@ -4,9 +4,9 @@ // MultiCast minChan[5] = 5001; -defChan[5] = 5001; +defChan[5] = 5009; baseChn[5] = 5000; -protChn[5] = 0; +protChn[5] = 1; ServerAdres[5] = "MultiCast"; // MultiCast, channels[x] layout DVB(Satposition, C or T)-NID-TID-SID-multicast address @@ -27,8 +27,8 @@ channelsnames[5007] = "RTL7 (S)"; channels[5007] = "S19.2E-53-1097-2006-239.255.0.7:11111"; channelsnames[5008] = "Veronica/DisneyXD (S)"; channels[5008] = "S19.2E-53-1097-2031-239.255.0.8:11111"; -channelsnames[5009] = "NET5 (S)"; -channels[5009] = "S19.2E-53-1105-4003-239.255.0.9:11111"; +channelsnames[5009] = "Live Stream TEST"; +channels[5009] = "Internet-0-0-0-http://mp3.webradio.antenne.de"; maxChan[5] = 5009; // set to max multicast channel else you see 'undefined' in guide view |