Listen only on localhost

This commit is contained in:
Daniel A. Maierhofer
2018-07-13 21:31:51 +02:00
parent 2f431e3e82
commit 0ed99c24cf
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ log_level info
# the IP address to listen on # the IP address to listen on
# (0.0.0.0 for all interfaces, 127.0.0.1 for localhost) # (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 # the TCP port to listen on
port 8765 port 8765

View File

@@ -42,7 +42,7 @@ stream_maxrate 5
output_pictures on output_pictures on
hue 0 hue 0
saturation 0 saturation 0
stream_localhost off stream_localhost on
ffmpeg_variable_bitrate 75 ffmpeg_variable_bitrate 75
ffmpeg_video_codec mp4:h264_omx ffmpeg_video_codec mp4:h264_omx
text_changes off text_changes off