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.
19 lines
557 B
Modula-2
19 lines
557 B
Modula-2
module github.com/ossrs/srs-bench
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/ghettovoice/gosip v0.0.0-20220929080231-de8ba881be83
|
|
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
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/yapingcat/gomedia/codec v0.0.0-20220617074658-94762898dc25
|
|
github.com/yapingcat/gomedia/mpeg2 v0.0.0-20220617074658-94762898dc25
|
|
)
|