mirror of
https://github.com/langhuihui/monibuca.git
synced 2025-12-24 13:48:04 +08:00
17 lines
257 B
TOML
17 lines
257 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 = true
|
|
RtspURL = "rtsp://localhost/test" |