var fDesc=new Array(); fDesc[0] = "The RTSP/RTMP/HTTP/ONVIF DirectShow Source Filter can capture RTSP, RTMP, UDP, TCP, MMS, HTTP streams, render uncompressed audio and video streams, and can simultaneously record the audio/video streams to a file without decompression/recompression. It is also able to re-stream the source to another UDP or RTSP destination. The filter can capture live audio/video sources, web radios sources, and snapshots, and decode streams with low latency, apply multiple text overlays over the decoded frames, and more."; 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 = ''; } }