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:
authorNigel2x4 <none@yourbusiness.com>2020-08-26 16:57:25 +0300
committerNigel2x4 <none@yourbusiness.com>2020-08-26 16:57:25 +0300
commit7afaf01365df9c8c0960f7ae54e01a2e6ddf597b (patch)
tree3b01466733ee87dd2faac0cc8b2e5e9929e44aa6
parent80744a28b3e2b4e69f7d999e1ebc505054868244 (diff)
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