mirror of https://github.com/OpenIPC/wiki.git
Create majestic-config.md
parent
996e8449f7
commit
4df57f5d27
|
@ -0,0 +1,152 @@
|
|||
```
|
||||
system:
|
||||
webPort: 80
|
||||
httpsPort: 443
|
||||
#httpsCertificate: /etc/ssl/certs/www.example.com.crt
|
||||
#httpsCertificateKey: /etc/ssl/private/www.example.com.key
|
||||
logLevel: debug
|
||||
buffer: 1024
|
||||
plugins: false
|
||||
|
||||
isp:
|
||||
#sensorConfig: /etc/sensors/imx222_1080p_line.ini
|
||||
antiFlicker: disabled
|
||||
#blkCnt: 4
|
||||
#drc: 300
|
||||
#rawMode: slow
|
||||
#iqProfile: <path/to/file>
|
||||
#lowDelay: false
|
||||
#awbMode: auto
|
||||
|
||||
image:
|
||||
mirror: false
|
||||
flip: false
|
||||
rotate: 0
|
||||
contrast: 50
|
||||
hue: 50
|
||||
saturation: 50
|
||||
luminance: 50
|
||||
|
||||
video0:
|
||||
enabled: true
|
||||
codec: h264
|
||||
#size: 1920x1080
|
||||
fps: 20
|
||||
bitrate: 4096
|
||||
rcMode: vbr
|
||||
gopSize: 1
|
||||
#gopMode: normal
|
||||
#crop: 0x0x960x540
|
||||
#sliceUnits: 4
|
||||
#minQp: 12
|
||||
#maxQp: 42
|
||||
|
||||
video1:
|
||||
enabled: false
|
||||
codec: h264
|
||||
size: 704x576
|
||||
fps: 15
|
||||
|
||||
jpeg:
|
||||
enabled: true
|
||||
qfactor: 50
|
||||
fps: 5
|
||||
#size: 1920x1080
|
||||
|
||||
#mjpeg:
|
||||
#size: 1280x720
|
||||
#fps: 5
|
||||
#bitrate: 1024
|
||||
|
||||
osd:
|
||||
enabled: false
|
||||
font: /usr/share/fonts/truetype/UbuntuMono-Regular.ttf
|
||||
template: "%d.%m.%Y %H:%M:%S"
|
||||
posX: 16
|
||||
posY: 16
|
||||
#privacyMasks: 0x0x234x640,2124x0x468x1300
|
||||
|
||||
audio:
|
||||
enabled: false
|
||||
volume: 30
|
||||
srate: 8000
|
||||
codec: opus
|
||||
outputEnabled: false
|
||||
outputVolume: 30
|
||||
#speakerPin: 32
|
||||
#speakerPinInvert: false
|
||||
|
||||
rtsp:
|
||||
enabled: true
|
||||
port: 554
|
||||
|
||||
nightMode:
|
||||
enabled: false
|
||||
#irCutPin1: 1
|
||||
#irCutPin2: 2
|
||||
irCutSingleInvert: false
|
||||
#backlightPin: 65
|
||||
colorToGray: true
|
||||
#overrideDrc: 300
|
||||
#minThreshold: 2000
|
||||
#maxThreshold: 5000
|
||||
#irSensorPin: 62
|
||||
irSensorPinInvert: false
|
||||
#dncDelay: 30
|
||||
|
||||
motionDetect:
|
||||
enabled: false
|
||||
visualize: false
|
||||
debug: false
|
||||
#roi: 1854x1304x216x606,1586x1540x482x622
|
||||
#skipIn: 960x540x1920x1080
|
||||
#sensitivity: 3
|
||||
|
||||
records:
|
||||
enabled: false
|
||||
path: /mnt/mmcblk0p1/%F/%H.mp4
|
||||
maxUsage: 95
|
||||
#splitRecord: 10
|
||||
|
||||
outgoing:
|
||||
enabled: false
|
||||
#server: udp://192.168.1.10:5600
|
||||
#naluSize: 1200
|
||||
#- udp://IP:port
|
||||
#- unix:/tmp/rtpstream.sock
|
||||
#- rtmps://dc4-1.rtmp.t.me/s/mykey
|
||||
|
||||
watchdog:
|
||||
enabled: true
|
||||
timeout: 300
|
||||
|
||||
hls:
|
||||
enabled: false
|
||||
|
||||
onvif:
|
||||
enabled: false
|
||||
|
||||
ipeye:
|
||||
enabled: false
|
||||
|
||||
youtube:
|
||||
enabled: false
|
||||
#key: xxxx-xxxx-xxxx-xxxx-xxxx
|
||||
|
||||
netip:
|
||||
enabled: false
|
||||
#user: admin
|
||||
#password: 6V0Y4HLF
|
||||
#port: 34567
|
||||
#snapshots: true
|
||||
#ignoreSetTime: false
|
||||
|
||||
cloud:
|
||||
enabled: false
|
||||
|
||||
#webrtc:
|
||||
# https://www.w3.org/TR/webrtc/#rtciceserver-dictionary with optional
|
||||
# '?transport=udp' or '?transport=tcp'
|
||||
#iceServers: stun:stun.kinesisvideo.eu-north-1.amazonaws.com:443
|
||||
|
||||
```
|
Loading…
Reference in New Issue