mirror of
https://github.com/Monibuca/engine.git
synced 2025-10-16 13:41:27 +08:00
VideoFrame和AudioFrame增加track的指针方便访问track,rtp写入采用内存复用机制
This commit is contained in:
@@ -112,7 +112,6 @@ type Engine struct {
|
||||
Publish
|
||||
Subscribe
|
||||
HTTP
|
||||
RTPReorder bool `default:"true"`
|
||||
EnableAVCC bool `default:"true"` //启用AVCC格式,rtmp协议使用
|
||||
EnableRTP bool `default:"true"` //启用RTP格式,rtsp、gb18181等协议使用
|
||||
EnableSubEvent bool `default:"true"` //启用订阅事件,禁用可以提高性能
|
||||
|
Reference in New Issue
Block a user