[CLOSED] Slow service connection on uploading a video and different file type after upload
- 1
- Flutter
- Storage
- Cloud
So since such format is not allowed, you can't upload it
Wait, converted to MP4 and still can't upload it π€
Okay, seems like it was my internet connection
Now uploaded
Not sure why it takes so long to upload
Seems like it's uncompressed
I also tried to upload another different file but it the same it takes so long to upload
I think there is no need to compressed becuase the file itself is around 4mb
according to the settings of the storage
Nope, you should not use compression for a faster upload
I mean, compression should be done client side
But cloud overall seems to be slow compared to my instance (probably because I'm using a CDN)
I just upload the file in cloud appwrite I did not use any api or client side, just only the appwrite site
but thanks for the help I think we can end this issue.
Wait to see if anyone has any suggestions
I compress the video so it now have 3mb
but still slow to upload but it successful to get the actual type.
How slow? How long did it take? Also, it could be slower because the server is in Germany
with the 4mb it takes at least 8 minutes long, the video duration itself is not so long
it could be the server is in germany
I am from Philippines btw.
That's about 1.5km more than me
shall I close this then?
yup
[CLOSED] Slow service connection on uploading a video and different file type after upload
Recommended threads
- Helping in unblock my account
I deleted my Appwrite Cloud account that was linked via GitHub. Now I activated my GitHub Student Pack and want to sign up again using the same GitHub account, ...
- Not allowed permission to upsert a prese...
```js const presenceID = ID.unique(); setPID(presenceID); const presence = await presences.upsert({ presenceId: presenceID, status: "online"...
- Can't really use the S3 storage device
hi, I've linked my local MinIO Instance (it's just for testing, not for prod.) to my appwrite instance, when i'm uploading a file it's getting uploaded to the S...