Tag

hls.js

1 views collected around this technical thread.

Goodme Frontend Team
Goodme Frontend Team
Mar 3, 2025 · Frontend Development

Enable Offline HLS Playback on Android TV with Service Workers

This article details a solution for playing newly added drink videos on Android TV devices by converting large files into HLS streams, using service workers to cache each fragment in IndexedDB, and employing hls.js to enable seamless offline playback while managing memory constraints.

Android TVFrontend DevelopmentHLS
0 likes · 8 min read
Enable Offline HLS Playback on Android TV with Service Workers
360 Tech Engineering
360 Tech Engineering
Dec 10, 2019 · Frontend Development

Integrating FLV.js and HLS.js into a Unified Video Player for PC Live Streaming

This article details the analysis of FLV.js and HLS.js architectures, compares their components, and describes a step‑by‑step approach to combine them into a single JavaScript library that can play both FLV live streams and HLS on‑demand videos for a PC web platform.

JavaScriptMedia Source Extensionsflv.js
0 likes · 16 min read
Integrating FLV.js and HLS.js into a Unified Video Player for PC Live Streaming