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
Today it is not possible to play a video from a Amazon S3 bucket. I can easily play other videofiles, but as soon as I hit the Amazon bucket instead of a video from i.e. Pixabay or something - it doesn't work as intended.
I have read that I should set headers to Map("Content-type", "video/mp4") or something equivalent. I have also tested both http and https.
The file I'm loading exists and plays just fine in the browser itself. Even in Safari on the mobile device - so connection is not the issue.
Today it is not possible to play a video from a Amazon S3 bucket. I can easily play other videofiles, but as soon as I hit the Amazon bucket instead of a video from i.e. Pixabay or something - it doesn't work as intended.
I have read that I should set headers to
Map("Content-type", "video/mp4")
or something equivalent. I have also tested both http and https.The file I'm loading exists and plays just fine in the browser itself. Even in Safari on the mobile device - so connection is not the issue.
This is the way I am handling it for now.
The text was updated successfully, but these errors were encountered: