how to cache precache videos in reusable video list? #529
Unanswered
ShyamKrishna122
asked this question in
Q&A
Replies: 1 comment
-
You should pre cache with free controller. For example there're 3 controllers available in list and 2 of them are used to render video. You can use last free controller to pre cache video which will be shown later in the list. This feature requires modification of reusable video list but I believe it's doable. |
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
-
I have a list of videos and I have using a reusable video list to display those videos and all the videos are played from a URL so it's taking time to load the video. So, can we precache the video so that it loads a little faster. If so how can we do that in a reusable video list?
Beta Was this translation helpful? Give feedback.
All reactions