mjpg-streamer: Upgrade to r182, update copyright and license info

Add options for using libv4l (controls) and installing additional plugins
    Download and use latest cambozola.jar if Web UI selected

Signed-off-by: Ted Hess <thess@kitschensync.net>
This commit is contained in:
Ted Hess
2014-07-22 15:10:36 -04:00
parent 4920a44067
commit 99a4852b37
4 changed files with 67 additions and 14 deletions
@@ -61,10 +61,6 @@ start_instance() {
config_get www "$s" 'www'
[ -n "$www" ] && output_arg="${output_arg} --www $www"
config_get username "$s" 'username'
config_get password "$s" 'password'
[ -n "$username" ] && [ -n "$password" ] && output_arg="${output_arg} --credentials $username:$password"
fi
if [ -z "$output_arg" ]; then