Tag
WebChat is an open-source browser extension that uses WebRTC for peer-to-peer end-to-end encrypted communication, allowing strangers browsing the same webpage to chat anonymously without a central server. Supports Chrome, Edge, and Firefox.
NotesQR, an anonymous P2P file sharing tool built on WebRTC, has been completely rewritten with faster handshakes, plus a new CLI and MCP integration so AI agents like Cursor or local scripts can send and receive files programmatically.
LiveKit Agents is an open-source real-time voice agent framework supporting WebRTC, telephony integration, semantic turn detection, MCP tool calling, and multi-agent handoff, helping developers quickly build real-time voice applications such as AI customer service and phone bots.
BitBang CLI is a single static binary that lets you reach machines behind NAT from a browser, offering shell access, file transfer, and network proxying with no account or port forwarding.
Meetecho 博客文章描述了如何利用 MoQ (Media over QUIC) 协议来流式传输 IETF MoQ 会议,作为传统 WebRTC 方案的补充,实现了自动捕获并传输相同媒体的一种新型方式。
Describes a method for peer-to-peer local file transfer using WebRTC technology.
OpenAI's voice AI architecture uses WebRTC with a split relay-transceiver design to handle low-latency audio for 900 million weekly active users.
A tutorial on building a realtime translation app using Gemini Live Translate, Next.js, LiveKit, and Cloud Run, covering audio streaming, translation, and deployment.
Simon Willison updates his OpenAI WebRTC Audio Session tool to support the new GPT-Realtime-2 model and adds document context for conversational audio discussions.
A developer's debugging journey revealing how a WebRTC-based app (p2claw) failed on iPad due to two bugs: a hardcoded constant in webrtc-rs and a one-line design decision in Tailscale, causing data channel message loss.
The author discusses successfully integrating Unity with their project and plans to implement video streaming to a headset, considering WebRTC as a potential solution.
Rtwatch is an open-source Go-based utility that uses Pion WebRTC and GStreamer to enable synchronized, real-time video playback for multiple viewers, with backend-managed state to ensure uniform pause/seek controls.
Technical commentary from Luke Curley discussing how WebRTC's design prioritizes low latency by aggressively dropping audio packets, which conflicts with LLM voice applications where prompt accuracy matters more than speed. He recounts challenges faced at Discord implementing retransmission within browser constraints.
Technical blog post from a self-described WebRTC expert criticizing OpenAI's use of WebRTC for voice AI, arguing the protocol is poorly suited because it's designed for real-time conferencing with aggressive packet dropping, which conflicts with Voice AI use cases where accuracy matters more than minimal latency.
OpenAI details its rearchitected WebRTC stack designed to deliver low-latency voice AI at scale for over 900 million users. The post explains how new split-relay and transceiver architectures optimize media routing and connection setup for real-time interactions like ChatGPT voice.
Raspberry Pi Connect, the free remote access service from Raspberry Pi, may soon support Windows PCs, potentially expanding its reach beyond Raspberry Pi devices and offering a cost-effective alternative to services like RealVNC.