Announcing webrtcforthecurious.com - Go beyond the APIs.
A WebRTC book that teaches how all the protocols work in depth, not just a tour of the APIs
Get the full details of ICE, SCTP, DTLS, SRTP, and how they work together
WebRTC Microcontrollers (Espressif) are OFFICIALLY VENDOR SUPPORTED! github.com/espressif/esp-…
For ~$35 in hardware
* A smart doorbell you control
* AI Assistant
* VPN/Proxy/WebTorrent?
I really hope this is the inflection point for 'Anyone can do WebRTC on small devices'
Pion now has a Pure #golang Opus Codec implementation! github.com/pion/opus
It was way more difficult then expected (and not even close to done). I wrote a blog about it also pion.ly/blog/pion-opus/
I hope to share what I learned more in the future
#WebRTC support has been merged into @OBSProject! This is going to massively changed the space.
Serverless Streaming - Stream into browsers. No more 'jump servers/other protocols'.
Subsecond-Latency - Interact instantly. Something really magical about immediate response.
I added a example of bridging SIP and WebRTC to Pion github.com/pion/example-w…
In under 200 lines of code I can hear a phone call in my browser! This is all thanks to github.com/emiago/sipgo
Check it out and would love to hear what people build with it.
This is going to be a huge improvement for WebRTC and IoT workloads!
* Mobility - Remote Peers can switch IP/Ports at anytime. Maybe even go offline for an extend period of time.
* Load Balancing - Handling encrypted traffic at scale gets expensive. This makes it way easier.
Happy 2nd birthday Pion!
In under two years our team has written a full #golang implementation of #WebRTC and its dependencies. Instead of celebrating the code, I want to thank everyone who has made it possible. They solved hard problems, helped others asking nothing in return.
LiveKit team has built something really great. It's been quite a journey since 'ion days'
Grateful to see people struggling with WebRTC able to succeed with LiveKit. Lots of great applications/ideas would have never been built with out it.
We’re excited to announce LiveKit has raised $22.5M to build infrastructure for realtime voice and video-driven AI applications! 🤖🎙📹
We’re proud to partner with amazing investors including Altimeter, @Redpoint, @JeffDean, @eladgil, @AravSrinivas & @amasad .
Have you seen webrtcforthecurious.com yet? It has lots of translations
I would love to hear what parts could be better. WebRTC is wonderful technology, but it is hard to get into :)
This is monumental news. I was so excited to see this PR. Lots of great upgrades for streamers
* Low latency
* Upload Transcodes (massive server reduction)
* Modern and Open Source codecs (AV1 + Opus)
* Roaming (IRL Streams!)
* Congestion Control in User Space
😱 This is an early proof of concept for streaming from @OBSProject with WebRTC directly! ✨
Uses @DDRBoxman's OBS code, combined with @_pion for the WebRTC, and our rtmp-ingest project as glue.
twitch.tv now has a #WebRTC ingest via WHIP! You can use it today with these values. If you have any feedback/questions I would love to hear.
URL: g.webrtc.live-video.net:4443/v2/offer
Bearer Token: (Twitch Stream Key)
blog.cloudflare.com/cloudflare-cal…
Really great writeup. Stuff like this dispels the FUD that 'You can not scale WebRTC'. It for sure is harder to scale then static/loss-less content like HTTP. But I have never found it intrinsically harder then other live media.