ertgrulll / advstory

An advanced, complete story viewer for Flutter. Has support for images, videos, custom widget contents, gestures, interceptors, listeners, manipulators and much more.
https://advstory.sourcekod.com
MIT License
41 stars 33 forks source link

2022-10-16 10:00:45.237726-0700 Runner[66039:3355191] [VERBOSE-2:dart_vm_initializer.cc(41)] Unhandled Exception: PlatformException(VideoError, Failed to load video: Cannot Open, null, null) #25

Open waqadArshad opened 1 year ago

waqadArshad commented 1 year ago

Describe the bug Unable to play video story on ios. The following error is thrown on ios 16.0:

2022-10-16 10:00:45.237726-0700 Runner[66039:3355191] [VERBOSE-2:dart_vm_initializer.cc(41)] Unhandled Exception: PlatformException(VideoError, Failed to load video: Cannot Open, null, null)

To Reproduce Steps to reproduce the behavior: Run an app on iOS and run a story with a Firebase Storage video file link: Video Link

Expected behavior It should run the firebase storage video file without any problem as it does on android

Smartphone (please complete the following information):

waqadArshad commented 1 year ago

@jtkeyva @ertgrulll