一个简单的HTML5媒体播放器:Plyr
jopen
10年前
一个简单的HTML5媒体播放器,能够自定义控件和WebVTT字幕。
特性
- Accessible - full support for captions and screen readers.
- Lightweight - just 4.8KB minified and gzipped.
- Customisable - make the player look how you want with the markup you want.
- Semantic - uses HTML5 form inputs for volume (range) and progress element for playback progress.
- No dependencies - 采用原生 JS 开发
- API - 易于使用的 API.
- Fallback - 如果不支持,将使用原生播放器代替
- Fullscreen - options to run the player full browser or the user can toggle fullscreen.