2021-03-04 05:23:01 +00:00
|
|
|
module github.com/ossrs/srs-bench
|
|
|
|
|
|
|
|
go 1.15
|
|
|
|
|
|
|
|
require (
|
2022-10-06 09:40:58 +00:00
|
|
|
github.com/ghettovoice/gosip v0.0.0-20220929080231-de8ba881be83
|
2021-10-13 01:03:47 +00:00
|
|
|
github.com/ossrs/go-oryx-lib v0.0.9
|
2021-08-16 23:25:03 +00:00
|
|
|
github.com/pion/interceptor v0.0.10
|
|
|
|
github.com/pion/logging v0.2.2
|
2021-03-04 05:23:01 +00:00
|
|
|
github.com/pion/rtcp v1.2.6
|
|
|
|
github.com/pion/rtp v1.6.2
|
|
|
|
github.com/pion/sdp/v3 v3.0.4
|
2021-08-16 23:25:03 +00:00
|
|
|
github.com/pion/transport v0.12.2
|
|
|
|
github.com/pion/webrtc/v3 v3.0.13
|
2023-01-07 12:36:59 +00:00
|
|
|
github.com/pkg/errors v0.9.1
|
2022-10-06 09:40:58 +00:00
|
|
|
github.com/yapingcat/gomedia/codec v0.0.0-20220617074658-94762898dc25
|
|
|
|
github.com/yapingcat/gomedia/mpeg2 v0.0.0-20220617074658-94762898dc25
|
2021-03-04 05:23:01 +00:00
|
|
|
)
|