# 131/h264-live-player

A live h264 player for the browser (ideal for raspberrypi / raspicam )

Repository: https://github.com/131/h264-live-player
Canonical: https://ross.abutalabs.com/products/h264-live-player
Language: JavaScript
License: MIT
License Family: permissive
Topics: broadway, raspicam, h264, video, html5, canvas, raspberry-pi
Last push: 2021-03-06T03:25:35+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 4000, "days_push": 2006, "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 1100, forks 245 (observed 2026-08-28T04:03:35.506281+00:00)

## What it is
A JavaScript library that plays live H.264 video streams in the browser by wrapping the Broadway WebGL-accelerated decoder, with NAL units split server-side and transported over WebSocket. It is designed for low-latency feeds such as a Raspberry Pi raspicam raw H.264 stream.

## Use cases
- play a live h264 stream from a raspberry pi camera in the browser
- view raspicam video feed with low latency without mp4 boxing
- decode h264 baseline profile frames in the browser via websocket
- build a simple surveillance or webcam viewer without plugins
- stream ffmpeg webcam output to an html5 canvas player

## When to choose
- you need real-time (no buffering) h264 video in the browser
- your source is a raspicam or ffmpeg raw h264 baseline stream
- Media Source Extensions / mp4 muxing latency is unacceptable

## When to avoid
- you need audio in the stream (video only)
- your video uses h264 profiles other than baseline
- you need a maintained, feature-rich player like MSE-based or WebRTC solutions

## Facets
- artifact type: library
- maturity: maintenance
- function: video-processing, websocket, http-server
- domain: web-development, media, iot
- platform: browser
- tags: h264, broadway-decoder, raspberry-pi, raspicam, live-streaming, canvas, realtime-video, video, nodejs, web-server, linux

## Member repositories
- 131/h264-live-player (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:35.506281+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-30T06:45:45.548412+00:00, confidence not recorded.
  - readme: https://github.com/131/h264-live-player (fetched 2026-08-28T04:03:35.506281+00:00, sha f92ee130e899)
- Data as of 2026-08-30T08:39:29.467469+00:00.
