Tagged articles
10 articles
Page 1 of 1
DaTaobao Tech
DaTaobao Tech
Mar 31, 2023 · Frontend Development

Deploying H.265 Video on the Web: Compatibility, Hardware/Software Requirements, and Playback Strategies

Deploying H.265 on the web is now viable thanks to Chrome 107’s hardware decoding and mature software decoders, but developers must navigate browser support differences, meet specific GPU and OS prerequisites, choose appropriate detection APIs, and implement a fallback hierarchy—from simple video element sources to MSE, WebCodecs, and finally WASM‑based soft decoding—to ensure broad compatibility and optimal performance.

H.265Hardware DecodingMSE
0 likes · 25 min read
Deploying H.265 Video on the Web: Compatibility, Hardware/Software Requirements, and Playback Strategies
Baidu Geek Talk
Baidu Geek Talk
Jun 9, 2022 · Fundamentals

H.265 Video Encoding Principles and Technical Framework

The article explains H.265 (HEVC) encoding fundamentals, describing its two‑layer VCL/NAL architecture, quad‑tree CTU hierarchy, intra‑ and inter‑frame prediction, DCT/DST transform coding, quantization, CABAC entropy coding, and loop‑filtering techniques that together achieve roughly 50 % bitrate reduction while preserving quality.

H.265HEVCVideo Encoding
0 likes · 17 min read
H.265 Video Encoding Principles and Technical Framework
Programmer DD
Programmer DD
Jan 19, 2022 · Frontend Development

Build a Web H.265 Player with WebAssembly and JavaScript – Step-by-Step Guide

This tutorial explains how to create a fully functional web H.265 video player using JavaScript stream demuxing, WebAssembly‑compiled FFmpeg, Canvas rendering and AudioContext, covering project setup, Nginx configuration, HTML integration, and the core modules and threads that drive playback.

H.265JavaScriptWebAssembly
0 likes · 5 min read
Build a Web H.265 Player with WebAssembly and JavaScript – Step-by-Step Guide
NetEase Smart Enterprise Tech+
NetEase Smart Enterprise Tech+
Oct 13, 2021 · Fundamentals

Optimizing H.265 in NetEase Cloud RTC: Capability Negotiation & Platform Benchmarks

This article explains how NetEase Cloud RTC implements H.265 video encoding, covering capability negotiation design, cross‑platform performance tests on Android, iOS, macOS and Windows, and engineering strategies such as whitelist policies, CPU overuse handling, QP threshold tuning, and the resulting quality and efficiency benefits.

H.265Video Encodingcapability negotiation
0 likes · 17 min read
Optimizing H.265 in NetEase Cloud RTC: Capability Negotiation & Platform Benchmarks
Taobao Frontend Technology
Taobao Frontend Technology
Mar 31, 2021 · Frontend Development

How to Build a Web H.265 Decoder with WebAssembly and FFmpeg

This article walks through the complete process of creating a browser‑based H.265 video decoder by compiling a trimmed FFmpeg library to WebAssembly, designing a modular player architecture, and integrating the WASM module with JavaScript workers for real‑time playback of high‑resolution streams.

H.265JavaScriptVideo Decoding
0 likes · 22 min read
How to Build a Web H.265 Decoder with WebAssembly and FFmpeg
Hulu Beijing
Hulu Beijing
Aug 7, 2017 · Cloud Computing

What Drives Success in the Second Wave of Video Live Streaming? Expert Insights

The article reviews the evolution of the video livestream industry, summarizing a July 29 51CTO‑hosted technical salon where experts from Momo Live, Hulu, Kingsoft Cloud, and GSX shared practical strategies on CDN probing, H.265 adoption, adaptive bitrate algorithms, and education‑focused streaming architecture to reduce costs and improve user experience.

CDNH.265adaptive bitrate
0 likes · 7 min read
What Drives Success in the Second Wave of Video Live Streaming? Expert Insights
21CTO
21CTO
Jun 21, 2017 · Mobile Development

How Tencent Scaled QQ Space Video Playback to Billions: Architecture & Optimization Secrets

Tencent's video team shares how they grew daily QQ Space video plays from 50 million to over a billion by redesigning the mobile playback architecture, implementing bandwidth and cost controls, accelerating start‑up times, adopting H.265, and building robust monitoring and error‑handling pipelines.

H.265Mobile StreamingTencent
0 likes · 19 min read
How Tencent Scaled QQ Space Video Playback to Billions: Architecture & Optimization Secrets
Architecture Digest
Architecture Digest
Jun 21, 2017 · Backend Development

Optimizing Billion‑Scale Video Playback: Architecture, Bandwidth, Startup, Buffering, and Success‑Rate Improvements

The talk details Tencent's QQ Space video team’s technical practices for scaling daily video playback from 50 million to over a billion views, covering rapid deployment, bandwidth control, H.265 adoption, startup latency reduction, buffering mitigation, and comprehensive success‑rate monitoring across iOS and Android platforms.

Bandwidth ControlH.265Video Streaming
0 likes · 19 min read
Optimizing Billion‑Scale Video Playback: Architecture, Bandwidth, Startup, Buffering, and Success‑Rate Improvements