Aug 23, 2025 · 4 min read · 🔙 Previously: Real-World UDP: How WebRTC and DNS Use the Fast but Unreliable Protocol In our last post, we saw how technologies like WebRTC (used in video calls) and DNS (used to find websites) depend on UDP, a fast but unreliable network protocol....
Join discussion
Mar 27, 2025 · 3 min read · In today’s world of real-time communication, blending human interactivity with artificial intelligence creates a powerful user experience. Recently, I had the opportunity to build a unique project for a client — a real-time, audio-based AI Agent Chat...
KKrish commented
Dec 13, 2023 · 3 min read · LiveKit is an open-source platform that provides a modern, end-to-end WebRTC stack for building live video and audio applications. It can handle large-scale deployments and offers built-in load balancing and automatic scaling capabilities. While Live...
Join discussion
Nov 28, 2023 · 1 min read · outline You need an API key and secret to use LiveKit Server. how-to $ curl -sSL https://get.livekit.io | bash $ livekit-server generate-keys note It is hard do find how-to-generate-api-key-and-secrets for LiveKit reference https://docs....
Join discussion