Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
forked frompion/webrtc

Pure Go implementation of the WebRTC API

License

NotificationsYou must be signed in to change notification settings

shakahl/webrtc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pion WebRTC
Pion WebRTC

A pure Go implementation of the WebRTC API

Pion webrtcSourcegraph WidgetSlack Widget
Build StatusGoDocCoverage StatusGo Report CardCodacy BadgeLicense: MIT


SeeDESIGN.md for an overview of features and future goals.

Breaking Changes

Pion WebRTC v2.0.0 has arrived! See therelease notes to learn about new features and breaking changes.

Have any questions? Jointhe Slack channel to follow development and speak with the maintainers.

We are actively planningv2.1.0 and would love your feedback! Anyone can add issues, and anything that you think can empower Pion users.

Usage

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

For more full featured examples that use 3rd party libraries see ourexample-webrtc-applications repo.

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

Now go forth and build some awesome apps! Here are someideas 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.

WebAssembly

Pion WebRTC can be used when compiled to WebAssembly, also known as Wasm. Inthis case the library will act as a wrapper around the JavaScript WebRTC API.This allows you to use WebRTC from Go in both server and browser side code withlittle to no changes. Check out theexample applications for instructions onhow to compile and run the WebAssembly examples. You can also visit theWiki page on WebAssembly Developmentfor more information.

Roadmap

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

Community

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

We are always looking to supportyour 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 atteam@pion.ly

Project status

Stargazers over time

Related projects

  • pion/turn: A simple extendable Golang TURN server
  • [WIP]pion/media-server: A Pion WebRTC powered media server, providing the building blocks for anything RTC.

Contributing

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

License

MIT License - seeLICENSE for full text

About

Pure Go implementation of the WebRTC API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go98.9%
  • Other1.1%

[8]ページ先頭

©2009-2025 Movatter.jp