rtsp-wasm-player
RTSP-to-WebGL player pipeline: WebSocket relay, WASM FFmpeg decode, YUV to WebGL rendering in browser.
Link
Related resources
- h265player — FFmpeg-WASM H.265 Web PlayerBrowser H.265 decode via FFmpeg compiled to WASM, yuv-canvas rendering and Web Audio AAC pipeline.
- low-latency-streamer — WebCodecs H.264 Low-Latency PlayerH.264 + WebCodecs + Web Workers low-latency browser player with FastAPI/WebSocket backend.
- Nimio — WebCodecs Web Player (Softvelum)Browser player using WebCodecs + SLDP over WebSockets that bypasses MSE for packet-to-pixel low-latency control.
- vvdecWebPlayerFraunhofer HHI WebAssembly VVC/H.266 web player that decodes and plays raw bitstreams, MP4, and DASH-segmented MP4 in-browser.
- 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…
- jwplayer-cast-receiverJW Player's custom Chromecast receiver application, vendor-maintained reference implementation.
- Kodi Development Kit API documentationOfficial Kodi addon API reference including the InputStream and video player interfaces used to build streaming addons.
- RDK CentralOfficial site for the RDK (Reference Design Kit) open-source software stack standardizing set-top box, broadband, and IoT device firmware.
- react-native-video — React Native video componentCommunity-maintained React Native <Video> component with DRM, offline, HLS/DASH support; v7 new-architecture in development.