3.1.7 • Published 5 years ago

artplayer-plugin-flv v3.1.7

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

ArtPlayer.js

:art: ArtPlayer.js is a modern and full featured HTML5 video player

Build Status version license size npm Downloads Codacy Badge dependencies Status

Screenshot

Features

  • Size - artplayer.js90kb and artplayer.css20kb
  • Subtitle - Support for .VTT, .ASS and .SRT formats
  • Customizable - Right Click Menu, Business Layer, Video Controller and Settings Panel
  • Controller - Quality Switch, Subtitle Switch, Play Speed, Aspect Ratio, Video Flip, Fullscreen, Picture In Picture, Screenshot, Thumbnail, Adaptive Size, Highlight and Hotkey...
  • Built-in - Auto PIP, Open Local Subtitles, Open Local Video, Mini Progress Bar, Network Detection and Subtitle Time Offset
  • Integration - Easy to integration with other dependencies: flv.js, hls.js, dash.js, shaka-player, webtorrent...
  • Code - Vanilla ES6 and SASS, 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

ProjectDescriptionDemo
artplayer-plugin-danmukuDanmuku plugindemo
artplayer-plugin-gifGif plugindemo
artplayer-plugin-backlightBacklight plugindemo
artplayer-plugin-playlistPlaylist plugindemo
artplayer-tool-thumbnailThumbnail tooldemo
artplayer-tool-githubGithub Danmuku tooldemo
artplayer-reactReact Componentdemo
artplayer-vueVue Componentdemo

Demo

Checkout the demo from Github Pages

Document

Checkout the Document from Github Pages

Install

Install with npm:

$ npm install artplayer

Or install with yarn:

$ yarn add artplayer
import 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 bootstrap

Run the developer mode and select the project you want to develop:

$ npm run dev

Open web server:

$ npm start

Donations

We accept donations through these channels:

QQ Group

QQ Group

License

MIT © Harvey Zack

3.1.7

5 years ago

3.1.6

5 years ago

3.1.5

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago