Tag

Media Server

1 views collected around this technical thread.

Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Apr 2, 2024 · Backend Development

Real‑Time RTSP Camera Streaming with FFmpeg, Nginx, and HLS for Web Integration

This article walks through the complete process of capturing a Hikvision RTSP camera stream, converting it with FFmpeg, serving it via Nginx (including RTMP/HLS modules), and finally playing the HLS stream in a Vue 3 web page using video.js, while also providing installation scripts and performance tips.

FFmpegHLSMedia Server
0 likes · 16 min read
Real‑Time RTSP Camera Streaming with FFmpeg, Nginx, and HLS for Web Integration
Bilibili Tech
Bilibili Tech
Nov 11, 2022 · Backend Development

Real-Time Audio/Video System Architecture and Key Technologies Based on WebRTC

The article surveys the evolution of live streaming toward low‑latency, interactive scenarios and details WebRTC‑based real‑time audio/video system design, covering RTP/UDP transport, FEC and ARQ loss recovery, congestion control, jitter buffering, echo cancellation, edge‑node path optimization, and a multi‑layer architecture with signaling, routing, mixing services for scalable, high‑availability PK deployments.

Audio-VideoMedia ServerReal-time Streaming
0 likes · 16 min read
Real-Time Audio/Video System Architecture and Key Technologies Based on WebRTC
TAL Education Technology
TAL Education Technology
Oct 20, 2022 · Fundamentals

Understanding WebRTC Multi‑Party Architectures: Mesh, MCU, and SFU

The article explains the three main WebRTC multi‑party architectures—Mesh, MCU, and SFU—detailing their bandwidth and processing requirements, advantages, disadvantages, and typical use cases, helping developers choose the most suitable solution for low‑latency, high‑quality audio‑video interactions.

Audio-VideoMCUMedia Server
0 likes · 6 min read
Understanding WebRTC Multi‑Party Architectures: Mesh, MCU, and SFU
Xueersi Online School Tech Team
Xueersi Online School Tech Team
Aug 6, 2021 · Backend Development

Understanding RTMP Handshake, Chunking, and Nginx‑RTMP Live Streaming Implementation

This article explains the RTMP protocol’s handshake process, chunking and message formats, details command flows such as connect, createStream, publish and play, and describes how the Nginx‑RTMP module implements live streaming, acceleration, authentication, recording and HLS slicing.

ChunkingLive VideoMedia Server
0 likes · 21 min read
Understanding RTMP Handshake, Chunking, and Nginx‑RTMP Live Streaming Implementation
vivo Internet Technology
vivo Internet Technology
Dec 15, 2020 · Backend Development

Principles, Technologies, and Practical Solutions of Live Streaming – A Case Study of Vivo Product Launch

The article outlines core live‑streaming principles, workflow, and major protocols (RTMP, HLS, HTTP‑FLV), then examines Vivo’s product‑launch challenges—massive concurrency, QPS spikes, and content safety—and presents practical solutions such as multi‑level caching, circuit‑breaker degradation, token‑bucket rate limiting to ensure stable, high‑quality streaming.

HLSLive StreamingMedia Server
0 likes · 19 min read
Principles, Technologies, and Practical Solutions of Live Streaming – A Case Study of Vivo Product Launch