var fDesc=new Array(); fDesc[0] = "Prog Media Server is a ProgDVB module that allows you to broadcast the information onto your local network or to watch several channels on the same computer simultaneously.

Features:

1. Current TV or Radio channel broadcasting. Additionally, it is possible for the client to switch the channels (if the password set on server is known).
2. IPTV Server. Transmission of several channels from the current transponder in Transport Stream format.
3. Shoutcast server for TV and radio channels. You can use WinAmp for listening to the radio stations.
4. Possibility to send the ProgDVB channels list to the client (upon request) and other features.

Free (Home) version supports only TCP protocol with no more than one client at the same time."; 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 = ''; } }