mirror of
https://github.com/langhuihui/monibuca.git
synced 2025-12-24 13:48:04 +08:00
-Customizable favicon.ico -Adding Pause and Resume methods to Stream in the engine -The engine introduces sync.Cond to replace the pseudo Spinlock -Preview plugin introduction jessibuca pro demo -Jessica plugin introduces support for HTTP/ws-h264/h265 bare streams -Recording plugin adds a prompt in the log when the file cannot be created -PS plugin fixes a bug where a single port cannot be reused after use -Webtransport starts by default through built-in certificate mode - 启动工程引入conf目录,添加若干常用配置示例 - 可以自定义favicon.ico - 引擎中Stream增加Pause和Resume方法 - 引擎引入sync.Cond替代伪自旋锁 - 预览插件引入jessibuca pro demo - jessica插件引入对http/ws-h264/h265 裸流支持 - 录制插件在无法创建文件时日志中增加提示 - ps插件修复一个单端口使用后无法重复使用的bug - webtransport通过内置证书方式默认启动
17 lines
576 B
YAML
17 lines
576 B
YAML
# 支持零配置启动,即无需填写配置默认启用所有的插件。
|
||
# 只需要填写需要修改的配置项即可。不需要将所有的配置都填写进来!!。
|
||
# 全局配置参考 https://m7s.live/guide/config.html
|
||
# 插件配置参考各个插件的文档
|
||
# 插件都有一个enable配置,如果为false则不启用该插件,默认为true即不需要配置。
|
||
|
||
global:
|
||
http:
|
||
listenaddrtls: :8081
|
||
certfile: local.monibuca.com_bundle.pem
|
||
keyfile: local.monibuca.com.key
|
||
llhls:
|
||
enable: false
|
||
hls:
|
||
enable: false
|
||
monitor:
|
||
enable: false |