flutter_ijkplayer
flutter_ijkplayer copied to clipboard
[Help Wanted][Feature Request] HLS Change video quality
Simple description Hi, do you think it would be possible to add this feature, I believe almost everyone who uses hls with this player would greatly appreciate this, players like android's exoplayer and I think ijk player for android also support this feature, on flutter I'm unable to find any player which allows hls quality change by user.
Describe the solution you'd like Ability for user to change quality for HLS videos.
I am currently doing this manually by downloading the m3u8 file and splitting it into single stream files and playing those files to change quality, but if the master m3u8 is changed I will have to change my logic as well because it's hard coded.