github pion/webrtc v1.1.0
Aliens of Gold

latest releases: v3.2.40, v4.0.0-beta.19, v3.2.39...
5 years ago

This is the second public release of pion-WebRTC, thanks for trying it out!
Hopefully you have as much fun using it and we did making it

This release adding the following features

  • Full ICE. pion-WebRTC is able to be controlling or controlled and can connect to itself.
  • DataChannels. pion-WebRTC can now send and receive messages via SCTP DataChannels.
  • RTCP. pion-WebRTC now is able to send and receive RTCP, making it a great building block for building things like an SFU.

We also ship with the following demos you can base your application off of.

  • data-channels Shows how to use DataChannels and send/receive data to your browser
  • gstreamer-receive Shows how to receive video and play or process it via GStreamer
  • gstreamer-send Shows how to generate video via GStreamer and send it to your browser
  • janus-gateway Shows how to use connect to a Janus streaming mountpoint and save to an ivf container
  • pion-to-pion Shows to communicate between two Pion instance using DataChannels, no browser required!
  • save-to-disk Shows how to receive VP8 from your browser and save to an ivf container
  • sfu Shows how to broadcast a video to many peers, while only requiring the broadcaster to upload once

To see what features are planned in the future, please see our roadmap

Don't miss a new webrtc release

NewReleases is sending notifications on new releases.