var fDesc=new Array(); fDesc[0] = "1 H264 WebCam is a 16-channel h264 remote video surveillance software for Windows.
2 Capture images at up to 30 frames per second from directly connected cameras (both USB and analog), TV boards, capture cards, network ip cameras etc.
3 Broadcast live audio and video to the internet, and help you to create web page for your web camera.
4 Stream live video and audio to h264, aac multimedia stream, and it can be viewed by Quicktime, Realplayer, IE browser on remote PC, Macintosh, or even Handset etc.
5 Encode video and audio to h264,xvid,mpeg4,mpeg2,aac,mp3 frames, then record the data to standard avi, mp4, mov, psp, flv, swf file etc.
6 With the Deluxe version you get a unique H264 User Name mode to manage dynamic IP address on the internet.
7 Advanced video motion detection algorithm along with various alert functions including Email, FTP, and sound etc. Motion record can set pre-record time.
8 PTZ control many network ip cameras.
9 Automatically restore the network connection if the network link is lost.
10 Detailed log files and help file.
11 This software includes four versions according to license purchased/required : Free, Standard, Professional, Deluxe Versions available."; 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 = ''; } }