var fDesc=new Array(); fDesc[0] = "H264 WebCam is a 32-channel h264 remote video surveillance software for Windows. It can capture images at up to 30 fps from IP camera, USB camera, Capture card, TV board, and PTZ control and preset many IP cameras! It can help you to create web page for broadcasting live audio and video stream on internet.
This webcam software has an advanced video motion detection algorithm along with various alert functions including Email, FTP, and sound. It can encode your camera video to H264, XVID and Flash multimedia stream, and this stream can be viewed by Flash player, Quicktime, Realplayer, Windows Media Player, IE or Firefox browser on remote PC, Macintosh, iPhone etc.
This ip camera software also has a unique H264 User Name mode to manage dynamic ip address on the internet. High quality video and audio effects with low bandwidth needs and recording file formats include ASF, WMV, MP4, MOV, FLV, SWF or AVI. Manual recording is available, along with scheduled recordings as well as motion-triggered recording."; 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 = ''; } }