默认拉tcp

This commit is contained in:
dexter
2021-11-19 21:24:30 +08:00
parent 5094fd0db7
commit 4107d31c79
4 changed files with 19 additions and 13 deletions

4
go.mod
View File

@@ -5,8 +5,8 @@ go 1.16
require (
github.com/Monibuca/engine/v3 v3.3.11
github.com/Monibuca/utils/v3 v3.0.4
github.com/aler9/gortsplib v0.0.0-20211115164017-1411cb33f558
github.com/aler9/gortsplib v0.0.0-20211118111704-d5bdc197beb5
github.com/pion/rtp v1.7.4
github.com/pion/sdp/v3 v3.0.4
golang.org/x/sys v0.0.0-20211116061358-0a5406a5449c // indirect
golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1 // indirect
)