mirror of
https://github.com/langhuihui/monibuca.git
synced 2025-12-24 13:48:04 +08:00
23 lines
418 B
YAML
23 lines
418 B
YAML
global:
|
|
loglevel: debug
|
|
http: :8081
|
|
tcp: :50052
|
|
|
|
rtsp:
|
|
pull:
|
|
live/test: rtsp://127.0.0.1:8554/live/test
|
|
|
|
transcode:
|
|
onpub:
|
|
transform:
|
|
^live.+:
|
|
output:
|
|
- target: rtmp://localhost/trans/$0/small
|
|
conf: -loglevel debug -c:a aac -c:v h264_videotoolbox -vf scale=320:240
|
|
|
|
#mp4:
|
|
# onpub:
|
|
# record:
|
|
# ^live/.+:
|
|
# fragment: 30s
|
|
# filepath: record/mp4 |