2020-10-06 07:23:20 +00:00
|
|
|
module github.com/aler9/rtsp-simple-server
|
2019-12-28 21:07:03 +00:00
|
|
|
|
2021-06-19 16:59:33 +00:00
|
|
|
go 1.16
|
2019-12-28 21:07:03 +00:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
|
|
|
|
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect
|
2021-10-01 12:05:20 +00:00
|
|
|
github.com/aler9/gortsplib v0.0.0-20211001120239-c084f1b0f3b7
|
|
|
|
github.com/asticode/go-astits v1.10.0
|
2020-10-24 17:55:47 +00:00
|
|
|
github.com/fsnotify/fsnotify v1.4.9
|
2021-07-04 16:13:49 +00:00
|
|
|
github.com/gin-gonic/gin v1.7.2
|
2021-04-27 19:24:00 +00:00
|
|
|
github.com/gookit/color v1.4.2
|
2021-09-05 15:35:04 +00:00
|
|
|
github.com/grafov/m3u8 v0.11.1
|
2020-11-08 22:12:43 +00:00
|
|
|
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
|
2021-03-21 10:22:49 +00:00
|
|
|
github.com/notedit/rtmp v0.0.2
|
2021-03-19 21:52:10 +00:00
|
|
|
github.com/pion/rtp v1.6.2
|
2020-07-19 09:51:28 +00:00
|
|
|
github.com/stretchr/testify v1.6.1
|
2021-01-16 14:42:54 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad
|
2019-12-28 21:07:03 +00:00
|
|
|
gopkg.in/alecthomas/kingpin.v2 v2.2.6
|
2021-09-26 13:50:35 +00:00
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
2019-12-28 21:07:03 +00:00
|
|
|
)
|
2021-03-10 14:06:45 +00:00
|
|
|
|
2021-04-03 10:08:07 +00:00
|
|
|
replace github.com/notedit/rtmp => github.com/aler9/rtmp v0.0.0-20210403095203-3be4a5535927
|