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

3 days ago ·

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

3 days ago · 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 exchange arbitrary data between browsers without requiring an intermediary. The set of standards that comprise WebRTC makes it possible to share data and perform teleconferencing peer-to-peer, without requiring that the user ...

May 28, 2019 ·

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

May 28, 2019 · The WebRTC standard covers, on a high level, two different technologies: media capture devices and peer-to-peer connectivity. Media capture devices includes video cameras and microphones, but also screen capturing "devices".

Jul 11, 2025 ·

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

Jul 11, 2025 · WebRTC stands for Web Real-Time Communication. It is an open source and free project that used to provide real-time communication to mobile applications and web browsers with the help of API's (Application Programming Interface). This project emerged as a new standard which extends the web-browsing model by enabling the browser in a peer-to-peer manner. JavaScript API's, HTML5 tags, underlying ...

Jul 20, 2023 ·

https://medium.com/@fengliu_367/getting-started-with-webrtc-a-practical-guide-with-example-code-b0f60efdd0a7

Jul 20, 2023 · WebRTC (Web Real-Time Communication) is a powerful technology that enables real-time audio, video, and data sharing directly between web…

Sep 18, 2024 ·

https://developers.google.com/codelabs/webrtc-web

Sep 18, 2024 · Learn how to build an app to get video and take snapshots with your webcam, and share them peer-to-peer with WebRTC .

Searches related to webrtc

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

WebRTC Control is an extension that brings you control over WebRTC API in your browser. The toolbar icon serves as a toggle button that enables you to quickly disable or enable the add-on (note: the icon will change color once you click on it).

Trending Now