appinioGmbH / flutter_packages

Dart and Flutter plugins/packages used and maintained by @appinioGmbH
187 stars 214 forks source link

Video Player issue in IOS using Appwrite #241

Open raman04-byte opened 7 months ago

raman04-byte commented 7 months ago

Plugin name appinio_video_player

Describe the bug I created a bucket and fetched the URL to play the video but it is giving my Platform Exception and not playing the video

To Reproduce Steps to reproduce the behavior: Follow all steps in IOS (can be a real device or Simulator)

  1. Create a bucket in appwrite
  2. Create a URL so that video can be played
  3. Use the appinio_video_player to play the Network video
  4. You will get the Platform Exception

Expected behavior Expected that video should be played

Screenshots

image

Desktop (please complete the following information):

Additional context Add any other context about the problem here.

raman04-byte commented 7 months ago

Issue is resolved just add video_player package in the yaml and the videos are started playing again

raman04-byte commented 7 months ago

The caching is not working