Announcing https://t.co/22N8klZsa8 - 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
Please update your Pion version for two security fixes. Both are crashes when parsing network input
* stun - https://t.co/hvMYTj5aZO
* dtls - https://t.co/8MT2IEcljM
If anything is stopping you from updating please reach out, we are always happy to help!
https://t.co/dXiYbg8L2e - site + video on how WHIP can improve streaming.
WHIP can make streaming more connected, private, secure and easier to self host. Would love your feedback and thoughts!
https://t.co/Uj7DeKBpnZ
Vibecoded: WebRTC TV.
Run the server. Connect from a browser and start camera. Connect from another browser and see the camera feed.
The primary purpose is a private, no-cloud, home security system. The secondary purpose is learning WebRTC, which essentially recreates half of internet protocols inside.
GitHub link in the first comment.
🎙️ Voice AI only feels natural when conversation keeps pace with speech.
Here’s how we rebuilt our WebRTC stack with a thin relay and stateful transceiver to keep real-time media fast for ChatGPT voice, the Realtime API, and more.
https://t.co/JEvs2PmsmC
OpenAI post on how they do #WebRTC - https://t.co/qCqhRSyHCn
Thank you OpenAI for publishing that they use Pion. I just my work to have purpose, knowing that people use my code means so much. It brings a lot of energy/new people into the community also.
Upgrade your Pion #WebRTC and you should see a big performance boost!
Can't beat seeing a ticket closed from 2021 with a positive story :) https://t.co/CSAcON5WDb
if you have tried to train a wake word model before, you know the pain
today we are open sourcing livekit-wakeword, a tool that lets you train production-grade wake word models with a single command on any platform
compared to openwakeword, livekit-wakeword achieved dramatically better results across every metric:
> 100× fewer false positives per hour
> 60× lower detection error
> 86% vs 69% recall
this is thanks to our improvements with the data generation pipeline (diverse samples and config options), training pipeline (focal loss and label smoothing) and model architecture (attention)
a big bonus: models trained with livekit-wakeword are fully backward compatible with openwakeword, so you can drop in our wake word models into your existing @home_assistant setup or any oww project
check it out here https://t.co/Uubw5tNyd7
https://t.co/ABlVfZntuH - Move WebRTC sessions out of the browser and into Go.
Tool for Reverse Engineering + save/send media. Do all your auth/interaction in the browser, but move to Go.
Sscreenshot of sending my webcam, but replacing outgoing video with a ffmpeg testsrc
@jasonshen_ Amazing :)
Tell me when your ready and would love to promote/help however I can. Your doing a great job, hope this gets the love it deserves from dev community
Absolutely magical!
Just a few years ago it would have been nearly impossible to build this. Now we have enough libs/LLMS and look what @jasonshen_ has done
Makes me so excited for future projects. Most developers I don’t think even realize how much they can do yet!
ESP32-S3 now connecting with webrtc into our voice agent server built on #pion and #webrtc. Rust FFI + ESP-SR AFE on a board with a built-in display for under $20, and the result is honestly pretty impressive.
ESP32-S3 now connecting with webrtc into our voice agent server built on #pion and #webrtc. Rust FFI + ESP-SR AFE on a board with a built-in display for under $20, and the result is honestly pretty impressive.
@IlirAliu_ I get this is marketing/I am not going to get a valid response, but this is FUD.
It holds back the industry at large to not actually educate/talk about the problem.
@IlirAliu_ If you only have the technical ability to use a pre-built WebRTC stack and don't know how to disable a jitter buffer you aren't going to successfully build a custom protocol either.
Nothing about WebRTC says you need to have a jitter buffer with RTP or SCTP.
Go SDK was yesterday. Today the Rust SDK is working too, with the same demo app now running in Rust. Server Built on #pion and #webrtc. This stack is coming together fast.