jhomlala / betterplayer

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

Adaptive bitrate streaming with custom quality controls #1209

Open samip31 opened 1 year ago

samip31 commented 1 year ago

I want to implement .mp8 file in the player with the custom controls for selecting the quality. However the dynamic streaming is provided how can i use custom quality control set up for this?

The code is ''' BetterPlayerDataSource dataSource = BetterPlayerDataSource( BetterPlayerDataSourceType.network, link, useAsmsSubtitles: true, useAsmsTracks: true, videoFormat: BetterPlayerVideoFormat.dash, );

'''