mirror of
https://github.com/Monibuca/plugin-rtsp.git
synced 2025-11-03 02:03:19 +08:00
gortsplib升级到v3.2.1
增加默认缓存大小,解决高码率推拉流问题 增加英文文档
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
package rtsp
|
||||
|
||||
import (
|
||||
"github.com/aler9/gortsplib/v2"
|
||||
"github.com/aler9/gortsplib/v2/pkg/base"
|
||||
"github.com/aler9/gortsplib/v2/pkg/media"
|
||||
"github.com/bluenviron/gortsplib/v3"
|
||||
"github.com/bluenviron/gortsplib/v3/pkg/base"
|
||||
"github.com/bluenviron/gortsplib/v3/pkg/media"
|
||||
. "m7s.live/engine/v4"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user