# goldvideo/h265player

一套完整的Web版H.265播放器解决方案，非常适合学习交流和实际应用。基于JS码流解封装、WebAssembly(FFmpeg)视频解码，利用Canvas画布投影、AudioContext播放音频。

Repository: https://github.com/goldvideo/h265player
Canonical: https://ross.abutalabs.com/products/h265player
Homepage: https://goldvideo.github.io/h265player/
Language: JavaScript
License Family: other
Topics: h265-payer, h265-hevc, webassembly, yuv-canvas, webplayer, ffmpeg-player
Last push: 2026-04-12T09:26:02+00:00

## Health v2 (maintenance only)
Score: 70/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 77, release rhythm 45, longevity 100
- inputs: {"age_days": 2422, "days_push": 143, "days_rel": 152, "gap_med": null, "n_releases_24m": 1}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1656, forks 304 (observed 2026-08-28T04:05:17.971527+00:00)

## What it is
A complete web-based H.265 (HEVC) video player solution built in JavaScript. It uses JS-based stream demuxing, WebAssembly (FFmpeg) video decoding, Canvas rendering for video frames, and AudioContext for audio playback, since browsers lack native H.265 support.

## Use cases
- play H.265/HEVC video in the browser
- build a custom web video player with H.265 support
- decode HEVC video using WebAssembly and FFmpeg
- render YUV video frames on a canvas
- stream HLS content with H.265 codec in a web app
- learn how web video players and WASM decoding work internally

## When to choose
- you need to play H.265/HEVC video in browsers that lack native support
- you want a customizable, open-source player foundation to build business logic on
- you prefer software decoding via WASM without native plugins
- you want to study player architecture (demuxing, decoding, rendering)

## When to avoid
- you only need H.264/AVC playback, which browsers support natively
- you need hardware-accelerated decoding for low-power devices
- you require a production-ready player with extensive business features out of the box
- you need broad protocol support beyond HLS

## Facets
- artifact type: library
- maturity: active
- function: video-processing, audio-processing, image-processing, web-scraping
- domain: media, web-development, browser-extensions
- platform: browser, wasm, cross-platform
- tags: h265, hevc, video-player, webassembly, ffmpeg, canvas, audiocontext, hls, demuxer, wasm-decoder, web-player, video, javascript

## Member repositories
- goldvideo/h265player (main) score 70

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:17.971527+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:44:49.438696+00:00, confidence not recorded.
  - readme: https://github.com/goldvideo/h265player (fetched 2026-08-28T04:05:17.971527+00:00, sha 895868027bce)
  - homepage: https://goldvideo.github.io/h265player/ (fetched 2026-08-29T11:17:49.070391+00:00, sha 55bd101f5793)
- Data as of 2026-08-30T08:39:29.467469+00:00.
