From 0ed99c24cfc9efb787edf56cd789ddaa7cec20bd Mon Sep 17 00:00:00 2001 From: "Daniel A. Maierhofer" Date: Fri, 13 Jul 2018 21:31:51 +0200 Subject: [PATCH] Listen only on localhost --- roles/fetlab/files/motioneye.conf | 2 +- roles/fetlab/files/thread-1.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/fetlab/files/motioneye.conf b/roles/fetlab/files/motioneye.conf index ff9cc1d..895d19d 100755 --- a/roles/fetlab/files/motioneye.conf +++ b/roles/fetlab/files/motioneye.conf @@ -16,7 +16,7 @@ log_level info # the IP address to listen on # (0.0.0.0 for all interfaces, 127.0.0.1 for localhost) -listen 0.0.0.0 +listen 127.0.0.1 # the TCP port to listen on port 8765 diff --git a/roles/fetlab/files/thread-1.conf b/roles/fetlab/files/thread-1.conf index 57c69c3..48ba3fb 100644 --- a/roles/fetlab/files/thread-1.conf +++ b/roles/fetlab/files/thread-1.conf @@ -42,7 +42,7 @@ stream_maxrate 5 output_pictures on hue 0 saturation 0 -stream_localhost off +stream_localhost on ffmpeg_variable_bitrate 75 ffmpeg_video_codec mp4:h264_omx text_changes off