Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/guysoft/OctoPi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuy Sheffer <guysoft@gmail.com>2020-08-26 17:33:09 +0300
committerGitHub <noreply@github.com>2020-08-26 17:33:09 +0300
commit431e13f2879141d7026e6ad5522a084f1081bfb0 (patch)
tree3b01466733ee87dd2faac0cc8b2e5e9929e44aa6
parent80744a28b3e2b4e69f7d999e1ebc505054868244 (diff)
parent7afaf01365df9c8c0960f7ae54e01a2e6ddf597b (diff)
Merge pull request #672 from Nigel2x4/webcamd_listen
added default listener to localhost for webcamd
-rwxr-xr-xsrc/modules/octopi/filesystem/home/root/bin/webcamd2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/octopi/filesystem/home/root/bin/webcamd b/src/modules/octopi/filesystem/home/root/bin/webcamd
index b60bc0e..f51a8c5 100755
--- a/src/modules/octopi/filesystem/home/root/bin/webcamd
+++ b/src/modules/octopi/filesystem/home/root/bin/webcamd
@@ -46,7 +46,7 @@ for cfg_file in ${cfg_files[@]}; do
camera_usb_options="-r 640x480 -f 10"
camera_raspi_options="-fps 10"
camera_http_webroot="./www-octopi"
- camera_http_options="-n"
+ camera_http_options="-n --listen 127.0.0.1"
additional_brokenfps_usb_devices=()
if [[ -e ${cfg_file} ]]; then