Motion Stream Authentication Patch

Description of Patch

This patch add authentication support to the "Live Stream Server" function.

It contains two authentication methods 'Basic Authentication' and 'Digest Authentication'.
# Set the authentication method (default: 0)
# 0 = disabled 
# 1 = Basic authentication
# 2 = MD5 digest (the safer authentication)
stream_auth_method 0

# Authentication for the http based control. Syntax username:password
# Default: not defined (Disabled)
; stream_authentication username:password

Installation of Patch

Download the patch file. If it is packed as a gz or tar.gz unpack it first. Then copy it to the motion source directory and issue the command (assuming the patch file is called motion_stream_auth.patch)

patch < motion_stream_auth.patch

Then re-build Motion and test the patch.

Change History of Patch

  • 1.0 Initial revision

Discussion and Comments

Thanks Michael, I'll give a try.

Cheers,

-- AngelCarpintero - 15 Nov 2009


Included in trunk r472.

-- AngelCarpintero - 23 Nov 2009

Is it implemented in Version 3.2.12? I``s seems to be but not working.

-- TommyLee - 18 Oct 2011

Included in GIT and SVN trunk.

-- AngelCarpintero - 31 Oct 2011


Topic revision: r8 - 31 Oct 2011 - 03:45:23 - AngelCarpintero
 
Motion - Motion Stream Auth Patch
Copyright © 1999-2012 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Please do not email Kenneth for support questions (read why). Use the Support Requests page or join the Mailing List.