Jump to content

ro_slider

Members
  • Content Count

    3
  • Joined

  • Last visited

Community Reputation

0 Neutral

About ro_slider

  • Birthday 06/25/1979
  1. you will find here an possible mod - http://foscam.us/forum/a-how-to-embed-any-foscam-ip-camera-in-webpage-using-1-line-t9113.html#p44400 ---- here is my js reload function used for testing: function reload() { setTimeout('reloadImg("refresh")',1000) }; function reloadImg(id) { var obj = document.getElementById(id); var date = new Date(); obj.src = "http://IPaddress:port/snapshot.cgi?user=user&pwd=password&t=" + Math.floor(date.getTime()/1000); } ------ for more help - read full version of http://foscam.us/forum/showing-secure-methods-using-php-to-display-your-ip-cameras-t8721.html
  2. Hello, you can test this - rtsp from dahua - rtsp://IP:PORT/cam/realmonitor?channel=CHANNEL&subtype=ENCODING&authbasic=LOGIN Example values using DVR default settings .. IP: 192.168.1.108 Port: 554 Channel: 1 Encoding: 00 (Main Stream) Login: YWRtaW46YWRtaW4= (admin) from - http://www.bahamassecurity.com/articles/dahua-rtsp-stream.asp - integrate with web page - http://foscam.us/forum/showing-secure-methods-using-php-to-display-your-ip-cameras-t8721.html from - search on this forum it works ok, ( I am not an web programmer)
  3. ro_slider

    hik-online.com anyone?

    hello, I am using hikvisioneurope.net - for hikvision units, and myq-see.com for qsee. advantege for hik... - i can see if my units/customers are online, in one page i have all units. advantege for hik.. and qsee - they privide free dns redirector - no need for public-static-ip; - i have more easy adress to remember ( for customers ). until now i don`t fiind disadvantage.
×