The URL below is used to get a JPEG image from a DHD series DVR, this URL will not stream a JPEG stream but will show you a JPEG image from the DVR.
http://xxx.xxx.xxx.xxx/m.html?ch=xx - The channel started based 0 for channel 1.
It is possible to get the JPEG image to automatically refresh by adding the following to the URL
?ch=0&rf=1 - 1 second refresh
?ch=0&rf=3 - 3 second refresh
?ch=0&rf=5 - 5 second refresh
?ch=0&rf=10 - 10 second refresh
An example of a full URL would be
http://192.168.0.111/m.html?ch=0?ch=0&rf=3
The above URL will display camera 1 with a 3 seconds refresh.
Example:
http://192.168.3.123/m.html?ch=5
The URL above will request a JPEG from channel 6 on the IP address of 192.168.3.123
0 Comments