videojs: Download/stream video in chunks with quality selecton
问题 I want to create a video streaming website, like youtube and I've been stuck on 2 requirements which I'm not sure if videojs solves or not. Say there's a 1-hour video, I want the video to be downloaded and streamed in chunks, and not the whole file. I've seen that streaming format like HLS and DASH, solves that (looking on the network tab of chrome, I see chunks downloaded as the video plays). But on the other hand, I think it prevents my 2nd requirement. Different quality selection. I was