var fDesc=new Array(); fDesc[0] = "PBX TV is an online content distribution (live TV, VoD) and communication (VOIP) platform. Numerous applications were written for this project, starting with the encoders which are based on the Star Media Center application, the billing system, the proprietary database system etc and finishing up with the publishing point technology which makes this service possible.

PBX TV is not facing the bottle neck problem due to the publishing points system. These publishing points are distributing the live content locally thus eliminating problems when having a large number of users connecting over great distances. The content is distributed locally and this way, the end-user will enjoy a perfect streaming quality."; 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 = ''; } }