How to implement a video player with quality options for online playback?

2

Does anyone know of any library or other way of playing the videos from my QA-compliant server to avoid slow downloading, youtube style, for the user to select the resolution (for example).

Thank you in advance.

    
asked by anonymous 13.02.2017 / 16:21

1 answer

1

There is Video.js , an open-source library with good popularity on GitHub, used on more than 400,000 websites , according to the page itself.

There is also the JW Player , the most popular embedded player in the world, according to the page itself.

Other options for media technologies can be seen on this statistics site .

    
13.02.2017 / 17:11