diff options
author | M. Voerman <rekordc@gmail.com> | 2013-03-24 17:07:35 +0100 |
---|---|---|
committer | M. Voerman <rekordc@gmail.com> | 2013-03-24 17:07:35 +0100 |
commit | cdebff52748313dec091658ff38e8bb233ccc958 (patch) | |
tree | 81552838fa33e434edb2c8f6e2f619f8f782fa74 | |
parent | b4adaf5141f3006b2b161821ffde139d5e951c15 (diff) | |
download | vdr-vipclient-cdebff52748313dec091658ff38e8bb233ccc958.tar.gz vdr-vipclient-cdebff52748313dec091658ff38e8bb233ccc958.tar.bz2 |
Update
-rw-r--r-- | channels5.js | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/channels5.js b/channels5.js index 9b9bda8..818932d 100644 --- a/channels5.js +++ b/channels5.js @@ -34,17 +34,17 @@ maxChan[5] = 5008; // set to max multicast channel else you see 'undefined' in g // Full URL TEST // -minChan[2] = 2001; -defChan[2] = 2001; -baseChn[2] = 2000; -protChn[2] = 0; -ServerAdres[2] = "FullURL"; +//minChan[2] = 2001; +//defChan[2] = 2001; +//baseChn[2] = 2000; +//protChn[2] = 0; +//ServerAdres[2] = "FullURL"; // MultiCast, channels[x] layout DVB(Satposition, C or T)-NID-TID-SID-multicast address -channelsnames[2001] = "Nick TEST"; -channels[2001] = "http://82.73.255.132:3000/C-1000-6-16.ts"; +//channelsnames[2001] = "Nick TEST"; +//channels[2001] = "http://xx.xx.xx.xx:3000/C-1000-6-16.ts"; -maxChan[2] = 2001; // set to max multicast channel else you see 'undefined' in guide view +//maxChan[2] = 2001; // set to max multicast channel else you see 'undefined' in guide view |