var fDesc=new Array(); fDesc[0] = "The Stream Media Server software realizes functions of applying data stream from data source and network distribution through multithreading. The data source can be files that in a directory of PC where the Stream Media Server amounted, also can be some real-time facilities such as DVR/DVS/HC board card, or others.

Stream Media Server function has following primary functions:
Support clients to receive data from real time facility, such as files or DVR.
Support clients to distribute the same stream according to different requests.
Provide the function of making index files.
Provide the function of configuring intercept ports.
Provide the function of configuring VOD path."; 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 = ''; } }