Tagged articles
4 articles
Page 1 of 1
Bilibili Tech
Bilibili Tech
Feb 7, 2025 · Frontend Development

Building a WebRTC Video Call System: Signaling, Direct Connection, and Selective Forwarding

The article explains how to build a WebRTC video‑call system using standard APIs, detailing signaling via SDP exchange, direct peer connections, the transition to a selective‑forwarding server that forwards streams efficiently, and employing a data channel for RPC‑based room and stream management across web, Android, iOS, and Windows clients.

SDPSelective ForwardingSignaling
0 likes · 16 min read
Building a WebRTC Video Call System: Signaling, Direct Connection, and Selective Forwarding
大转转FE
大转转FE
Sep 13, 2024 · Frontend Development

Building 1v1 and Multi‑Party WebRTC Calls: From Demo to Architecture

This article walks through creating a basic 1v1 WebRTC audio‑video demo with Vue, then expands to detailed code explanations for call setup, media handling, data channels, and explores multi‑party architectures (Mesh, SFU, MCU), discussing their trade‑offs, deployment challenges, and practical solutions for production environments.

MCUSFUVideo Call
0 likes · 19 min read
Building 1v1 and Multi‑Party WebRTC Calls: From Demo to Architecture
Tencent Cloud Developer
Tencent Cloud Developer
May 31, 2018 · Mobile Development

Live Streaming PK Feature Implementation Guide

The guide details how to implement Tencent Cloud’s live‑streaming PK feature, enabling two streamers to video‑call each other while audiences view both feeds side‑by‑side, using a cloud‑based mixing solution with separate low‑latency and CDN channels to ensure seamless, buffer‑free transitions and scalable performance.

PK featureTencent CloudVideo Call
0 likes · 7 min read
Live Streaming PK Feature Implementation Guide