Monibuca / engine

Monibuca 核心引擎,包含流媒体核心转发逻辑,需要配合功能插件一起组合运行
MIT License
937 stars 199 forks source link

在解析配置文件时,插件配置中的独有属性,不能被正常写入到对应插件中 #75

Closed daxiong0327 closed 1 year ago

daxiong0327 commented 1 year ago

eg: 在配置文件中,给record插件设置flv格式的fragment时间不为0。在录制时record的fragment依旧时0;

langhuihui commented 1 year ago

你是不是写错格式了,现在这个fragment需要加单位,比如10s不能写10

daxiong0327 commented 1 year ago

奥对,我测试了一下,加上单位是可以的