跟随升级gotsplib

This commit is contained in:
dexter
2021-11-18 19:05:06 +08:00
parent 0ac9513920
commit ef106e42f8
6 changed files with 65 additions and 24 deletions

8
go.mod
View File

@@ -3,10 +3,10 @@ module github.com/Monibuca/plugin-rtsp/v3
go 1.16
require (
github.com/Monibuca/engine/v3 v3.3.10
github.com/Monibuca/engine/v3 v3.3.11
github.com/Monibuca/utils/v3 v3.0.4
github.com/aler9/gortsplib v0.0.0-20211106122816-6e38851a096e
github.com/aler9/gortsplib v0.0.0-20211115164017-1411cb33f558
github.com/pion/rtp v1.7.4
github.com/pion/sdp/v3 v3.0.2
golang.org/x/sys v0.0.0-20211113001501-0c823b97ae02 // indirect
github.com/pion/sdp/v3 v3.0.4
golang.org/x/sys v0.0.0-20211116061358-0a5406a5449c // indirect
)