-
Notifications
You must be signed in to change notification settings - Fork 3
/
rtsp-simple-server.yml
82 lines (59 loc) · 1.88 KB
/
rtsp-simple-server.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
paths:
usbcam:
runOnInit: ffmpeg -f v4l2 -i /dev/video0 -preset ultrafast -c:v libx264 -x264-params keyint=60:scenecut=0 -f rtsp rtsp://<my_ip>:$RTSP_PORT/$RTSP_PATH
runOnInitRestart: yes
rpicam:
source: rpiCamera
# ID of the camera
#rpiCameraCamID: 0
# width of frames
#rpiCameraWidth: 1920
# height of frames
#rpiCameraHeight: 1080
# flip horizontally
#rpiCameraHFlip: false
# flip vertically
#rpiCameraVFlip: false
# brightness [-1, 1]
#rpiCameraBrightness: 0
# contrast [0, 16]
#rpiCameraContrast: 1
# saturation [0, 16]
#rpiCameraSaturation: 1
# sharpness [0, 16]
#rpiCameraSharpness: 1
# exposure mode.
# values: normal, short, long, custom
#rpiCameraExposure: normal
# auto-white-balance mode.
# values: auto, incandescent, tungsten, fluorescent, indoor, daylight, cloudy, custom
#rpiCameraAWB: auto
# denoise operating mode.
# values: auto, off, cdn_off, cdn_fast, cdn_hq
#rpiCameraDenoise: auto
# fixed shutter speed, in microseconds.
#rpiCameraShutter: 0
# metering mode of the AEC/AGC algorithm.
# values: centre, spot, matrix, custom
#rpiCameraMetering: centre
# fixed gain
#rpiCameraGain: 0
# EV compensation of the image [-10, 10]
#rpiCameraEV: 0
# Region of interest, in format x,y,width,height
#rpiCameraROI:
# tuning file
#rpiCameraTuningFile:
# sensor mode, in format [width]:[height]:[bit-depth]:[packing]
# bit-depth and packing are optional.
#rpiCameraMode:
# frames per second
#rpiCameraFPS: 30
# period between IDR frames
#rpiCameraIDRPeriod: 60
# bitrate
#rpiCameraBitrate: 1000000
# H264 profile
#rpiCameraProfile: main
# H264 level
#rpiCameraLevel: '4.1'