tinyh264 — Tiny WebAssembly H.264 Decoder
Compact H.264 decoder compiled to WebAssembly for use in Node.js and browsers, suitable for low-latency custom playback pipelines.
Link
Related resources
- low-latency-streamer — WebCodecs H.264 Low-Latency PlayerH.264 + WebCodecs + Web Workers low-latency browser player with FastAPI/WebSocket backend.
- h265player — FFmpeg-WASM H.265 Web PlayerBrowser H.265 decode via FFmpeg compiled to WASM, yuv-canvas rendering and Web Audio AAC pipeline.
- zlplayer — Zero-Latency MPEG2-TS WebCodecs PlayerDecodes MPEG2-TS to VideoFrame/AudioData via WebCodecs and feeds a video element through Breakout Box insertable streams, claiming sub-0.1s…
- Nimio — WebCodecs Web Player (Softvelum)Browser player using WebCodecs + SLDP over WebSockets that bypasses MSE for packet-to-pixel low-latency control.
- ffmpeg-wasm-streaming-video-playerDemo of in-browser streaming video transcode-and-play using ffmpeg.wasm.
- CastSoundBoardCustom Chromecast sender+receiver demo pair using Web Audio API for multi-track audio playback, a pattern reference for building custom Cas…
- jwplayer-cast-receiverJW Player's custom Chromecast receiver application, vendor-maintained reference implementation.
- webrtc-externalsWebExtension replicating the chrome://webrtc-internals workflow cross-browser (Firefox/Edge included).
- webrtc-internals-exporterChromium extension exporting WebRTC stats to Prometheus PushGateway with an included Grafana dashboard.
- Google Cast — Official GitHub OrganizationOfficial Google Cast samples hub containing sender and receiver reference implementations across multiple platforms.