chore: update conf and readme to new params
Signed-off-by: Stephan Wendel <me@stephanwe.de>
This commit is contained in:
parent
952dac98a1
commit
745631aed0
@ -165,7 +165,7 @@ By default it look like this:
|
||||
log_level: quiet
|
||||
|
||||
[cam 1]
|
||||
mode: mjpg
|
||||
mode: ustreamer
|
||||
port: 8080
|
||||
device: /dev/video0
|
||||
resolution: 640x480
|
||||
@ -247,7 +247,7 @@ This forces ustreamer to listen on all available network interfaces.
|
||||
Now the more interessting part.
|
||||
|
||||
[cam 1]
|
||||
mode: mjpg
|
||||
mode: ustreamer
|
||||
enable_rtsp: false
|
||||
rtsp_port: 8554
|
||||
port: 8080
|
||||
@ -262,12 +262,12 @@ _**Note:** You can name the cam, how you want! ex.: [cam raspicam]_
|
||||
|
||||
This section should be pretty much self explantory.
|
||||
|
||||
mode: mjpg
|
||||
mode: ustreamer
|
||||
|
||||
means your choosen streamservice will be ustreamer with the well known mjpg-protocol. \
|
||||
You can choose:
|
||||
|
||||
mode: multi
|
||||
mode: camera-streamer
|
||||
|
||||
This let you use the newer stream service 'camera-streamer'
|
||||
|
||||
|
@ -22,8 +22,6 @@
|
||||
#### rtsp://<ip>:<rtsp_port>/stream.h264 #####
|
||||
#####################################################################
|
||||
|
||||
#### NOTE: keyword 'mode:' also allows to set backend name
|
||||
#### Allowed are ustreamer or camera-streamer (all lowercase letters)
|
||||
|
||||
[crowsnest]
|
||||
log_path: %LOGPATH%
|
||||
@ -32,8 +30,9 @@ delete_log: false # Deletes log on every restart, if set t
|
||||
no_proxy: false
|
||||
|
||||
[cam 1]
|
||||
mode: mjpg # mjpg/multi - Multi uses webrtc, mjpg and snapshots at the same time
|
||||
enable_rtsp: false # If multi is used, this enables also usage of an rtsp server
|
||||
mode: ustreamer # ustreamer - Provides mjpg and snapshots. (All devices)
|
||||
# camera-streamer - Provides webrtc, mjpg and snapshots. (rpi + Raspi OS based only)
|
||||
enable_rtsp: false # If camera-streamer is used, this enables also usage of an rtsp server
|
||||
rtsp_port: 8554 # Set different ports for each device!
|
||||
port: 8080 # HTTP/MJPG Stream/Snapshot Port
|
||||
device: /dev/video0 # See Log for available ...
|
||||
|
Loading…
x
Reference in New Issue
Block a user