mirror of
https://github.com/Monibuca/plugin-rtsp.git
synced 2025-09-26 19:51:14 +08:00
11 lines
270 B
Modula-2
11 lines
270 B
Modula-2
module github.com/Monibuca/plugin-rtsp
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/Monibuca/engine/v2 v2.1.0
|
|
github.com/Monibuca/plugin-rtp v0.0.0-20200531014802-504413c0dfcb
|
|
github.com/pion/rtp v1.5.4 // indirect
|
|
github.com/teris-io/shortid v0.0.0-20171029131806-771a37caa5cf
|
|
)
|