mirror of
https://github.com/langhuihui/monibuca.git
synced 2025-12-24 13:48:04 +08:00
- WebRTC plugin adds screen sharing test page - WebRTC plugin push stream test page adds camera selection function - The engine adds the function of dynamically inserting SEI frames - The engine transforms DataTrack and MediaTrack, and reuses part of the code to reduce complexity - The event bus adds the engine initialization completion event - The default port for connecting to the remote console is changed to 44944 - Fix the problem caused by publishing the same StreamPath at the same time - preview插件(Jessibuca Pro)WebRTC协议支持H265以及AAC格式 - WebRTC插件增加屏幕分享测试页面 - WebRTC插件推流测试页面增加摄像头选择功能 - engine增加动态插入SEI帧的功能 - engine对DataTrack改造,和MediaTrack复用部分代码,减少复杂度 - 事件总线增加引擎初始化完成事件 - 连接远程控制台默认端口更换为44944 - 修复同时发布同一个StreamPath引起的问题
12 lines
455 B
YAML
12 lines
455 B
YAML
# 支持零配置启动,即无需填写配置默认启用所有的插件。
|
||
# 只需要填写需要修改的配置项即可。不需要将所有的配置都填写进来!!。
|
||
# 全局配置参考 https://m7s.live/guide/config.html
|
||
# 插件配置参考各个插件的文档
|
||
# 插件都有一个enable配置,如果为false则不启用该插件,默认为true即不需要配置。
|
||
|
||
llhls:
|
||
enable: false
|
||
hls:
|
||
enable: false
|
||
monitor:
|
||
enable: false |