kingslay / KSPlayer

A video player for iOS、macOS、tvOS、visionOS , based on AVPlayer and FFmpeg, support the horizontal, vertical screen. support adjust volume, brightness and seek by slide, support subtitles.
GNU General Public License v3.0
868 stars 182 forks source link

大佬 支不支持预加载啊 例如抖音那种上下刷视频的 下个视频预加载这种 就是先解析成MP4 先不放 划到了再放那种 #756

Closed Mikebanana closed 2 months ago

Mikebanana commented 3 months ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like A clear and concise description of what you want to happen.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

kingslay commented 3 months ago

你可以提前创建player,然后调用prepareToPlay。 然后不进行播放就算是预先加载了。