mirror of
https://github.com/ossrs/srs.git
synced 2025-02-13 20:01:56 +00:00
13 lines
251 B
Modula-2
13 lines
251 B
Modula-2
|
module github.com/ossrs/srs-bench
|
||
|
|
||
|
go 1.15
|
||
|
|
||
|
require (
|
||
|
github.com/ossrs/go-oryx-lib v0.0.8
|
||
|
github.com/pion/interceptor v0.0.9
|
||
|
github.com/pion/rtcp v1.2.6
|
||
|
github.com/pion/rtp v1.6.2
|
||
|
github.com/pion/sdp/v3 v3.0.4
|
||
|
github.com/pion/webrtc/v3 v3.0.4
|
||
|
)
|