…function Channel(){ this.channelSrc = {
"tv://224.6.6.70:1234",
//Channel 1 for igmp multicast channel
"tv://[ff3e::10]:1234",
//Channel 2
"tv://224.6.6.71:1234?drm=1", //Channel 3, DRM enabled (optional)
"tv://[ff3e::11]:1234",
//Channel 4 "tv://224.6.6.100:10000
"
//Channel 5, modified
"tv://[ff3e::20]:20000?drm=1&src=fec0::1"
//Channel 6, modified
"tv://224.6.6.71:1234?drm=1", //Channel 7
"tv://[ff3e::30]:20000?src=fec0::1&src=fec0::2&src=fec0::3"
//Channel 8,modified "tv://224.6.6.70:1234",
"tv://[ff3e::10]:1234",
"httptv://10.10.10.1:1234", //Channel 11 in httptv IPv4 format "httptv://10.10.10.1:2345",
"httptv://[fec0::1]:1234",
//Channel 13 in httptv IPv6 format
"httptv:// [fec0::1]:2345", "httptv://streamer.ipstb.orion:1234", //Channel 15 in httptv FQDN format
"httptv://streamer.ipstb.orion:2345",
"httptv://10.10.10.1/stream/test.ts",
//Channel 17 in httptv URL format "httptv://[fec0::1]/stream/test.mpg",
"httptv://streamer.ipstb.orion/stream/test.tp",
"tv://"+xsystem.ip4Addr+":1234" //Channel 20, unicast channel, "tv://"+ xsystem.ip4Addr + "5678?drm=1"
//Channel 21, Another unicast channel (optional)
"tv://224.6.6.200:1234" //Channel 22
"httptv://10.10.10.1:2345" //Channel 23 }; |