HK Vision Cameras - johnosbb/Automation GitHub Wiki
- Camera 1: http://192.168.1.155/ISAPI/ContentMgmt/StreamingProxy/channels/101/picture
- Camera 2: http://192.168.1.155/ISAPI/ContentMgmt/StreamingProxy/channels/201/picture
- Camera 3: http://192.168.1.155/ISAPI/ContentMgmt/StreamingProxy/channels/301/picture
- Camera 4: http://192.168.1.155/ISAPI/ContentMgmt/StreamingProxy/channels/401/picture
- Camera 5: http://192.168.1.155/ISAPI/ContentMgmt/StreamingProxy/channels/501/picture
- Camera 6: http://192.168.1.155/ISAPI/ContentMgmt/StreamingProxy/channels/601/picture
In video Lan you can use rtsp as follows
- rtsp://192.168.1.155:554/Streaming/channels/001
- http://192.168.1.155/ISAPI/ContentMgmt/StreamingProxy/channels/101/picture , where 101 is the first stream of camera 1
<div <!DOCTYPE html>
<html>
<title>VLC Mozilla plugin test page</title>
<body>
<embed type="application/x-vlc-plugin" pluginspage="http://www.videolan.org"
width="320"
height="240"
target="rtsp://192.168.1.155:554/Streaming/channels/001"
id="vlc" />
<script type="text/javascript">
<!--
var vlc = document.getElementById("vlc");
vlc.audio.toggleMute();
//-->
</script>
</body>
</html> ng-bind-html="msg.payload">
</div>