Multiple videoclips lags. Buffering videoclip in react native?

Im using expos video component for displaying video in react-native Video - Expo Documentation

I want to display multiple clips as small thumbs that are looping simultaneosly side by side. But when I click on the one of the thumbs I want to have them in fullsize in fullscreen. At the moment there is a lot of lag on every clip even if I resize the video the 1/5th of its full hd resolution.

Is it possible to buffer the video clips so it runs more smoothly or another way of solving this?

Hi @haangglide! How are you loading them now? You could try using the Filesystem API (specifically downloadAsync)

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.