mirror of
https://github.com/langhuihui/monibuca.git
synced 2025-12-24 13:48:04 +08:00
订阅模式参数 内存回收机制 增加对时间长度的配置 解决首屏渲染无音频问题 修复rtmp对外推拉没有带入参数 修复dts生成时pts超过最大值导致错误的问题 修复rtmp解析时对扩展时间戳的处理 修复几处判空panic问题
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: monibuca.com.pem
|
||
# keyfile: monibuca.com.key
|
||
# record:
|
||
# enable: false
|
||
# hls:
|
||
# autorecord: true
|
||
# fragment: 20s
|
||
# webtransport:
|
||
# enable: false
|
||
# certfile: monibuca.com.pem
|
||
# keyfile: 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
|