mirror of
https://github.com/Monibuca/plugin-rtsp.git
synced 2025-09-26 19:51:14 +08:00
改用RTP插件
This commit is contained in:
12
go.mod
12
go.mod
@@ -3,14 +3,8 @@ module github.com/Monibuca/plugin-rtsp
|
||||
go 1.13
|
||||
|
||||
require (
|
||||
github.com/Monibuca/engine/v2 v2.0.1
|
||||
github.com/gobwas/httphead v0.0.0-20180130184737-2c6c146eadee // indirect
|
||||
github.com/gobwas/pool v0.2.0 // indirect
|
||||
github.com/gobwas/ws v1.0.3 // indirect
|
||||
github.com/jinzhu/gorm v1.9.12 // indirect
|
||||
github.com/pion/rtcp v1.2.2 // indirect
|
||||
github.com/pion/rtp v1.5.4
|
||||
github.com/pixelbender/go-sdp v1.0.0 // indirect
|
||||
github.com/reactivex/rxgo v1.0.0 // indirect
|
||||
github.com/Monibuca/engine/v2 v2.1.0
|
||||
github.com/Monibuca/plugin-rtp v0.0.0-20200531014802-504413c0dfcb
|
||||
github.com/pion/rtp v1.5.4 // indirect
|
||||
github.com/teris-io/shortid v0.0.0-20171029131806-771a37caa5cf
|
||||
)
|
||||
|
Reference in New Issue
Block a user