Aliens of Gold
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 browsergstreamer-receive
Shows how to receive video and play or process it via GStreamergstreamer-send
Shows how to generate video via GStreamer and send it to your browserjanus-gateway
Shows how to use connect to a Janus streaming mountpoint and save to an ivf containerpion-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 containersfu
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