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 …

WebRTC入门,这一篇就够了 - 知乎

https://zhuanlan.zhihu.com/p/624357784

Apr 23, 2023 · 概念WebRTC (Web Real-Time Communications) 是一项实时通讯技术,它允许网络应用或者站点,在不借助中间媒介 …

WebRTC - Wikipedia

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

WebRTC - Wikipedia. Jump to content. Main menu. move to sidebarhide. Navigation . Main page. Contents. Current events. Random …

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 入门与实践(非常详细)从零基础入门到精通,看完这一篇就 …

https://blog.csdn.net/logic1001/article/details/144021505

WebRTC 技术已经广泛在各个行业及场景中被应用,但对多数开发者来说,实时音视频及相关技术却是比较不常接触到的。做为一名 …

WebRTC入门指南WebRTC入门指南:实现浏览器间的实时通信 什么是WebRTC? WebRTC…

https://juejin.cn/post/7509367333522964480

May 28, 2025 · 什么是WebRTC? WebRTC(Web Real-Time Communication,Web实时通信)是一项革命性的开放标准技术,它允 …

WebRTC_百度百科

https://baike.baidu.com/item/WebRTC/5522744

WebRTC (Web Real-Time Communications) 是一项实时通讯技术,它允许网络应用或者站点,在不借助中间媒介的情况下,建立浏览 …

WebRTC API - Web API | MDN - MDN Web Docs

https://developer.mozilla.org/zh-CN/docs/Web/API/WebRTC_API

WebRTC(Web 实时通信)是一种使 Web 应用程序和站点能够捕获和选择性地流式传输音频或视频媒体,以及在浏览器之间交换任意 …

一、WebRTC入门指南:什么是WebRTC?核心原理、组件、应用场景 | WebRTC…

https://webrtc.link/zh/articles/webrtc-introduction/

Mar 10, 2025 · WebRTC 是一个免费的开放项目,通过简单的 API 为浏览器和移动应用程序提供实时通信(RTC)功能,并由 Google …

WebRTC · GitHub

https://github.com/webrtc

WebRTC Demos, samples and test pages for the Web. WebRTC has 13 repositories available. Follow their code on GitHub.

Trending Now