You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am storing a video in Supabase Storage and retrieving its public URL. The video plays correctly in a web browser, but it does not work on iOS when using video player packages in Flutter. On iOS, I receive the following error:
Unhandled Exception: PlatformException(VideoError, Failed to load video:
Operation Stopped: The server is not correctly configured.:
The operation couldn’t be completed.
(CoreMediaErrorDomain error -12939 - byte range and no content length - error code is 200), null, null)
Steps to Reproduce
Upload a video to Supabase Storage.
Retrieve the video URL and try playing it in Flutter using the video_player package (or other video player packages).
The video works in a web browser but fails to play on iOS.
Expected Behavior
The video should play correctly on iOS devices, just as it does on web browsers.
Bug Report
Issue Summary
I am storing a video in Supabase Storage and retrieving its public URL. The video plays correctly in a web browser, but it does not work on iOS when using video player packages in Flutter. On iOS, I receive the following error:
Steps to Reproduce
video_player
package (or other video player packages).Expected Behavior
The video should play correctly on iOS devices, just as it does on web browsers.
Additional Context
video_player
,better_player
]The text was updated successfully, but these errors were encountered: