webcam_port
- Type: Integer
- Range / Valid values: 0 - 65535
- Default: 0 (disabled)
- Option Topic
TCP port on which motion will listen for incoming connects with its webcam server.
Note that each camera thread must have its own unique port number and it must also be different from the control_port number.
A good value to select is 8081 for camera 1, 8082 for camera 2, 8083 for camera 3 etc etc.
Comments
is it possible assign password to watch cameras from the web server?
--
AntonioBlob - 02 Jun 2008
Nothing built in as far as I am aware but it's quite easily done with the mod_proxy apache module and basic_auth.
--
RomanGaufman - 03 Jun 2008
is there any wiki to make this?
--
AntonioBlob - 25 Jul 2008
You can use
MjpegProxyGrab or a little example using mod_proxy on bottom on that page :
http://www.lavrsen.dk/twiki/bin/view/Motion/MjpegProxyGrab
--
AngelCarpintero - 25 Jul 2008