mirror of
https://github.com/langhuihui/monibuca.git
synced 2025-12-24 13:48:04 +08:00
21 lines
311 B
TOML
21 lines
311 B
TOML
[RTMP]
|
|
ListenAddr = ":1935"
|
|
[GateWay]
|
|
ListenAddr = ":8081"
|
|
[Jessica]
|
|
ListenAddr = ":8080"
|
|
[LogRotate]
|
|
Path = "logs"
|
|
[Cluster]
|
|
ListenAddr = ":2019"
|
|
[TS]
|
|
Path = "resource"
|
|
[Record]
|
|
Path = "resource"
|
|
[RTSP]
|
|
AutoPublish = false
|
|
RtspURL = "rtsp://localhost/test"
|
|
[HLS]
|
|
EnableWrite = false
|
|
[HDL]
|
|
ListenAddr = ":2020" |