wxxsw / GSPlayer

⏯ Video player, support for caching, preload, fullscreen transition and custom control view. 视频播放器,支持边下边播、预加载、全屏转场和自定义控制层
MIT License
433 stars 101 forks source link

Does preload video actually only download a portion of the video? #68

Open riveraj33 opened 2 years ago

riveraj33 commented 2 years ago

Hi. I am just trying to clarify how this works. When setting the preload size for example to 2mb. When I preload 3 videos, will this package only load the preload size set (2mb in this example) for each upcoming video and as the video plays it, then loads the rest of that video? TYIA

wxxsw commented 2 years ago

Yes

himshikhar-sc commented 1 year ago

Is the player able to play with that preloaded part or will it start only after downloading the whole file? Suppose, 4 MB is the file size and 2MB is preloaded, will the playback start only after the remaining 2MB is downloaded?