algoz098 / vue-player

A hml5 video player vue component
23 stars 12 forks source link

consult: How to solve the problem of slow loading of large files? #30

Open 3192225267 opened 2 years ago

3192225267 commented 2 years ago

The file I need to play is about an hour and a half, and it takes a long time to load every time I enter the page. Is there any way to make my pressing surface load faster?

3192225267 commented 2 years ago

What I use is to store it on a cloud server, and then request its storage address, is this way bad? src="http://qiniuyun.bestliu.cn/%E6%88%90%E4%B8%BA%E5%9F%BA%E7%9D%A3%E7%B2%BE%E5%85%B5%E7%9A%84%E6%9D%A1%E4%BB%B6.mp4"

algoz098 commented 2 years ago

The vue-player is act just a

Besides, you can always PR a change to it`s behaivior