diff options
-rw-r--r-- | channels5.js | 16 | ||||
-rw-r--r-- | index.html | 1 |
2 files changed, 1 insertions, 16 deletions
diff --git a/channels5.js b/channels5.js index 154df0b..766b4ef 100644 --- a/channels5.js +++ b/channels5.js @@ -30,20 +30,4 @@ //maxChan[5] = 5008; // set to max multicast channel else you see 'undefined' in guide view -// -// Full URL TEST -// - -//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://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 @@ -4,6 +4,7 @@ <script type="text/javascript" src="lang_eng.js" /> <script type="text/javascript" src="channels.js" /> <script type="text/javascript" src="channels1.js" /> + <script type="text/javascript" src="channels2.js" /> <script type="text/javascript" src="channels3.js" /> <script type="text/javascript" src="channels4.js" /> <script type="text/javascript" src="channels5.js" /> |