添加API接口

This commit is contained in:
langhuihui
2022-04-05 21:19:08 +08:00
parent 731521f771
commit c7c8858d36
3 changed files with 41 additions and 7 deletions

8
go.mod
View File

@@ -3,19 +3,19 @@ module m7s.live/plugin/rtsp/v4
go 1.18
require (
github.com/aler9/gortsplib v0.0.0-20220318155519-ba99421e74da
github.com/pion/rtp/v2 v2.0.0-20220302185659-b3d10fc096b0
github.com/pion/sdp/v3 v3.0.4
go.uber.org/zap v1.21.0
)
require (
github.com/aler9/gortsplib v0.0.0-20220318155519-ba99421e74da // indirect
github.com/icza/bitio v1.0.0 // indirect
github.com/pion/randutil v0.1.0 // indirect
github.com/pion/rtcp v1.2.9 // indirect
github.com/pion/sdp/v3 v3.0.2 // indirect
go.uber.org/atomic v1.7.0 // indirect
go.uber.org/multierr v1.6.0 // indirect
golang.org/x/net v0.0.0-20210610132358-84b48f89b13b // indirect
golang.org/x/sys v0.0.0-20210510120138-977fb7262007 // indirect
golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect
golang.org/x/sys v0.0.0-20220111092808-5a964db01320 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)