Skip to content
Sean DuBois edited this page Nov 29, 2019 · 9 revisions

What is WebRTC

WebRTC is a standardized protocol for P2P communication. It allows two peers to exchange media and data. It is encrypted by default, and handles connectivity establishment in many different network conditions. It is supported in browsers, and has multiple out of browser implementations.

What is Pion WebRTC

Pion WebRTC is pure Go implementation of WebRTC. It implements the W3C WebRTC RFC

When running any Pion WebRTC code I get cannot find package "github.com/pion/webrtc/v2"

Go modules must be enabled to use Pion WebRTC. You can enable them by setting the following environment variable GO111MODULE=on

Other dependency management tools are not actively supported, but we have some documentation solutions. Please submit a PR if you have a fix for other tooling!

Why should I use Pion WebRTC instead of $x

We have a dedicated article written on this topic Why Pion

Any talks on Pion?

Clone this wiki locally