ErBW_s

Results 95 comments of ErBW_s

Adding code as below solve this issue: (Edit: This is not the solution) ```dart if (player.platform is NativePlayer) { await (player.platform as dynamic).setProperty('stream-lavf-o-append', 'protocol_whitelist=file,http,https,tcp,tls,crypto,hls,applehttp'); } ```

@abdelaziz-mahdy Actually this issue seems not that simple, building macOS app with Xcode it always shows correct duration, but always not when building with IDEA, which is just confusing

> Does running flutter clean help? Since it may be caching something nope that doesn't work

> What happens if you only "Run" & not "Debug"? No difference, but `flutter build macos` in command line works correctly that means at least it won't break ci, thats...

Some info maybe helpful: This URL: https://play.modujx11.com/20250409/1iZNb6sc/index.m3u8 When build with IDEA on macOS It cannot play and return error, but plays well when build with Xcode: ``` Refusing to load...

这个方案应该是行不通的,见 https://github.com/Predidit/Kazumi/pull/689 不过这个代码看着和我当时写的不完全一样,需要做更多设备上的测试,也许是我当时写的有问题

也许需要手动接入 Apple 的 AVAudioSession,感觉会涉及很复杂的 dart-native 互操作

搜索能用吗? 主页推荐流是 next.bgm,搜索是 api.bgm,如果搜索能用那就是被 next.bgm 屏蔽了,我今天也遇到了这个问题

好像确实有问题,我复现了