Tag

web video

1 views collected around this technical thread.

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.265MSEWASM
0 likes · 25 min read
Deploying H.265 Video on the Web: Compatibility, Hardware/Software Requirements, and Playback Strategies
QQ Music Frontend Team
QQ Music Frontend Team
May 27, 2018 · Frontend Development

Mastering Web Live Streaming: From Capture to Playback

This article walks through the complete web live‑streaming workflow—covering capture sources, video/audio processing, H.264 encoding, RTMP push, transcoding, CDN distribution, HLS playback, pseudo‑fullscreen tricks, adaptive sizing, playback detection, and a custom SDK—providing practical guidance for building robust live video experiences.

Frontend DevelopmentHLSRTMP
0 likes · 16 min read
Mastering Web Live Streaming: From Capture to Playback