30 lines
1.0 KiB
Modula-2
30 lines
1.0 KiB
Modula-2
module reader
|
|
|
|
go 1.24.1
|
|
|
|
require (
|
|
git.insit.tech/psa/rtsp_reader-writer/writer v0.0.0-20250325111946-a4678342ee71
|
|
git.insit.tech/sas/rtsp_proxy v0.0.0-20250326040356-446f7f0578d9
|
|
github.com/bluenviron/gortsplib/v4 v4.12.3
|
|
github.com/bluenviron/mediacommon v1.14.0
|
|
github.com/bluenviron/mediacommon/v2 v2.0.0
|
|
github.com/gen2brain/aac-go v0.0.0-20230119102159-ef1e76509d21
|
|
go.uber.org/zap v1.27.0
|
|
)
|
|
|
|
require (
|
|
github.com/asticode/go-astikit v0.52.0 // indirect
|
|
github.com/asticode/go-astits v1.13.0 // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/grafov/m3u8 v0.12.1 // indirect
|
|
github.com/pion/randutil v0.1.0 // indirect
|
|
github.com/pion/rtcp v1.2.15 // indirect
|
|
github.com/pion/rtp v1.8.13 // indirect
|
|
github.com/pion/sdp/v3 v3.0.11 // indirect
|
|
github.com/zencoder/go-dash v0.0.0-20201006100653-2f93b14912b2 // indirect
|
|
go.uber.org/multierr v1.11.0 // indirect
|
|
golang.org/x/net v0.37.0 // indirect
|
|
golang.org/x/sys v0.31.0 // indirect
|
|
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
|
|
)
|