diff options
author | M. Voerman <rekordc@gmail.com> | 2013-01-27 22:19:53 +0100 |
---|---|---|
committer | M. Voerman <rekordc@gmail.com> | 2013-01-27 22:19:53 +0100 |
commit | 7b0242ba31244739a966f2ea94fbcd9aa20e0642 (patch) | |
tree | bdcb3f6d2b12e69582705254013e6de5bace2401 /channels5.js | |
parent | 48706b6ed32cb3d8cb32e723bb8fe4a2dabd22f4 (diff) | |
download | vdr-vipclient-7b0242ba31244739a966f2ea94fbcd9aa20e0642.tar.gz vdr-vipclient-7b0242ba31244739a966f2ea94fbcd9aa20e0642.tar.bz2 |
Moved channel settings to channelsX.js file
Diffstat (limited to 'channels5.js')
-rw-r--r-- | channels5.js | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/channels5.js b/channels5.js index 8ff9277..9aa4dca 100644 --- a/channels5.js +++ b/channels5.js @@ -2,6 +2,15 @@ // MultiCast Channels. // +// MultiCast +minChan[5] = 5001; +defChan[5] = 5001; +baseChn[5] = 5000; +protChn[5] = 0; +ServerAdres[5] = "MultiCast"; +// MultiCast, channels[x] layout DVB(Satposition, C or T)-NID-TID-SID-multicast address + + channelsnames[5001] = "NED1 (S)"; channels[5001] = "S19.2E-53-1105-4011-239.255.0.1:11111"; channelsnames[5002] = "NED2 (S)"; |