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

Deliver videos through CDN #9

Open
rmil opened this issue Nov 22, 2020 · 0 comments
Open

Deliver videos through CDN #9

rmil opened this issue Nov 22, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@rmil
Copy link
Member

rmil commented Nov 22, 2020

Currently we are still relying on nginx to deliver our videos, so ideally we want to swap it over to our "cdn" which will hopefully make our video pipeline a little bit more flexible.
We'll need to configure the buckets so it would be read-only for unauthorised users (unless we gave everyone signed urls but that is effort). An example of what a working download url would look like: https://cdn.ystv.co.uk/minio/download/live/clip.mkv?token=

With regards to migrating the video library, I'm probably going to hold off for now but just essentially trick Minio through mouting and symbolic links that it's in it's library but it's still on web until we've migrated over.

@rmil rmil added the enhancement New feature or request label Nov 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant