A video streaming app downloads HLS segments. Users on older Android devices report the player crashes. What is the most likely cause?
-
A
HLS is not supported on Android below API 26
-
B
The Video component is rendered inside a ScrollView which clips it
-
C
react-native-video defaults to a software decoder on low-memory devices
-
D
ExoPlayer requires a minSdkVersion of 26 for HLS