# sonysuqin/WasmVideoPlayer

Play file/stream with wasm & webgl & web audio api, using ffmpeg for multi codec support, especially for h265，support http, websocket, http-flv stream.

Repository: https://github.com/sonysuqin/WasmVideoPlayer
Canonical: https://ross.abutalabs.com/products/wasmvideoplayer
Language: JavaScript
License: GPL-3.0
License Family: copyleft
Last push: 2020-02-22T10:53:48+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 2794, "days_push": 2384, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1389, forks 378 (observed 2026-08-28T04:04:35.421947+00:00)

## What it is
A WebAssembly-based video player library that plays H265/HEVC and other FFmpeg-supported codecs in the browser using FFmpeg for demuxing/decoding, WebGL for YUV rendering, and Web Audio for PCM playback. It supports MP4/FLV files and HTTP, WebSocket, and HTTP-FLV streams.

## Use cases
- play h265 video in the browser
- play http-flv live stream in web page
- decode video with ffmpeg in webassembly
- render yuv frames with webgl
- play mp4 file with wasm decoder
- stream video over websocket to browser
- web player for hevc surveillance camera streams

## When to choose
- you need to play H265/HEVC video in browsers that lack native support
- you need to play HTTP-FLV or WebSocket video streams in a web page
- you want a self-contained software-decoded player using FFmpeg codecs

## When to avoid
- you only need H264 playback, which native HTML5 video handles well
- you need seeking or advanced player features, which are not implemented
- you need an actively maintained project with recent releases
- licensing concerns around GPL-3.0 or H265 patents apply to your product

## Facets
- artifact type: library
- maturity: maintenance
- function: video-processing, audio-processing, graphics, wasm
- domain: web-development, frontend, media
- platform: browser, wasm
- tags: h265, hevc, ffmpeg, webgl, web-audio, video-player, http-flv, websocket-streaming, yuv-rendering, video, javascript

## Member repositories
- sonysuqin/WasmVideoPlayer (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:35.421947+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-30T04:39:43.693689+00:00, confidence not recorded.
  - readme: https://github.com/sonysuqin/WasmVideoPlayer (fetched 2026-08-28T04:04:35.421947+00:00, sha 56e528b36cac)
  - registry_npm: https://registry.npmjs.org/wasmvideoplayer (fetched 2026-08-29T11:55:11.053187+00:00, sha 0aaeb95eb039)
- Data as of 2026-08-30T08:39:29.467469+00:00.
