arcticfox1919 / vlc-flutter

Flutter plugin for vlc player
MIT License
21 stars 7 forks source link

Plugin failed to work on IOS #10

Open nyanzi-ashraf opened 1 year ago

nyanzi-ashraf commented 1 year ago

The read me says that the plugins works on both android and IOS. But with the same code, nothing shows on IOS. It works fine on android but its doesn't on IOS. It does not even show any error.

arcticfox1919 commented 1 year ago

@nyanzi-ashraf You may need to provide more information, such as whether there is a useful error log in Xcode, the version of the Flutter SDK, the model of the iPhone, and the version of iOS. Since I only have an older iPhone, it cannot be adapted to more ios versions.

SLAMAKA commented 8 months ago

@nyanzi-ashraf remove await in await controller.setDataSource(uri: e.url) & await controller.play(); and will be work, tested on iPhone XR with last version of library