sampotts / plyr

A simple HTML5, YouTube and Vimeo player
https://plyr.io
MIT License
26.63k stars 2.93k forks source link

when will support playlist and quality switching? #742

Closed argb closed 6 years ago

argb commented 6 years ago

when will support playlist and quality switching? This is an awesome project, but I saw the last updating time is 2 months ago, will this project be maintained for a long time?

sampotts commented 6 years ago

Please see original issues - v3 is coming soon. I have a personal life as well as maintaining Plyr 👍

For any discussion, use the Slack channel rather than GitHub issues: http://bit.ly/plyr-slack

argb commented 6 years ago

@sampotts Thank you, it's really a beautiful player, just hope it better :D I also tried videojs, it seems has much plugin and features, but the codes is huge, more than 20000 lines, and...the UI is really ugly. if plyr can satisfy my most the requirement, it would be the first choice :D

sampotts commented 6 years ago

v3 is a massive re-write and is way better

argb commented 6 years ago

https://github.com/Bilibili/flv.js/ this project is nice, it is used to play flv file instead of flash, it extract data from rtmp and feed it to video player, based on MSE, it seems did sth like hls.js, maybe you can think about supporting it. rtmp has much lower delay than hls. :D