flutter_ijkplayer icon indicating copy to clipboard operation
flutter_ijkplayer copied to clipboard

[Bug report] Using IjkOption(IjkOptionCategory.format, "protocol_whitelist" disables changing speed to greater than 1

Open Gh05ts opened this issue 4 years ago • 0 comments

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.

Gh05ts avatar Jul 30 '20 08:07 Gh05ts