jhomlala / betterplayer

Better video player for Flutter, with multiple configuration options. Solving typical use cases!
Apache License 2.0
929 stars 1.02k forks source link

Updates exoplayer to match flutter video_player. Fixes conflicts. #1059

Open matthewrice345 opened 2 years ago

matthewrice345 commented 2 years ago

The one question/concern I have is if I fixed the track DRM section correctly. I set .get(groupIndex), rendererIndex) where the index was the rendered index instead of the groupElementIndex. Not 100% sure which should be used here.

josephmazigo commented 2 years ago

thank you fix my problem

PhantomRay commented 2 years ago

This is a good fix. Otherwise, other plugins uses different version of video-player may fail.