mirror of
https://github.com/Monibuca/plugin-rtsp.git
synced 2025-09-26 19:51:14 +08:00
22 lines
619 B
Modula-2
22 lines
619 B
Modula-2
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/icza/bitio v1.0.0 // indirect
|
|
github.com/pion/randutil v0.1.0 // indirect
|
|
github.com/pion/rtcp v1.2.9 // indirect
|
|
go.uber.org/atomic v1.7.0 // indirect
|
|
go.uber.org/multierr v1.6.0 // 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
|
|
)
|