I’m gonna build educational platform with plenty of videos. I’d like to build my custom video player and store videos on DO Spaces. This player should have the following features:
- automatic subtitles
- only logged users should be able to see video (so having a link should not be enough)
I found the following libraries:
- HLS (https://github.com/video-dev/hls.js)
- videoJS (https://github.com/videojs/video.js)
- vidstack (https://github.com/vidstack/player)
- plyr (https://github.com/sampotts/plyr)
Which one would you reccomend or maybe there is sth else?