3.1.7 • Published 7 years ago
artplayer-plugin-flv v3.1.7
ArtPlayer.js
:art: ArtPlayer.js is a modern and full featured HTML5 video player

Features
- Size -
artplayer.js≈90kbandartplayer.css≈20kb - Subtitle - Support for
.VTT,.ASSand.SRTformats - Customizable -
Right Click Menu,Business Layer,Video ControllerandSettings Panel - Controller -
Quality Switch,Subtitle Switch,Play Speed,Aspect Ratio,Video Flip,Fullscreen,Picture In Picture,Screenshot,Thumbnail,Adaptive Size,HighlightandHotkey... - Built-in -
Auto PIP,Open Local Subtitles,Open Local Video,Mini Progress Bar,Network DetectionandSubtitle Time Offset - Integration - Easy to integration with other dependencies:
flv.js,hls.js,dash.js,shaka-player,webtorrent... - Code - Vanilla
ES6andSASS, Highly decoupled code, clear structure, easy to track bugs and add new features - Document - Detailed interface documentation and rich code demo
- API - Rich interface and response events, easy to interface with business or custom plugin
- I18N - support for internationalization of controls
Ecosystem
| Project | Description | Demo | |
|---|---|---|---|
| artplayer-plugin-danmuku | Danmuku plugin | demo | |
| artplayer-plugin-gif | Gif plugin | demo | |
| artplayer-plugin-backlight | Backlight plugin | demo | |
| artplayer-plugin-playlist | Playlist plugin | demo | |
| artplayer-tool-thumbnail | Thumbnail tool | demo | |
| artplayer-tool-github | Github Danmuku tool | demo | |
| artplayer-react | React Component | demo | |
| artplayer-vue | Vue Component | demo |
Demo
Checkout the demo from Github Pages
Document
Checkout the Document from Github Pages
Install
Install with npm:
$ npm install artplayerOr install with yarn:
$ yarn add artplayerimport Artplayer from 'artplayer';
import 'artplayer/dist/artplayer.css';Or umd builds are also available:
<link rel="stylesheet" href="path/to/artplayer.css" />
<script src="path/to/artplayer.js"></script>Will expose the global variable to window.Artplayer.
Usage
<div class="artplayer-app"></div>var art = new Artplayer({
container: '.artplayer-app',
url: 'path/to/video.mp4',
});Contribution
Installation dependency:
$ npm install
$ npm run bootstrapRun the developer mode and select the project you want to develop:
$ npm run devOpen web server:
$ npm startDonations
We accept donations through these channels:
QQ Group

License
MIT © Harvey Zack