mirror of
https://github.com/encounter/webrtc.git
synced 2026-03-30 11:42:19 -07:00
d265906d6f
Once [1] is merged, this will allow for VP9 codec to be loaded but noop which will fix [2] from panic when attempting to use VP9. [1] https://github.com/pion/rtp/pull/39 [2] https://github.com/pion/example-webrtc-applications/issues/37
20 lines
503 B
Modula-2
20 lines
503 B
Modula-2
module github.com/pion/webrtc/v2
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/pion/datachannel v1.4.13
|
|
github.com/pion/dtls/v2 v2.0.0-rc.5
|
|
github.com/pion/ice v0.7.7
|
|
github.com/pion/logging v0.2.2
|
|
github.com/pion/quic v0.1.1
|
|
github.com/pion/rtcp v1.2.1
|
|
github.com/pion/rtp v1.3.0
|
|
github.com/pion/sctp v1.7.3
|
|
github.com/pion/sdp/v2 v2.3.2
|
|
github.com/pion/srtp v1.2.6
|
|
github.com/pion/transport v0.8.10
|
|
github.com/stretchr/testify v1.4.0
|
|
golang.org/x/crypto v0.0.0-20191206172530-e9b2fee46413 // indirect
|
|
)
|