mirror of
https://github.com/langhuihui/monibuca.git
synced 2026-04-23 01:07:03 +08:00
run success
This commit is contained in:
@@ -186,6 +186,7 @@ type Engine struct {
|
||||
RTPReorderBufferLen int `default:"50" desc:"RTP重排序缓冲区长度"` //RTP重排序缓冲区长度
|
||||
PoolSize int `desc:"内存池大小"` //内存池大小
|
||||
}
|
||||
|
||||
type Common struct {
|
||||
Publish
|
||||
Subscribe
|
||||
@@ -195,3 +196,7 @@ type Common struct {
|
||||
Pull
|
||||
Push
|
||||
}
|
||||
|
||||
type ICommonConf interface {
|
||||
GetCommonConf() *Common
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user