'How do apps pick large videos from file without maxing memory

We have an app (React Native Expo SDK 44) that needs to pick large video (1gb +) from the devices files.

Every library we've tried fails because the device runs out of memory

We tried uploading the 1gb video file to apps like YT & Reddit with no issues. How do these sites achieve picking the video without running out of memory?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source