Pure Go implementation of the WebRTC API
Go to file
2019-02-17 16:22:56 -08:00
.github Fix Codacy warnings 2019-02-05 23:18:47 -08:00
examples Remove RTC prefix from all names 2019-02-17 16:22:56 -08:00
internal Export RTP/RTCP to unique packages 2019-01-28 11:38:54 -08:00
pkg Remove RTC prefix from all names 2019-02-17 16:22:56 -08:00
.codacy.yaml Examples: host examples locally 2018-09-15 09:58:03 +02:00
.eslintrc.json Add eslintrc for codacy 2018-08-11 13:56:28 -07:00
.gitignore Use -coverpkg with go test 2018-12-27 19:53:08 -05:00
.golangci.yml Export RTP/RTCP to unique packages 2019-01-28 11:38:54 -08:00
.travis.yml Remove build-examples from CI 2019-01-13 12:40:36 -08:00
api_test.go API: Expose SettingEngine 2019-01-24 20:35:49 +01:00
api.go Remove RTC prefix from all names 2019-02-17 16:22:56 -08:00
bundlepolicy_test.go Remove rtc prefix from filenames 2019-02-17 16:22:56 -08:00
bundlepolicy.go Remove rtc prefix from filenames 2019-02-17 16:22:56 -08:00
certificate_test.go Remove rtc prefix from filenames 2019-02-17 16:22:56 -08:00
certificate.go Remove rtc prefix from filenames 2019-02-17 16:22:56 -08:00
configuration_test.go Remove rtc prefix from filenames 2019-02-17 16:22:56 -08:00
configuration.go Remove rtc prefix from filenames 2019-02-17 16:22:56 -08:00
CONTRIBUTING.md Docs: Improve docs 2018-09-17 12:02:08 -07:00
datachannel_ortc_test.go Remove rtc prefix from filenames 2019-02-17 16:22:56 -08:00
datachannel_test.go Remove rtc prefix from filenames 2019-02-17 16:22:56 -08:00
datachannel.go Remove rtc prefix from filenames 2019-02-17 16:22:56 -08:00
datachannelinit.go Remove rtc prefix from filenames 2019-02-17 16:22:56 -08:00
datachannelparameters.go Remove rtc prefix from filenames 2019-02-17 16:22:56 -08:00
datachannelstate_test.go Remove rtc prefix from filenames 2019-02-17 16:22:56 -08:00
datachannelstate.go Remove rtc prefix from filenames 2019-02-17 16:22:56 -08:00
DESIGN.md Docs: Improve docs 2018-09-17 12:02:08 -07:00
dtlsfingerprint.go Remove rtc prefix from filenames 2019-02-17 16:22:56 -08:00
dtlsparameters.go Remove rtc prefix from filenames 2019-02-17 16:22:56 -08:00
dtlsrole_test.go Remove rtc prefix from filenames 2019-02-17 16:22:56 -08:00
dtlsrole.go Remove rtc prefix from filenames 2019-02-17 16:22:56 -08:00
dtlstransport.go Remove rtc prefix from filenames 2019-02-17 16:22:56 -08:00
dtlstransportstate_test.go Remove rtc prefix from filenames 2019-02-17 16:22:56 -08:00
dtlstransportstate.go Remove rtc prefix from filenames 2019-02-17 16:22:56 -08:00
errors.go Remove RTC prefix from all names 2019-02-17 16:22:56 -08:00
go.mod Enable certificate validation when server 2019-02-17 02:29:24 -08:00
go.sum Enable certificate validation when server 2019-02-17 02:29:24 -08:00
icecandidate_test.go Remove rtc prefix from filenames 2019-02-17 16:22:56 -08:00
icecandidate.go Remove rtc prefix from filenames 2019-02-17 16:22:56 -08:00
icecandidatetype_test.go Remove rtc prefix from filenames 2019-02-17 16:22:56 -08:00
icecandidatetype.go Remove rtc prefix from filenames 2019-02-17 16:22:56 -08:00
icecomponent_test.go Remove rtc prefix from filenames 2019-02-17 16:22:56 -08:00
icecomponent.go Remove rtc prefix from filenames 2019-02-17 16:22:56 -08:00
iceconnectionstate_test.go Remove rtc prefix from filenames 2019-02-17 16:22:56 -08:00
iceconnectionstate.go Remove rtc prefix from filenames 2019-02-17 16:22:56 -08:00
icecredentialtype_test.go Remove rtc prefix from filenames 2019-02-17 16:22:56 -08:00
icecredentialtype.go Remove rtc prefix from filenames 2019-02-17 16:22:56 -08:00
icegatherer_test.go Remove rtc prefix from filenames 2019-02-17 16:22:56 -08:00
icegatherer.go Remove rtc prefix from filenames 2019-02-17 16:22:56 -08:00
icegathererstate_test.go Remove rtc prefix from filenames 2019-02-17 16:22:56 -08:00
icegathererstate.go Remove rtc prefix from filenames 2019-02-17 16:22:56 -08:00
icegatheringstate_test.go Remove rtc prefix from filenames 2019-02-17 16:22:56 -08:00
icegatheringstate.go Remove rtc prefix from filenames 2019-02-17 16:22:56 -08:00
icegatheroptions.go Remove rtc prefix from filenames 2019-02-17 16:22:56 -08:00
iceparameters.go Remove rtc prefix from filenames 2019-02-17 16:22:56 -08:00
iceprotocol_test.go Remove rtc prefix from filenames 2019-02-17 16:22:56 -08:00
iceprotocol.go Remove rtc prefix from filenames 2019-02-17 16:22:56 -08:00
icerole_test.go Remove rtc prefix from filenames 2019-02-17 16:22:56 -08:00
icerole.go Remove rtc prefix from filenames 2019-02-17 16:22:56 -08:00
iceserver_test.go Remove rtc prefix from filenames 2019-02-17 16:22:56 -08:00
iceserver.go Remove rtc prefix from filenames 2019-02-17 16:22:56 -08:00
icetransport.go Remove rtc prefix from filenames 2019-02-17 16:22:56 -08:00
icetransportpolicy_test.go Remove rtc prefix from filenames 2019-02-17 16:22:56 -08:00
icetransportpolicy.go Remove rtc prefix from filenames 2019-02-17 16:22:56 -08:00
icetransportstate_test.go Remove rtc prefix from filenames 2019-02-17 16:22:56 -08:00
icetransportstate.go Remove rtc prefix from filenames 2019-02-17 16:22:56 -08:00
LICENSE Initial commit 2018-05-18 16:10:05 -07:00
mediaengine_test.go API: Expose SettingEngine 2019-01-24 20:35:49 +01:00
mediaengine.go Remove RTC prefix from all names 2019-02-17 16:22:56 -08:00
oauthcredential.go Remove rtc prefix from filenames 2019-02-17 16:22:56 -08:00
offeransweroptions.go Remove rtc prefix from filenames 2019-02-17 16:22:56 -08:00
peerconnection_close_test.go Remove rtc prefix from filenames 2019-02-17 16:22:56 -08:00
peerconnection_media_test.go Remove rtc prefix from filenames 2019-02-17 16:22:56 -08:00
peerconnection_test.go Remove rtc prefix from filenames 2019-02-17 16:22:56 -08:00
peerconnection.go Remove rtc prefix from filenames 2019-02-17 16:22:56 -08:00
peerconnectionstate_test.go Remove rtc prefix from filenames 2019-02-17 16:22:56 -08:00
peerconnectionstate.go Remove rtc prefix from filenames 2019-02-17 16:22:56 -08:00
prioritytype_test.go Remove rtc prefix from filenames 2019-02-17 16:22:56 -08:00
prioritytype.go Remove rtc prefix from filenames 2019-02-17 16:22:56 -08:00
quicparameters.go Remove rtc prefix from filenames 2019-02-17 16:22:56 -08:00
quicrole_test.go Remove rtc prefix from filenames 2019-02-17 16:22:56 -08:00
quicrole.go Remove rtc prefix from filenames 2019-02-17 16:22:56 -08:00
quictransport_test.go Remove rtc prefix from filenames 2019-02-17 16:22:56 -08:00
quictransport.go Remove rtc prefix from filenames 2019-02-17 16:22:56 -08:00
README.md Remove RTC prefix from all names 2019-02-17 16:22:56 -08:00
rtcpmuxpolicy_test.go Remove rtc prefix from filenames 2019-02-17 16:22:56 -08:00
rtcpmuxpolicy.go Remove rtc prefix from filenames 2019-02-17 16:22:56 -08:00
rtpcodingparameters.go Remove rtc prefix from filenames 2019-02-17 16:22:56 -08:00
rtpdecodingparameters.go Remove rtc prefix from filenames 2019-02-17 16:22:56 -08:00
rtpencodingparameters.go Remove rtc prefix from filenames 2019-02-17 16:22:56 -08:00
rtpreceiveparameters.go Remove rtc prefix from filenames 2019-02-17 16:22:56 -08:00
rtpreceiver.go Remove rtc prefix from filenames 2019-02-17 16:22:56 -08:00
rtpsender.go Remove rtc prefix from filenames 2019-02-17 16:22:56 -08:00
rtpsendparameters.go Remove rtc prefix from filenames 2019-02-17 16:22:56 -08:00
rtptranceiver.go Remove rtc prefix from filenames 2019-02-17 16:22:56 -08:00
rtptransceiverdirection_test.go Remove rtc prefix from filenames 2019-02-17 16:22:56 -08:00
rtptransceiverdirection.go Remove rtc prefix from filenames 2019-02-17 16:22:56 -08:00
sctpcapabilities.go Remove rtc prefix from filenames 2019-02-17 16:22:56 -08:00
sctptransport.go Remove rtc prefix from filenames 2019-02-17 16:22:56 -08:00
sctptransportstate_test.go Remove rtc prefix from filenames 2019-02-17 16:22:56 -08:00
sctptransportstate.go Remove rtc prefix from filenames 2019-02-17 16:22:56 -08:00
sdptype_test.go Remove rtc prefix from filenames 2019-02-17 16:22:56 -08:00
sdptype.go Remove rtc prefix from filenames 2019-02-17 16:22:56 -08:00
sessiondescription_test.go Remove rtc prefix from filenames 2019-02-17 16:22:56 -08:00
sessiondescription.go Remove rtc prefix from filenames 2019-02-17 16:22:56 -08:00
settingengine_test.go API: Expose SettingEngine 2019-01-24 20:35:49 +01:00
settingengine.go Remove RTC prefix from all names 2019-02-17 16:22:56 -08:00
signalingstate_test.go Remove rtc prefix from filenames 2019-02-17 16:22:56 -08:00
signalingstate.go Remove rtc prefix from filenames 2019-02-17 16:22:56 -08:00
track.go Remove rtc prefix from filenames 2019-02-17 16:22:56 -08:00

Pion WebRTC
Pion WebRTC

A pure Go implementation of the WebRTC API

Pion webrtc Sourcegraph Widget Slack Widget Waffle board
Build Status GoDoc Coverage Status Go Report Card Codacy Badge License: MIT


See DESIGN.md for an overview of features and future goals.

Usage

Check out the example applications to help you along your Pion WebRTC journey.

The Pion WebRTC API closely matches the JavaScript WebRTC API. Most existing documentation is therefore also usefull when working with Pion. Furthermore, our GoDoc is actively maintained.

Now go forth and build some awesome apps! Here are some ideas to get your creative juices flowing:

  • Send a video file to multiple browser in real time for perfectly synchronized movie watching.
  • Send a webcam on an embedded device to your browser with no additional server required!
  • Securely send data between two servers, without using pub/sub.
  • Record your webcam and do special effects server side.
  • Build a conferencing application that processes audio/video and make decisions off of it.

Roadmap

The library is in active development, please refer to the roadmap to track our major milestones.

Community

Pion has an active community on the Golang Slack. Sign up and join the #pion channel for discussions and support. You can also use Pion mailing list.

We are always looking to support your projects. Please reach out if you have something to build!

If you need commercial support or don't want to use public methods you can contact us at team@pion.ly

  • pions/turn: A simple extendable Golang TURN server
  • [WIP] pions/media-server: A Pion WebRTC powered media server, providing the building blocks for anything RTC.
  • [WIP] pions/dcnet: A package providing Golang net interfaces around Pion WebRTC data channels.

Contributing

Check out the contributing wiki to join the group of amazing people making this project possible:

License

MIT License - see LICENSE for full text