Socket
Book a DemoInstallSign in
Socket

@flowplayer/player

Package Overview
Dependencies
Maintainers
16
Versions
462
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@flowplayer/player

video player for the future

latest
npmnpm
Version
3.31.0
Version published
Weekly downloads
1.4K
-43.24%
Maintainers
16
Weekly downloads
 
Created
Source

@flowplayer/player

TS version NPM version NPM downloads



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
})

Resources

Keywords

flowplayer

FAQs

Package last updated on 11 Sep 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts