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 supports video, voice, and generic data to be sent between peers, allowing …

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 APIs. The WebRTC components have been optimized to best serve …

WebRTC API - Web APIs | MDN - MDN Web Docs

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

Jun 26, 2025 · WebRTC (Web Real-Time Communication) is a technology that enables Web applications and sites to capture and optionally stream audio and/or video media, as well as to …

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 minimal use of an intermediary server or third-party software. Often …

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 real-time communication (RTC) via application programming interfaces …

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 applications for audio, video streaming and data sharing.

WebRTC Leak Test - BrowserLeaks

https://browserleaks.com/webrtc

The recommended solution to limit the risk of IP leakage via WebRTC is to use the official Google extension called WebRTC Network Limiter, which provides a range of options with varying levels of …

Architecture | WebRTC

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

WebRTC is a free, open project that enables web browsers with Real-Time Communications (RTC) capabilities via simple JavaScript APIs. The WebRTC components have been optimized to best serve …

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 expiration check is to ensure that keys are not used indefinitely and additional …

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 of common use cases and code snippets for solving those. The …

Trending Now