Hi,
I wanted to share a widget I made for Better Player (https://pub.dev/packages/better_player)
It's far from perfect but hopefully it's a start for people who need this kind of functionality or want to expand the basic Video Player widget.
I needed to be able to add Subtiltes, and my hope was to use Vimeo's HLS links as well to automatically control the quality. Vimeo also takes care of the subtitles via a Rev.com integration, so it's an easy way to get videos subtitled and hosted.
Better Player does NOT work with web, so just a heads up there.
Better Player has lots of customization, for now I've added these parameters only, and I've changed some of the icons in the code to match the iOS player a little better:
Here's a quick screenshot of it in the iOS Simulator:
And here's a link to the sample project and widget code:
https://app.flutterflow.io/project/better-player-test-hf4o9k
Hope this is helpful for someone who needs video subtitles or multiple audio tracks.
Rey