Search Articles — Sudonull

Search Results

In this project

WebRTC DataChannel: files without buffer errors

https://sudonull.com/webrtc-datachannel-files-without-buffer-errors

Analysis of file transfer issues via WebRTC: backpressure, TURN-relay, overlapped I/O. Code examples for middle/senior dev. Implement reliable P2P file exchange without truncations.

WebRTC video in Qt: jitter buffer + NACK

https://sudonull.com/webrtc-video-in-qt-jitter-buffer-nack

Implementation of WebRTC client on Qt with libdatachannel. Custom jitter buffer, NACK, VP8/VP9 decoding. Pion server and client code for developers.

SOCKS5 via WebRTC TURN: Go implementation

https://sudonull.com/socks5-via-webrtc-turn-go-implementation

Breakdown of creating SOCKS5 tunnel in WB Stream TURN sessions. Reverse API, protobuf parser, KCP+yamux. For middle/senior dev. Study the code and architecture.

P2P video service on WebRTC: development from scratch in 9 months

https://sudonull.com/p2p-video-service-on-webrtc-development-from-scratch-in-9-months

How to create a P2P video service with minimal resources? Analysis of the architecture and tech stack of the Vizavi project. Learn how to do without registration and databases.

AIVPN: VPN with mimicry and auto-mask switching

https://sudonull.com/aivpn-vpn-with-mimicry-and-auto-mask-switching

Breaking down AIVPN — VPN protocol for bypassing DPI through masquerading as QUIC/WebRTC. Neural resonance, profile rotation, ChaCha20. For developers: architecture and features. Study the details.

From the web

WebRTC

https://webrtc.org/

With WebRTC, you can add real-time communication capabilities to your application that works on top of an open standard. It …

Getting Started | WebRTC

https://webrtc.github.io/webrtc-org/start/

WebRTC is a free, open project that enables web browsers with Real-Time Communications (RTC) capabilities via simple JavaScript …

WebRTC API - Web APIs | MDN - MDN Web Docs

https://developer.mozilla.org/en-US/docs/Web/API/WebRTC_API

Jul 13, 2026 · WebRTC (Web Real-Time Communication) is a technology that enables Web applications and sites to capture and …

WebRTC - Wikipedia

https://en.wikipedia.org/wiki/WebRTC

WebRTC (Web Real-Time Communication) is a free and open-source project providing web browsers and mobile applications with …

Getting started with WebRTC

https://webrtc.org/getting-started/overview

May 28, 2019 · In this section we will show how to get started with the various APIs in the WebRTC standard, by explaining a number …

WebRTC: Real-Time Communication in Browsers

https://www.w3.org/TR/webrtc/

Section 4.3.2.3 of [RFC8826], WebRTC utilizes self-signed rather than Public Key Infrastructure (PKI) certificates, so that the …

Introduction to WebRTC - GeeksforGeeks

https://www.geeksforgeeks.org/techtips/introduction-to-webrtc/

Jul 11, 2025 · WEBRTC is a plugin-free modern real-time communication technology. It doesn't require any additional plugins or …

WebRTC Control - Chrome Web Store

https://chromewebstore.google.com/detail/webrtc-control/fjkmabmdepjfammlpliljpnbhleegehm

When WebRTC is enabled in your browser, your real IP address will be exposed to the public (even if you're using a masking service …

Architecture | WebRTC

https://webrtc.github.io/webrtc-org/architecture/

WebRTC offers web application developers the ability to write rich, realtime multimedia applications (think video chat) on the web, …

How WebRTC works: What is WebRTC used for? - Cloudflare

https://www.cloudflare.com/learning/video/how-webrtc-works/

Web Real-Time Communications (WebRTC) is an open-source technology that allows browsers to exchange data directly with only …

Trending Now