You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the videos are downloaded and cached before attempting to play.
In an ideal world, we would download, cache and play simultaneously. However the media_kit package doesn't support this workflow.
One way to improve the user experience would be to download and cache whilst media_kit also streams the video.
On subsequent plays, the video would then be retrieved from cache.
The downside of this method is that all videos would be downloaded twice on the first play
The text was updated successfully, but these errors were encountered:
Currently the videos are downloaded and cached before attempting to play.
In an ideal world, we would download, cache and play simultaneously. However the media_kit package doesn't support this workflow.
One way to improve the user experience would be to download and cache whilst media_kit also streams the video.
On subsequent plays, the video would then be retrieved from cache.
The downside of this method is that all videos would be downloaded twice on the first play
The text was updated successfully, but these errors were encountered: