ihmpavel / expo-video-player

Customizable Video Player controls for Expo
https://npm.im/expo-video-player
MIT License
199 stars 111 forks source link

Adaptive video streaming possible? #580

Open kashaudhan opened 2 years ago

kashaudhan commented 2 years ago

I'm trying to play videos in adaptive mode(updating bitrate based on the user's internet bandwidth) which I'm not able to solve using expo-av. expo-av seems to plays .m3u8 videos but always in the lowest quality. see here and here

Is there any way or hack to achieve adaptive streaming using expo-video-player or expo-av? Any help would be really appreciated.

joaomantovani commented 2 years ago

@kashaudhan did you found any insights about this?