Skip to content

Commit 3b74aef

Browse files
committed
docs: improve grammar and style, including capitalization and phrasing
Signed-off-by: Patrick Gehrsitz <[email protected]>
1 parent 5146da2 commit 3b74aef

File tree

1 file changed

+15
-16
lines changed

1 file changed

+15
-16
lines changed

Diff for: resources/crowsnest.conf

+15-16
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
#### crowsnest.conf
2-
#### This is a typical default config.
3-
#### Also used as default in mainsail / MainsailOS
4-
#### See:
2+
#### This is the default config after installation.
3+
#### It is also used as the default config in MainsailOS.
4+
#### For details on how to configure this to your needs, see:
55
#### https://github.com/mainsail-crew/crowsnest/blob/master/README.md
6-
#### for details to configure to your needs.
76

87

98
#####################################################################
@@ -18,8 +17,8 @@
1817
#### Port 8083 equals /webcam4/?action=[stream/snapshot] #####
1918
#### #####
2019
#### Note: These ports are default for most Mainsail #####
21-
#### installations. To use any other port would involve #####
22-
#### changing the proxy configuration or using directly #####
20+
#### installations. Using any other port would involve #####
21+
#### changing the proxy configuration or directly using #####
2322
#### http://<ip>:<port>/?action=[stream/snapshot] #####
2423
#### #####
2524
#####################################################################
@@ -32,16 +31,16 @@
3231
log_path: %LOGPATH%
3332
log_level: verbose # Valid Options are quiet/verbose/debug
3433
delete_log: false # Deletes log on every restart, if set to true
35-
no_proxy: false # If true the server listen on all interfaces, not just localhost
34+
no_proxy: false # Listen on all interfaces, not just localhost, if set to true
3635

3736
[cam 1]
38-
mode: ustreamer # ustreamer - Provides mjpg and snapshots. (All devices)
39-
# camera-streamer - Provides webrtc, mjpg and snapshots. (rpi + Raspi OS based only)
40-
enable_rtsp: false # If camera-streamer is used, this enables also usage of an rtsp server
37+
mode: ustreamer # ustreamer - Provides MJPG and snapshots. (All devices)
38+
# camera-streamer - Provides WebRTC, MJPG and snapshots. (Raspi OS based only)
39+
enable_rtsp: false # If camera-streamer is used, this also enables usage of an RTSP server
4140
rtsp_port: 8554 # Set different ports for each device!
42-
port: 8080 # HTTP/MJPG Stream/Snapshot Port
43-
device: /dev/video0 # See Log for available ...
44-
resolution: 640x480 # widthxheight format
45-
max_fps: 15 # If Hardware Supports this it will be forced, otherwise ignored/coerced.
46-
#custom_flags: # You can run the Stream Services with custom flags.
47-
#v4l2ctl: # Add v4l2-ctl parameters to setup your camera, see Log what your cam is capable of.
41+
port: 8080 # HTTP/MJPG stream/snapshot port
42+
device: /dev/video0 # See log for available devices
43+
resolution: 640x480 # <width>x<height> format
44+
max_fps: 15 # If hardware supports it, it will be forced, otherwise ignored/coerced.
45+
#custom_flags: # You can run the stream services with custom flags.
46+
#v4l2ctl: # Add v4l2-ctl parameters to setup your camera, see log for your camera capabilities.

0 commit comments

Comments
 (0)