zhw2590582 / ArtPlayer

:art: ArtPlayer.js is a modern and full featured HTML5 video player
https://artplayer.org
MIT License
2.49k stars 264 forks source link

播放视频加载问题 #699

Closed thshu closed 7 months ago

thshu commented 7 months ago

现在播放视频的方法我看时从头开始加载,一直加载到当前播放的地方,有没有什么办法优化一下啊?直接从当前位置开始加载避免不是从头开始播放时要一直等待加载

zhw2590582 commented 7 months ago

这是video原生元素的默认的加载行为,art是改变不了的,除非使用第三方解码库,例如hls.js