Ross ROSS = Recommend OSS · open-source software intelligence for agents

goldvideo/h265player

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

github.com/goldvideo/h265player · homepage · JavaScript observed · 2026-08-28

Health v2 · maintenance only

70/100

  • Activity 77
  • Release rhythm 45
  • Longevity 100

Flags: no_license

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 2422
  • days_rel: 152
  • days_push: 143
  • n_releases_24m: 1

Full methodology

Adoption not part of the score

1656 stars · 304 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

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

library · maturity active

video-processing audio-processing image-processing web-scraping media web-development browser-extensions browser wasm cross-platform h265 hevc video-player webassembly ffmpeg canvas audiocontext hls demuxer wasm-decoder web-player video javascript

2 sources

Member repositories

RepositoryRoleHealth v2
goldvideo/h265playermain70

For agents

markdown · JSON · MCP: product_card(name="goldvideo/h265player")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem