mirror of
https://github.com/Monibuca/plugin-rtsp.git
synced 2025-09-26 19:51:14 +08:00
13 lines
327 B
Modula-2
13 lines
327 B
Modula-2
module github.com/Monibuca/plugin-rtsp/v3
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/Monibuca/engine/v3 v3.3.10
|
|
github.com/Monibuca/utils/v3 v3.0.4
|
|
github.com/aler9/gortsplib v0.0.0-20211106122816-6e38851a096e
|
|
github.com/pion/rtp v1.7.4
|
|
github.com/pion/sdp/v3 v3.0.2
|
|
golang.org/x/sys v0.0.0-20211113001501-0c823b97ae02 // indirect
|
|
)
|