http: add --http-listen=<ip4>
, and listen by default on 127.0.0.1
(#81)
Co-authored-by: AndrolGenhald <AndrolGenhald@gmail.com>
This commit is contained in:
@ -11,6 +11,8 @@ ExecStart=/usr/local/bin/camera-streamer \
|
||||
-camera-fps=30 \
|
||||
; use two memory buffers to optimise usage
|
||||
-camera-nbufs=3 \
|
||||
--http-listen=0.0.0.0 \
|
||||
--http-port=8080 \
|
||||
; disable video streaming (WebRTC, RTSP, H264)
|
||||
; on non-supported platforms
|
||||
-camera-video.disabled
|
||||
|
Reference in New Issue
Block a user