mirror of
https://github.com/langhuihui/monibuca.git
synced 2025-12-24 13:48:04 +08:00
2、Rtmp协议接收releaseStream时不再回复client 3、优化RTSP的AAC数据的解析 4、修复RTSP出错写日志时Panic的问题 5、engine启动插件循序遵循插件注册顺序
36 lines
1.1 KiB
YAML
36 lines
1.1 KiB
YAML
# 支持零配置启动,即无需填写配置默认启用所有的插件。
|
||
# 只需要填写需要修改的配置项即可。不需要将所有的配置都填写进来!!。
|
||
# 全局配置参考 https://m7s.live/guide/config.html
|
||
# 插件配置参考各个插件的文档
|
||
# 插件都有一个enable配置,如果为false则不启用该插件,默认为true即不需要配置。
|
||
|
||
# global:
|
||
# console:
|
||
# secret: "ab0f6913670062af4d2f15c621205178"
|
||
# http:
|
||
# listenaddrtls: :8081
|
||
# certfile: local.monibuca.com_bundle.pem
|
||
# keyfile: local.monibuca.com.key
|
||
# record:
|
||
# enable: false
|
||
# hls:
|
||
# autorecord: true
|
||
# fragment: 20s
|
||
# webtransport:
|
||
# enable: false
|
||
# certfile: local.monibuca.com_bundle.pem
|
||
# keyfile: local.monibuca.com.key
|
||
# gb28181:
|
||
# # enable: false
|
||
# rtsp:
|
||
# # enable: false
|
||
# pull:
|
||
# pullonstart:
|
||
# live/rtsp: rtsp://admin:MOMA2021@47.94.226.17/Streaming/Channels/201?transportmode=unicast
|
||
# hls:
|
||
# # enable: false
|
||
# pull:
|
||
# pullonstart: true
|
||
# pulllist:
|
||
# live/hls: http://111.40.196.27/PLTV/88888888/224/3221225548/index.m3u8
|