mirror of https://github.com/ossrs/srs.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
320 B
Modula-2
15 lines
320 B
Modula-2
module github.com/ossrs/srs-bench
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/ossrs/go-oryx-lib v0.0.9
|
|
github.com/pion/interceptor v0.0.10
|
|
github.com/pion/logging v0.2.2
|
|
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/transport v0.12.2
|
|
github.com/pion/webrtc/v3 v3.0.13
|
|
)
|