mirror of
https://github.com/pion/webrtc.git
synced 2025-12-24 11:51:03 +08:00
The play-from-disk examples sees the average bitrate using Chromium 90.0.4412.3 when enabled on loopback for a 3 minute session. Before: 744.443 After: 3927.669 Introduced with pion/interceptor@v0.0.10
24 lines
668 B
Modula-2
24 lines
668 B
Modula-2
module github.com/pion/webrtc/v3
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/onsi/ginkgo v1.14.2 // indirect
|
|
github.com/onsi/gomega v1.10.3 // indirect
|
|
github.com/pion/datachannel v1.4.21
|
|
github.com/pion/dtls/v2 v2.0.7
|
|
github.com/pion/ice/v2 v2.0.15
|
|
github.com/pion/interceptor v0.0.10
|
|
github.com/pion/logging v0.2.2
|
|
github.com/pion/randutil v0.1.0
|
|
github.com/pion/rtcp v1.2.6
|
|
github.com/pion/rtp v1.6.2
|
|
github.com/pion/sctp v1.7.11
|
|
github.com/pion/sdp/v3 v3.0.4
|
|
github.com/pion/srtp/v2 v2.0.1
|
|
github.com/pion/transport v0.12.2
|
|
github.com/sclevine/agouti v3.0.0+incompatible
|
|
github.com/stretchr/testify v1.7.0
|
|
golang.org/x/net v0.0.0-20210119194325-5f4716e94777
|
|
)
|