Problem
The current MPV implementation can be improved performance-wise and needs features missing that are present in ExoPlayer.
Proposed solution
- Re-implement MPV based on https://github.com/marlboro-advance/mpvEx (integrated in our react-native-video fork to leverage the same mediainfo api?)
- Implement video statistics
- Implement tunneled playback & audio passthrough
- Implement AFR
- All the other props supported by ExoPlayer
Additional context
- Make sure the new MPV implementation (1.) works well before tackling 2.-4.