UNPKG

@flowplayer/player

Version:
44 lines (33 loc) 2.11 kB
# @flowplayer/player ![TS version](https://img.shields.io/badge/typescript->=5.8-58c4dc?style=flat) [![NPM version](https://img.shields.io/npm/v/@flowplayer/player.svg?style=flat)](https://npmjs.com/package/@flowplayer/player) [![NPM downloads](https://img.shields.io/npm/dm/@flowplayer/player.svg?style=flat)](https://npmjs.com/package/@flowplayer/player) <br> <div> <a href="https://developer.wowza.com/docs/wowza-flowplayer/"> <img src="https://raw.githubusercontent.com/flowplayer/react-flowplayer/refs/heads/main/logo.svg" width="640"> </a> </div> <br> The **@flowplayer/player** package provides a highly customizable and lightweight video player developed by [Wowza Media Systems, LLC](https://www.wowza.com/). 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](https://developer.wowza.com/docs/wowza-flowplayer/plugins/about-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 ```js 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 }) ``` ### Resources - [Examples and guides](https://developer.wowza.com/docs/wowza-flowplayer/player/embed/embed-with-standalone/#use-npm) - [Release notes](https://developer.wowza.com/docs/wowza-flowplayer/release-notes/) - [Support](https://www.wowza.com/support) - [Buy for commercial use](https://www.wowza.com/docs/about-wowza-flowplayer#wowza-flowplayer-as-a-standalone-purchase)