Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Play videos from Amazon S3 buckets #171

Open
madjor5 opened this issue Jul 25, 2020 · 0 comments
Open

Play videos from Amazon S3 buckets #171

madjor5 opened this issue Jul 25, 2020 · 0 comments

Comments

@madjor5
Copy link

madjor5 commented Jul 25, 2020

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.

<VideoPlayer
          [src]="testVid"
          autoplay="false"
          height="200"
          #video_player></VideoPlayer>

This is the way I am handling it for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant