Baseflow / XamarinMediaManager

Cross platform Xamarin plugin to play and control Audio and Video
https://baseflow.com
MIT License
762 stars 305 forks source link

[IOS] - Can't play any media file since XF.material installed #830

Closed thanoue closed 1 year ago

thanoue commented 2 years ago

🐛 Bug Report

After I install XF.material (your great plugin), the IOS app can't play any media file.

Expected behavior

Can create IMediaItem from the internet URL or the local file path.

Reproduction steps

  1. Install XamarinMediaManager to Xamarin forms solution, included .net Standard, Android and IOS projects.
  2. Play media file by creating an ImediaItem and call Play(item) method.
  3. Install XF.Material to apply some UI controls.
  4. Create IMediaItem on IOS by HTTPS URL or local file path, to put to queue then play.
  5. Created Item has duration = 0, And the MediaManager Can't play the item. I Don't know why, the Android app is still fine.

    Configuration

Version: lastest

Platform:

thanoue commented 2 years ago

Update. : I revert XF.Material lib but still no luck, Anyone can help me. I use Xamarin forms lastest version.