Tagged articles
164 articles
Page 2 of 2
KooFE Frontend Team
KooFE Frontend Team
Aug 2, 2021 · Frontend Development

Mastering WebRTC: Media Streams, Peer Connections, and Data Channels Explained

This article provides a comprehensive overview of WebRTC, covering its core components MediaStream, RTCPeerConnection, and RTCDataChannel, the processes of media and network negotiation, NAT traversal techniques, signaling, and practical code examples for building real‑time communication applications.

MediaStreamRTCDataChannelRTCPeerConnection
0 likes · 14 min read
Mastering WebRTC: Media Streams, Peer Connections, and Data Channels Explained
Java Backend Technology
Java Backend Technology
Jul 31, 2021 · Frontend Development

Why Safari Still Lags Behind: Hidden Costs for Web Developers

The article examines how Safari’s delayed support for modern Web APIs, Progressive Web Apps, and WebRTC creates significant challenges for developers seeking consistent experiences across browsers, while also exploring Apple’s motivations and the potential for future improvements.

Progressive Web AppsSafariWeb Development
0 likes · 8 min read
Why Safari Still Lags Behind: Hidden Costs for Web Developers
TAL Education Technology
TAL Education Technology
Jun 3, 2021 · Frontend Development

Exploring Web Live Streaming: From Web 1.0 to 2.1 – Architecture, AI Integration, and Refactoring

This article chronicles the evolution of a web‑based live‑streaming platform from its initial Web 1.0 prototype through successive versions, detailing AI speech detection, RTC integration, extensive refactoring, and the resulting framework that proves web technologies can effectively support live‑streaming scenarios.

AI integrationAudio ProcessingJavaScript
0 likes · 6 min read
Exploring Web Live Streaming: From Web 1.0 to 2.1 – Architecture, AI Integration, and Refactoring
ByteFE
ByteFE
Apr 23, 2021 · Frontend Development

Curated Technical Articles: Node.js 16 Release, Frontend Performance, CSS @property, WebRTC, Game Development, and More

This roundup presents a selection of recent technical articles covering the Node.js 16 release, front‑end performance optimizations, CSS @property advances, WebRTC transport protocols, game‑engine dark‑mode implementation, Babel deep‑dive, and a new Flutter‑based web rendering engine, each linked for further reading.

CSSFlutterGame Development
0 likes · 4 min read
Curated Technical Articles: Node.js 16 Release, Frontend Performance, CSS @property, WebRTC, Game Development, and More
NetEase Smart Enterprise Tech+
NetEase Smart Enterprise Tech+
Mar 4, 2021 · Backend Development

How Signaling Powers Real‑Time Audio/Video: Inside NERTC’s Network Library

This article explains the concept and role of signaling in real‑time audio/video, describes the single‑PeerConnection architecture using WebSocket, details the handshake, keep‑alive and reconnection mechanisms, and outlines NERTC’s modular network library design for robust communication under weak network conditions.

Network LibrarySignalingWebRTC
0 likes · 13 min read
How Signaling Powers Real‑Time Audio/Video: Inside NERTC’s Network Library
JD Cloud Developers
JD Cloud Developers
Feb 1, 2021 · Artificial Intelligence

Top AI, Cloud, and Blockchain Breakthroughs This Week

This week’s developer newsletter highlights Google’s new TReCS framework for text‑image translation, OpenAI’s massive 7,500‑node Kubernetes scaling for machine learning, Apache ECharts 5 release, WebRTC becoming an official standard, China’s autonomous "长安链" blockchain, JD’s open‑source FaceX‑Zoo toolkit, and two AAAI 2021 papers on graph diffusion traffic forecasting and label‑confusion‑enhanced text classification.

AIData visualizationWebRTC
0 likes · 8 min read
Top AI, Cloud, and Blockchain Breakthroughs This Week
Tencent IMWeb Frontend Team
Tencent IMWeb Frontend Team
Feb 1, 2021 · Frontend Development

Mastering WebRTC: From Camera Capture to Screen Sharing in the Browser

This article explains WebRTC fundamentals, covering camera and microphone basics, frame rate and resolution, tracks and streams, the getUserMedia API with constraints and error handling, device enumeration, MediaRecorder for client‑side recording, and screen sharing via getDisplayMedia, all illustrated with practical JavaScript code examples.

JavaScriptMediaRecorderScreen Sharing
0 likes · 13 min read
Mastering WebRTC: From Camera Capture to Screen Sharing in the Browser
21CTO
21CTO
Jan 27, 2021 · Frontend Development

Why WebRTC 1.0 Is a Game‑Changer for Real‑Time Web Communication

The announcement that WebRTC 1.0 is now an official W3C/IETF standard highlights its role as a free, browser‑based JavaScript API that enables secure, plugin‑free audio‑video communication across devices, transforming education, healthcare, entertainment, and enterprise collaboration worldwide.

Video ConferencingWebRTCbrowser API
0 likes · 7 min read
Why WebRTC 1.0 Is a Game‑Changer for Real‑Time Web Communication
Tencent Cloud Developer
Tencent Cloud Developer
Dec 31, 2020 · Frontend Development

2020 Frontend Technology Trends: A Comprehensive Analysis from Tencent IMWeb Team

The Tencent IMWeb team’s 2020 analysis highlights seven key frontend trends—explosive TypeScript adoption, React’s dominance among major frameworks, the rise of WebAssembly, accelerating low‑code platforms, serverless full‑stack development, DevOps maturation, and booming WebRTC—while forecasting continued growth in these areas for 2021.

DevOpsFrontend TrendsReact
0 likes · 26 min read
2020 Frontend Technology Trends: A Comprehensive Analysis from Tencent IMWeb Team
Tencent Cloud Developer
Tencent Cloud Developer
Sep 10, 2020 · Frontend Development

Live Streaming Latency Measurement: FLV and WebRTC Solutions

To accurately benchmark and reduce end-to-end latency on large live-streaming platforms, this article details practical measurement frameworks for both HTTP-FLV—using custom SEI timestamps and cloud-synced clocks—and WebRTC—leveraging RTCPeerConnection stats to dissect uplink, server, jitter, decoding, and render delays.

FLVFront-endWebRTC
0 likes · 7 min read
Live Streaming Latency Measurement: FLV and WebRTC Solutions
Tencent Cloud Developer
Tencent Cloud Developer
Sep 4, 2020 · Frontend Development

Introducing TWebLive: Tencent Cloud Web Live Interactive SDK

TWebLive, Tencent Cloud’s new web‑live interactive SDK, bundles TRTC, TIM and TCPlayer to let developers add push streaming, low‑latency WebRTC or CDN playback, and real‑time chat or bullet‑screen interaction with simple APIs, demo projects and open‑source code, replacing legacy Flash solutions.

JavaScriptSDKTencent Cloud
0 likes · 11 min read
Introducing TWebLive: Tencent Cloud Web Live Interactive SDK
iQIYI Technical Product Team
iQIYI Technical Product Team
Jul 31, 2020 · Backend Development

Technical Exploration of iQIYI's Qixiu Live Streaming System

iQIYI’s Qixiu platform supports both single‑host RTMP‑based ordinary live streams and multi‑host UDP‑RTP link‑mic sessions by using an enhanced WebRTC (woogeen) stack with a client SDK, load‑aware MCU nodes, and backend services that handle signaling, mixing, transcoding, adaptive bitrate, echo cancellation, and fault‑tolerant deployment, while outlining future improvements such as real‑time MCU switching and mobile network handover.

RTMPRTPServer Architecture
0 likes · 13 min read
Technical Exploration of iQIYI's Qixiu Live Streaming System
High Availability Architecture
High Availability Architecture
Jul 10, 2020 · Frontend Development

Understanding WebRTC: Architecture, Protocols, APIs, and Security

WebRTC is a Google‑originated technology that enables real‑time audio, video, and data transmission across browsers, mobile platforms, and IoT devices, and this article explains its popularity, P2P connection process, signaling, NAT/ICE mechanisms, STUN/TURN servers, VP9 codec, JavaScript APIs, and security measures.

MediaStreamP2PSTUN
0 likes · 12 min read
Understanding WebRTC: Architecture, Protocols, APIs, and Security
政采云技术
政采云技术
Jun 14, 2020 · Frontend Development

Web-Based Face Recognition Authentication Using face-api.js

This article explains how to implement a web‑browser face‑recognition authentication system by capturing video streams with WebRTC, detecting faces with face‑api.js, converting images to Base64, and leveraging Baidu AI services for identity verification and liveness detection.

TensorFlow.jsWebRTCface-api.js
0 likes · 14 min read
Web-Based Face Recognition Authentication Using face-api.js
TAL Education Technology
TAL Education Technology
May 7, 2020 · Backend Development

Understanding the WebRTC Video Capture Pipeline: From Capture Module to Encoder

This article explains how WebRTC builds the video processing pipeline by detailing the capture module, internal data flow, VideoTrack construction, rendering, and encoder integration, and it outlines the key API calls such as AddTrack, CreateOffer, and SetLocalDescription that establish the end‑to‑end video stream.

CPipelineVideo Capture
0 likes · 16 min read
Understanding the WebRTC Video Capture Pipeline: From Capture Module to Encoder
iQIYI Technical Product Team
iQIYI Technical Product Team
Apr 24, 2020 · Cloud Computing

Technical Insights into Cloud Gaming Advertising Trials: Low‑Latency RTCDN Solutions by iQIYI Live Cloud

In an interview, iQIYI Live Cloud’s Chen Kunzhong explains how their WebRTC‑based RTCDN reduces encoding and transmission delay to achieve roughly 100 ms end‑to‑end latency for cloud‑gaming ads, supporting cross‑device play, instant click‑to‑play sessions, and future 5G‑enhanced high‑resolution experiences.

5GAdvertisingLow latency
0 likes · 9 min read
Technical Insights into Cloud Gaming Advertising Trials: Low‑Latency RTCDN Solutions by iQIYI Live Cloud
Tencent Cloud Developer
Tencent Cloud Developer
Mar 26, 2020 · Cloud Computing

Audio‑Video Technology Trends, Cloud Video Services, and Future Innovations – Interview with Tencent Cloud Experts

In a post‑pandemic interview, Tencent Cloud video leaders explain how explosive audio‑video demand forced ultra‑fast product cycles and elastic cloud scaling, while discussing hardware vs. software encoding, 5G‑driven congestion control, AI‑enhanced editing, and the convergence of low‑latency RTC with high‑concurrency streaming for sectors ranging from education to healthcare.

Tencent CloudVideo ConferencingWebRTC
0 likes · 24 min read
Audio‑Video Technology Trends, Cloud Video Services, and Future Innovations – Interview with Tencent Cloud Experts
Youku Technology
Youku Technology
Feb 19, 2020 · Cloud Native

Low‑Latency Live Streaming System: Challenges, Architecture, and Solutions

Youku’s low‑latency live‑streaming system replaces the traditional RTMP‑CDN pipeline with a controllable media‑transport architecture that combines private real‑time protocols, WebRTC, and edge nodes, cutting anchor‑to‑anchor latency below 300 ms and anchor‑to‑viewer latency to under 415 ms while preserving smooth playback.

CDNLow latencyWebRTC
0 likes · 10 min read
Low‑Latency Live Streaming System: Challenges, Architecture, and Solutions
Alibaba Cloud Developer
Alibaba Cloud Developer
Feb 13, 2020 · Backend Development

How Alibaba Cut Live Stream Latency Below 300ms with a New Architecture

Facing pandemic-driven remote teaching, Alibaba’s live streaming team redesigned their media pipeline, combining CDN, custom real-time protocols, WebRTC, and cloud-native techniques to control transmission and playback buffers, achieving sub-300 ms host-to-host latency and under-600 ms host-to-viewer latency while maintaining smooth playback.

CDNLow latencyWebRTC
0 likes · 10 min read
How Alibaba Cut Live Stream Latency Below 300ms with a New Architecture
360 Tech Engineering
360 Tech Engineering
Nov 5, 2019 · Frontend Development

Developing Real‑Time Interactive AI Video Applications with WebRTC and JSMpeg

This article explains how to build a browser‑based AI video interaction system by comparing two approaches—streaming RTSP video via a JSMpeg‑powered WebSocket relay and capturing local media directly with WebRTC’s getUserMedia API—along with code samples, constraints handling, and frame‑extraction techniques.

JSMpegMediaDevicesReal-time Video
0 likes · 15 min read
Developing Real‑Time Interactive AI Video Applications with WebRTC and JSMpeg
Xueersi Online School Tech Team
Xueersi Online School Tech Team
Sep 20, 2019 · Operations

WebRTC Domestic Acceleration Mirror and Compilation Guide

This article explains the background, principles, and step‑by‑step instructions for using a non‑intrusive domestic mirror to accelerate WebRTC dependency synchronization and compilation across macOS, iOS, Linux, Android, and Windows platforms, including proxy configuration and repository URL replacement.

CompilationDevOpsMirror
0 likes · 18 min read
WebRTC Domestic Acceleration Mirror and Compilation Guide
Sohu Tech Products
Sohu Tech Products
Sep 4, 2019 · Frontend Development

Building a Real‑Time Video Chat Application with Vue, WebRTC, Socket.io, Node.js and Redis

This tutorial walks through creating a full‑stack video‑chat app that supports multiple chat rooms, private messaging, user status, and peer‑to‑peer video calls by combining Vue.js for the frontend, Vuex for state management, Socket.io for real‑time communication, a Node/Express backend, Redis for scaling, and Docker for deployment.

DockerNode.jsSocket.IO
0 likes · 26 min read
Building a Real‑Time Video Chat Application with Vue, WebRTC, Socket.io, Node.js and Redis
58 Tech
58 Tech
Jul 30, 2019 · Mobile Development

Technical Salon Summary: Tencent Cloud Video Cloud, Real‑Time Audio/Video, and Mobile Live‑Streaming Practices at 58.com

The 58 Group technical salon presented detailed practices on Tencent Cloud video services, real‑time audio/video communication, and mobile live‑streaming SDK implementation, covering architecture, protocols, encoding, troubleshooting, and future directions for improving streaming quality and user experience.

RTMPTencent CloudVideo Streaming
0 likes · 14 min read
Technical Salon Summary: Tencent Cloud Video Cloud, Real‑Time Audio/Video, and Mobile Live‑Streaming Practices at 58.com
Amap Tech
Amap Tech
Jul 30, 2019 · Mobile Development

Remote Audio Interaction for Car Devices: Challenges, Solutions, and Final Selection

To enable reliable two‑way audio for remote testing of car‑mounted navigation devices, the team evaluated remote‑submix, software hooking, USB, Bluetooth and hardware forwarding, ultimately selecting a hybrid software‑hook and hardware‑forwarding approach combined with WebRTC encoding to meet sub‑500 ms latency and broad device coverage.

WebRTCaudiocar
0 likes · 14 min read
Remote Audio Interaction for Car Devices: Challenges, Solutions, and Final Selection
58 Tech
58 Tech
Jul 11, 2019 · Frontend Development

WebRTC Technical Overview and Implementation Guide

This article provides a comprehensive overview of WebRTC, covering its background, core architecture, key components such as MediaStream, RTCPeerConnection and RTCDataChannel, signaling and NAT traversal techniques, as well as a step‑by‑step audio‑video call flow and compatibility considerations across platforms.

WebRTCbrowser APInat traversal
0 likes · 10 min read
WebRTC Technical Overview and Implementation Guide
21CTO
21CTO
Jun 11, 2019 · Frontend Development

How WebRTC Is Revolutionizing Real‑Time Web Communication

This article introduces WebRTC, the browser‑based real‑time communication technology backed by Google, Mozilla and Opera, explains its rapid adoption statistics, core features, security mechanisms, and explores future possibilities in IoT and everyday devices.

Browser APIsIoTWebRTC
0 likes · 9 min read
How WebRTC Is Revolutionizing Real‑Time Web Communication
58 Tech
58 Tech
Apr 23, 2019 · Fundamentals

Implementation Principles of Real-Time Audio/Video Service

This article explains how WebRTC-based real-time audio/video uses P2P and server‑relay modes, details the discovery and tracing of rotation metadata issues, describes SDP and RTP header extensions for video orientation, and shows how to map this information to ffmpeg rotation parameters.

RTPSDPVideo Orientation
0 likes · 5 min read
Implementation Principles of Real-Time Audio/Video Service
58 Tech
58 Tech
Jan 24, 2019 · Mobile Development

Integrating WebRTC Real‑Time Audio/Video with WeChat Mini Programs: Architecture and Implementation Details

This article describes a comprehensive solution for enabling real‑time audio and video communication between existing WebRTC endpoints and WeChat Mini Programs by introducing a WebRTC Gateway and Streaming Server, detailing architecture, signaling flows, media conversion, performance optimizations, and session reliability mechanisms.

RTMPRTPStreaming
0 likes · 12 min read
Integrating WebRTC Real‑Time Audio/Video with WeChat Mini Programs: Architecture and Implementation Details
Alibaba Cloud Developer
Alibaba Cloud Developer
Nov 14, 2018 · Backend Development

Inside Ant's Real-Time Video Call System: Architecture & Optimizations

This article explores Ant Financial's real-time video call platform, detailing its technical choices, system architecture, signaling reliability design, network optimization strategies, and future directions for multi‑party video conferencing and interactive live streaming.

Ant FinancialReal-time VideoSignal Reliability
0 likes · 19 min read
Inside Ant's Real-Time Video Call System: Architecture & Optimizations
Tencent IMWeb Frontend Team
Tencent IMWeb Frontend Team
Sep 20, 2018 · Frontend Development

What’s Next for Real-Time Video? Key Trends and Insights from the 2023 RTC Conference

The article reviews major 2023 RTC industry developments—including WebRTC 1.0 finalization, AV1 codec adoption, AI‑driven video enhancements, 5G rollout, and diverse use cases in education, gaming, and emergency services—while summarizing technical sessions on codecs, architecture, and future WebRTC standards.

AI integrationRTC conferenceWebRTC
0 likes · 9 min read
What’s Next for Real-Time Video? Key Trends and Insights from the 2023 RTC Conference
Tencent Cloud Developer
Tencent Cloud Developer
Jul 3, 2018 · Mobile Development

Real-Time Audio/Video in Mini-Program Interactive Education: Challenges and Solutions

Liu Lianxiang explains how mini‑program real‑time audio/video can power interactive education despite challenges like missing cameras, cluttered backgrounds, diverse devices, debugging burdens, integration hurdles, and network latency, offering a cross‑platform SDK with sub‑400 ms latency, noise reduction, and unified WeChat ecosystem support.

Software ArchitectureWebRTCaudio-video
0 likes · 17 min read
Real-Time Audio/Video in Mini-Program Interactive Education: Challenges and Solutions
Suning Technology
Suning Technology
May 14, 2018 · Frontend Development

Highlights from Suning’s 2018 Front‑End Tech Forum: Node.js, React, WebRTC & Data Viz

The Suning Front‑End Technology Forum in May 2018 gathered over 500 engineers to share insights on Node.js performance tuning, React 16's new features, WebRTC for online education, WebAssembly‑based optimization, and dashboard data‑visualization techniques, offering a comprehensive snapshot of modern front‑end advancements.

Data visualizationReactWebAssembly
0 likes · 6 min read
Highlights from Suning’s 2018 Front‑End Tech Forum: Node.js, React, WebRTC & Data Viz
Tencent Cloud Developer
Tencent Cloud Developer
May 4, 2018 · Mobile Development

WeChat Mini Program Audio/Video vs WebRTC: Differences, Architecture, and Interoperability

Tencent Video Cloud’s Mini‑Program audio/video, built on the LiteAV SDK with RTMP/HTTP‑FLV tags, contrasts WebRTC’s browser‑native RTP/RTCP approach, but a bridge using an RTMP server and WebRTC‑Proxy translates streams, enabling interoperable live‑push/pull, room‑based multi‑person calls and rapid integration via a packaged webrtc‑room component.

IntegrationRTMPWeChat Mini Program
0 likes · 13 min read
WeChat Mini Program Audio/Video vs WebRTC: Differences, Architecture, and Interoperability
Tencent Cloud Developer
Tencent Cloud Developer
Apr 27, 2018 · Mobile Development

Mini Program Audio/Video Technical Solutions: Tencent Cloud's Approach

In this talk, Tencent Video Cloud’s terminal‑technology director Chang Qing outlines how the company’s end‑to‑end audio‑video pipeline—capturing, digitizing, processing, encoding and transmitting streams—powers WeChat Mini Programs for live streaming, two‑way calls and interactive classrooms, offering faster iteration, richer customization and tighter WeChat integration than WebRTC.

Live BroadcastingMobile DevelopmentTencent Cloud
0 likes · 14 min read
Mini Program Audio/Video Technical Solutions: Tencent Cloud's Approach
Tencent Cloud Developer
Tencent Cloud Developer
Apr 26, 2018 · Frontend Development

Tencent Cloud H5 Voice Communication QoE Optimization: WebRTC QoS Techniques and Congestion Control

Tencent Cloud’s H5 voice‑communication solution improves QoE by applying a comprehensive WebRTC QoS framework—bandwidth estimation, adaptive congestion control, loss‑resilient FEC/NACK, latency and jitter mitigation, and global node optimization—while addressing interoperability challenges and continuously refining performance through monitoring, AB‑testing, and extensive bug fixes.

FECQoEQoS
0 likes · 13 min read
Tencent Cloud H5 Voice Communication QoE Optimization: WebRTC QoS Techniques and Congestion Control
Tencent Cloud Developer
Tencent Cloud Developer
Apr 8, 2018 · Mobile Development

Audio and Video Capabilities in WeChat Mini Programs: Architecture, Use Cases, and Technical Details

In late 2017 Tencent Cloud integrated its audio‑video SDK into WeChat Mini Programs, enabling developers to add live streaming, on‑demand video and real‑time calls—such as customer‑service video, court assessments, and insurance claims—through a cloud‑based upstream/downstream architecture that compresses streams, reduces latency, supports multi‑party RTC, and offers tools for moderation and recording.

Mobile DevelopmentWeChat Mini ProgramWebRTC
0 likes · 16 min read
Audio and Video Capabilities in WeChat Mini Programs: Architecture, Use Cases, and Technical Details
Tencent IMWeb Frontend Team
Tencent IMWeb Frontend Team
Dec 21, 2017 · Frontend Development

How to Build a Simple WebAR Pokémon Go Clone with WebRTC

This article walks through creating a lightweight WebAR Pokémon‑Go‑style game using WebRTC, covering the basics of WebAR, WebRTC APIs, compatibility issues on Android and iOS, and step‑by‑step implementation details such as camera access, video rendering, and overlay techniques.

HTML5WebARWebRTC
0 likes · 4 min read
How to Build a Simple WebAR Pokémon Go Clone with WebRTC
Aotu Lab
Aotu Lab
Jul 7, 2017 · Frontend Development

Build a Simple Motion Detection Demo with WebRTC and Canvas

This guide explains how to create a lightweight motion‑detection effect in a web page using WebRTC to capture video, Canvas for pixel processing, and JavaScript algorithms that compare consecutive frames, apply brightness thresholds, and optionally track moving objects with bounding boxes.

JavaScriptMotion DetectionPixel Processing
0 likes · 12 min read
Build a Simple Motion Detection Demo with WebRTC and Canvas
Aotu Lab
Aotu Lab
Oct 19, 2016 · Backend Development

How to Build an H5 Live Streaming System with HLS, RTMP, Nginx, and FFmpeg

This guide walks through the fundamentals of HLS and RTMP protocols, compares their trade‑offs, and provides step‑by‑step instructions for setting up an Nginx‑RTMP server, configuring HLS, recording with WebRTC, and playing live streams in HTML5 video tags.

HTML5NGINXRTMP
0 likes · 15 min read
How to Build an H5 Live Streaming System with HLS, RTMP, Nginx, and FFmpeg
Tencent TDS Service
Tencent TDS Service
Aug 11, 2016 · Frontend Development

Unlocking H5 Video Live Streaming: From Capture to Playback

This article walks through mobile video live streaming fundamentals, covering H5 playback, WebRTC recording, HLS streaming, RTMP server setup, iOS capture, user interaction features, and practical code examples to help front‑end engineers build robust live video solutions.

H5RTMPWebRTC
0 likes · 16 min read
Unlocking H5 Video Live Streaming: From Capture to Playback
21CTO
21CTO
Apr 20, 2016 · Mobile Development

Why I Abandoned iOS for Android: Embracing Progressive Web Apps

After years of iOS development, the author switched to Android, highlighting the limitations of iOS web support, the rise of Service Workers and Progressive Web Apps on Android, and how these open‑web technologies offer faster, cross‑platform experiences without App Store constraints.

AndroidProgressive Web AppsService Workers
0 likes · 20 min read
Why I Abandoned iOS for Android: Embracing Progressive Web Apps
21CTO
21CTO
Dec 21, 2015 · Fundamentals

Why UDP Is Overtaking TCP: Speed, Stability, and Real‑World Wins

With broadband speeds soaring, UDP’s simplicity and low latency now outperform TCP in web browsing, streaming, gaming, and IoT, as real‑world tests from Akamai and Google show dramatically lower packet loss, faster connections, and reduced buffering, signaling a shift toward UDP‑centric networking.

QUICReal-time StreamingTCP
0 likes · 5 min read
Why UDP Is Overtaking TCP: Speed, Stability, and Real‑World Wins
Architect
Architect
Dec 17, 2015 · Backend Development

Technical Architecture Evolution for Real-Time Multi-Party Audio and Video Streaming

The article details the progressive architectural decisions and technical solutions behind a real-time multi‑party audio/video streaming platform, covering format research, backend service design, protocol choices, codec selection, node topology redesign, and video integration to achieve low‑latency, cross‑platform communication.

Opus codecReal-time StreamingWebRTC
0 likes · 15 min read
Technical Architecture Evolution for Real-Time Multi-Party Audio and Video Streaming