hls.js HEVC Playback

HEVC HLS streams played via hls.js + WASM transcoding (HEVC → H.264)

Loading...
quality: — · speedX: — · cap: — · reason: —
// Zero build — load everything from a CDN. import { attachHevcSupport } from 'https://esm.sh/@hevcjs/hlsjs-plugin@0'; await attachHevcSupport(); const hls = new Hls(); hls.attachMedia(videoElement); hls.loadSource(m3u8Url);