An open-source video player you can actually drop in
Most 'embeddable players' are an iframe you can't style or a React component that drags your whole stack along. We wanted something that works in any page — plain HTML, React, Vue, whatever — so we built a web component.
One tag
Add the script, drop a <reelm-player> element with a manifest URL, done. It picks hls.js or native HLS automatically, exposes a quality menu once there's more than one rendition, and themes via CSS variables.
Analytics for free
The player emits play / heartbeat / ended beacons to your analytics endpoint, authenticated by the same playback token already in the source — no extra keys in the browser. So you get per-video views, watch-time and completion without wiring anything.
It's MIT licensed and open source. Use it with Reelm, or with any HLS source you like.