16 lines
333 B
YAML
16 lines
333 B
YAML
cameras:
|
|||
|
|
- user: "oko"
|
||
|
|
camera_id: "front"
|
||
|
|
index: 0
|
||
|
|
passphrase: ""
|
||
|
|
livestream:
|
||
|
|
backend_addr: "localhost:8085"
|
||
|
|
fps: 5
|
||
|
|
backend:
|
||
|
|
listen_tcp: ":8085"
|
||
|
|
listen_https: ":8443"
|
||
|
|
cert_file: "tls/cert.pem"
|
||
|
|
key_file: "tls/key.pem"
|
||
|
|
cache_ttl: "30s"
|
||
|
|
log_file: "/home/nolan/dev/oko/run/logs/livestream-cache-frames.log"
|