abdelaziz-mahdy / flutter_meedu_videoplayer

Cross-Platform Video Player for flutter
https://abdelaziz-mahdy.github.io/flutter_meedu_videoplayer/
MIT License
132 stars 69 forks source link

Video cannot be opened correctly on macos #103

Closed aohanhe closed 1 year ago

aohanhe commented 1 year ago

In our tests, we found that the loading video under macos is always in a waiting state, is this a bug?Or am I missing some key configuration? image

abdelaziz-mahdy commented 1 year ago

Can you provide a sample code to test with?

But no it should be working correctly

I will try to expose the logs of media_kit in next release since it's important to be able to see what is happening

abdelaziz-mahdy commented 1 year ago

You need to add: for internet access on macos

<key>com.apple.security.network.client</key>
<true/>

to macos/Runner/DebugProfile.entitlements and macos/Runner/Release.entitlements.

abdelaziz-mahdy commented 1 year ago

fixed on 4.2.11-dev-3 please check and reopen it there is any other problem