New backup from 08/18/2024 - 08:33:06 PM

This commit is contained in:
2024-08-18 20:33:06 +05:00
parent 9984d1b749
commit b09a5fbf07
5 changed files with 147 additions and 36 deletions

View File

@@ -36,12 +36,14 @@ no_proxy: false
[cam 1]
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/video1 # See Log for available ...
device: /dev/v4l/by-id/usb-_Webcam_C110-video-index0 # See Log for available ...
resolution: 640x480 # widthxheight format
max_fps: 15 # If Hardware Supports this it will be forced, otherwise ignored/coerced.
#custom_flags: # You can run the Stream Services with custom flags.
#v4l2ctl: # Add v4l2-ctl parameters to setup your camera, see Log what your cam is capable of.
[cam 2]
mode: ustreamer
port: 8081
device: /dev/v4l/by-id/usb-046d_0825_5C2671A0-video-index0
resolution: 640x480
max_fps: 15