flutter_ijkplayer
flutter_ijkplayer copied to clipboard
[Bug report] Using IjkOption(IjkOptionCategory.format, "protocol_whitelist" disables changing speed to greater than 1
Using option is not letting me use playback faster than 1.
var option1 = IjkOption(IjkOptionCategory.format, "protocol_whitelist",
"concat,http,tcp,https,tls,file");
controller.setIjkPlayerOptions(
[TargetPlatform.iOS, TargetPlatform.android],
[option1].toSet(),
);
I have to use this option to play local .m3u8 but I can't increase speed after this.