Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

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

License

NotificationsYou must be signed in to change notification settings

zhw2590582/ArtPlayer

Repository files navigation

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

SizeDownloadsVersionLicense

Online EditorAPI Document弹幕演示更新记录

screenshot

Home Page

https://artplayer.org

Mobile Demo

Features

ArtPlayer.js is an easy-to-use and feature-rich HTML5 video player, and most of the player's functional controls support customization, which makes it easy to connect with your business logic. In addition, it directly supports.vtt,.ass and.srt subtitle formats. Integration with other dependencies such asflv.js,hls.js,dash.js, etc. is also very simple. The code is highly decoupled, the structure and logic are clear, and it is easy to track errors and add new features.

Install

Install withnpm:

$ npm install artplayer

Or install withyarn:

$ yarn add artplayer
importArtplayerfrom'artplayer';

Or umd build also available:

<scriptsrc="path/to/artplayer.js"></script>

Or from CDN:

<!-- jsdelivr --><scriptsrc="https://cdn.jsdelivr.net/npm/artplayer/dist/artplayer.js"></script><!-- unpkg --><scriptsrc="https://unpkg.com/artplayer/dist/artplayer.js"></script>

Will expose the global variable towindow.Artplayer.

Usage

<divclass="artplayer-app"></div>
varart=newArtplayer({container:'.artplayer-app',url:'path/to/video.mp4',});

Plugins

Libraries

Proxys

Changelog

CHANGELOG_CN.md

Contributing

CONTRIBUTING.md

Donations

We accept donations through these channels:

pay

QQ Group

QQ Group

License

MIT © Harvey Zack


[8]ページ先頭

©2009-2025 Movatter.jp