HTML5多媒体播放器-Plyr
2015-03-08 09:15:29 阿炯

Plyr 是一个使用 HTML5 开发的基于浏览器上的多媒体播放器,支持自定义的播放控制和 WebVTT 字幕。采用JavaScript开发并在MIT协议下授权。


A simple HTML5 media player with custom controls and WebVTT captions.A lightweight, accessible and customisable media player that just supports modern browsers. Sure, there are many other players out there but we wanted to keep things simple, using the right elements for the job.

特性


可访问性 - 完全支持字幕和屏幕阅读器

轻量级 - 压缩后只有 4.8Kb

可定制 - 外观可以根据需要进行调整

语义化 - 使用 HTML5 的输入框进行音量和进度的调整

无依赖 - 使用原生 JS 编写

API - 易用 API

向下兼容 - 如果浏览器不支持,则自动使用内建播放器

全屏支持

最新版本:


官方主页:http://plyr.io/