Replies: 1 comment
-
related muxinc/media-elements#37 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, i have an app with a grid of videos and I would like to preload them as the user scrolls, and stop loading them as the user scrolls past them (user unlikely to play those they scroll past).
shaka player provides a preload api to prefrtch the manifest and the first segment, as well as destroy/stop preloads midflight. Does this library expose any way for the media elements to preload things, or at least have access to the underlying instance?
hls.js also has a loadSource function, can I utilize that with hls-video?
if not, how do you recommend someone preload something (ideally from a cache)
Beta Was this translation helpful? Give feedback.
All reactions