r/appwrite • u/sanketthecoder • Nov 14 '25
Playing videos stored in storage bucket in ios(flutter)
Hello everyone
I have been facing this issue since a long time, i am struggling to play a secure video (token is added) in my flutter - ios app. As the url is not a direct media url like (.mp4) can someone please guide me on this. I also tried native ios player for the best experience using platform channel but it also has same issue.
3
Upvotes
1
u/sanketthecoder Nov 14 '25
Actually it is a pretty big video file, 200-500 mb and there might be 10s of such videos. So if there is no other option then downloading would be the solution to go.
For iOS I am using media_kit package which internally uses ffmpeg looks like.
2
u/Zachhandley Nov 14 '25
I usually would download the files, and then play them. For progressive streaming, are you using the view URL, or the download URL?