Difference between revisions of "How to stream from another ZoneMinder installation"

From ZoneMinder Wiki
Jump to navigationJump to search
 
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
--[[User:Stagecoach|stagecoach]] 15:38, 23 October 2010 (BST)
--[[User:Stagecoach|stagecoach]] 15:38, 23 October 2010 (BST)
To stream from ZoneMinder use a URL like http://<server>/cgi-bin/nph-zms?mode=jpeg&monitor=<monitor number>&scale=100&maxfps=30&buffer=1000&user=<username>&pass=<password>
If embedding in an img tag, include the http:// prefix. Not necessary in browser URL bar.
The cgi-bin path may or may not need /zm/ before it depending on your version.


Go back to the [[How_To|How To]] pages...
Go back to the [[How_To|How To]] pages...

Latest revision as of 01:04, 9 March 2017

--stagecoach 15:38, 23 October 2010 (BST)

To stream from ZoneMinder use a URL like http://<server>/cgi-bin/nph-zms?mode=jpeg&monitor=<monitor number>&scale=100&maxfps=30&buffer=1000&user=<username>&pass=<password>


If embedding in an img tag, include the http:// prefix. Not necessary in browser URL bar.


The cgi-bin path may or may not need /zm/ before it depending on your version.


Go back to the How To pages...