🚀 DAY 5 OF LAUNCH WEEK:Introducing Webhook Events for Alert Changes.Learn more
Socket
Book a DemoInstallSign in
Socket

@filerobot/media-player

Package Overview
Dependencies
Maintainers
0
Versions
1062
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@filerobot/media-player

Media player integration for video/audio files with Filerobot

latest
npmnpm
Version
3.114.5
Version published
Maintainers
0
Created
Source

@filerobot/media-player

Plugins Website Version Scaleflex team License CodeSandbox

Filerobot Widget logo

The media-player plugin provides player controls to audio/video files in Filerobot Media Asset Widget.

Note: The supported playback audio/video formats are audio/mpeg, audio/ogg, audio/wav, video/mp4, video/quicktime, video/3gpp, video/x-msvideo, video/webm, video/x-matroska

Usage

NPM

npm install --save @filerobot/media-player

YARN

yarn add @filerobot/media-player

then

import MediaPlayer from '@filerobot/media-player
...
...
...
filerobot.use(MediaPlayer)

CDN

The plugin from CDN is found inside Filerobot global object Filerobot.MediaPlayer

const MediaPlayer = window.Filerobot.MediaPlayer
...
...
...
filerobot.use(MediaPlayer)

FAQs

Package last updated on 20 Feb 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