# langhuihui/jessibuca

Jessibuca是一款开源的纯H5直播流播放器

Repository: https://github.com/langhuihui/jessibuca
Canonical: https://ross.abutalabs.com/products/jessibuca
Homepage: https://jessibuca.com
Language: C
License: GPL-3.0
License Family: copyleft
Topics: h5, http-flv, websocket-flv, webassembly, h264-h265, ffmpeg, webgl
Last push: 2026-08-26T16:30:53+00:00

## Health v2 (maintenance only)
Score: 94/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 99, release rhythm 84, longevity 100
- inputs: {"age_days": 3853, "days_push": 7, "days_rel": 30, "gap_med": 31, "n_releases_24m": 18}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2893, forks 470 (observed 2026-08-28T04:07:28.530862+00:00)

## What it is
Jessibuca is an open-source pure HTML5 live-streaming video player built on MediaSource, WebCodecs, and WebAssembly, with WebGL rendering and WebAudio playback. It decodes H.264/H.265 with AAC/G711 audio in the browser without plugins, achieving sub-second latency across PC, Android, and iOS webviews.

## Use cases
- play live video streams in the browser without plugins
- play http-flv or websocket-flv streams in H5 pages
- achieve sub-second low-latency live streaming in browsers
- play H.265 video in browsers that lack native HEVC support
- embed surveillance camera streams (GB28181) in a web page
- autoplay live video inside WeChat H5 webviews
- record live streams to MP4 or WebM in the browser
- render multiple live video tiles with multi-instance playback

## When to choose
- you need plugin-free live streaming playback in mobile or desktop browsers
- you must play H.265/HEVC or G711 streams where native browser codecs fail
- you need very low latency (under 1 second) for live monitoring or surveillance
- you want wasm soft-decode fallback plus MediaSource/WebCodecs hard-decode acceleration
- you need many simultaneous player instances with worker-based decoding

## When to avoid
- you only need VOD playback of standard MP4/HLS files, which native video elements handle
- you need a full streaming server rather than a client-side player
- your project cannot accept GPL-3.0 licensing terms
- you require guaranteed support for Pro features without a commercial license
- you target environments without WebAssembly or modern browser APIs

## Facets
- artifact type: library
- maturity: active
- function: video-processing, audio-processing, computer-vision, ui-components, websocket
- domain: web-development, frontend, media
- platform: browser, cross-platform, wasm
- tags: live-streaming, h5-player, flv, h264, h265, webassembly, low-latency, video-player, webrtc, hls, webgl, surveillance, video, real-time, web-server

## Member repositories
- langhuihui/jessibuca (main) score 94

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:28.530862+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-29T18:48:15.564472+00:00, confidence not recorded.
  - readme: https://github.com/langhuihui/jessibuca (fetched 2026-08-28T04:07:28.530862+00:00, sha 11d85ebf6f93)
  - homepage: https://jessibuca.com (fetched 2026-08-29T09:50:18.981841+00:00, sha 079fac065225)
- Data as of 2026-08-30T08:39:29.467469+00:00.
