var fDesc=new Array(); fDesc[0] = "RTSP/RTMP/HTTP/ONVIF DirectShow Source Filter can be used to capture RTSP, RTMP, UDP, TCP, MMS, HTTP streams, and render uncompressed audio and video streams. This application can record audio/video streams in their native format without transcoding, directly to a file (MP4, FLV, MOV, AVI, or MKV). It can also re-stream the URL to another destination in UDP unicast, UDP multicast, or RTSP formats."; 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 = ''; } }