mirror of
https://github.com/Monibuca/plugin-rtp.git
synced 2026-04-23 00:27:04 +08:00
10 lines
160 B
Modula-2
10 lines
160 B
Modula-2
module github.com/Monibuca/plugin-rtp
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/Monibuca/engine/v2 v2.2.0
|
|
github.com/mask-pp/rtp-ps v1.0.0
|
|
github.com/pion/rtp v1.5.4
|
|
)
|