@flowplayer/player
v3.34.2
Published
video player for the future
Downloads
6,546
Readme
@flowplayer/player
The @flowplayer/player package provides a highly customizable and lightweight video player developed by Wowza Media Systems, LLC. The player integrates into your browser through HTML5 and provides HLS and MPEG-DASH playback on most browsers and devices.
Features
- Constructed entirely using HTML5 technologies for maximum compatibility and performance.
- Built for speed, delivering ultra-fast load times and low-latency playback for a responsive viewing experience.
- Bundled with 30 modular plugins that provide support for advertising, DRM, real-time streaming, analytics, subtitles, playlists, and more.
- Designed with CSS and web components for flexible user interface customization.
Usage
import flowplayer from "@flowplayer/player"
import HLS from "@flowplayer/player/plugins/hls"
const flowplayerWithPlugins = flowplayer(HLS)
flowplayerWithPlugins("#player", {
src: "file:///edge.flowplayer.org/functional.m3u8",
title: "Demo HLS stream",
token: "[your-player-token]" // don't need this when testing on localhost
})