var fDesc=new Array();
fDesc[0] = "DVBLink for IPTV seamlessly integrates TV and radio channels from your ISP or video from your IP-enabled web/security cameras into MediaCenter, enabling all standard MediaCenter features for these channels like time-shifting, Guide EPG listings, instant and timer recordings and streaming to extenders.
DVBLink for IPTV is tested to work with IPTV stream of the following ISPs:
- BelgacomTV, Belgium
- ColorTV - Volgatelecom ISP, Russia, Penza
- ConceptsICT-Y3-Glashart-Lijbrandt, Netherlands
- Corbina Moscow, Russia
- Free Telecom, France
- Imagenio, Telefonica, Spain
- OKTV, Moldova, Pridnestrovie
- OnsBrabantNet. Netherlands
- SiolTV, Slovenia
- SkyNet SPb, Russia
- Smile Content, Denmark
- Surewest (Formerly Winfirst), Roseville-Sacramento CA, USA
- T-2, Slovenia
- Telia, Sweden
- Tenet, Ukraine
- TPG, Australia
Main Features:
- HD and SD MPEG-2 and h.264 channels support
- Multichannel audio support
- Per channel selection of EPG information source";
function tShowHide(id, show)
{
var s = document.getElementById("desc");
if ((s.innerHTML.length<=212 || show==1) && show!=2)
{
s.innerHTML = fDesc[id];
if (document.getElementById('m1'))
document.getElementById('m1').style.display='none';
if (document.getElementById('m2'))
document.getElementById('m2').style.display='none';
if (document.getElementById('more_txt'))
document.getElementById('more_txt').style.display='inline';
}
else
{
s.innerHTML = '';
}
}