|
1 | 1 | #### 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: |
5 | 5 | #### https://github.com/mainsail-crew/crowsnest/blob/master/README.md |
6 | | -#### for details to configure to your needs. |
7 | 6 |
|
8 | 7 |
|
9 | 8 | ##################################################################### |
|
18 | 17 | #### Port 8083 equals /webcam4/?action=[stream/snapshot] ##### |
19 | 18 | #### ##### |
20 | 19 | #### 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 ##### |
23 | 22 | #### http://<ip>:<port>/?action=[stream/snapshot] ##### |
24 | 23 | #### ##### |
25 | 24 | ##################################################################### |
|
32 | 31 | log_path: %LOGPATH% |
33 | 32 | log_level: verbose # Valid Options are quiet/verbose/debug |
34 | 33 | 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 |
36 | 35 |
|
37 | 36 | [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 |
41 | 40 | 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