Open
Description
Feature Request
Description
We need to find a good place to host video content off of github to decrease the size of each clone (and to help server-side)
Additional context
I am a bit out of my depth here, so any suggestions are welcome!
For Algorithm Archive Developers
- This feature can be added to the Master Overview (if it cannot be, explain why in a comment below -- lack of technical expertise, not relevant to the scope of this project, too ambitious)There is a timeline for when this feature can be implementedThe feature has been added to the Master OverviewThe feature has been implemented (Please link the PR)
Metadata
Metadata
Assignees
Labels
No labels
Activity
Amaras commentedon Aug 21, 2021
So, I have several possible solutions about that.
In the first two solutions, you have an independence problem. In the last one, you have a server access problem.
I don't know how you host the AAA, but if GH is the host, then I guess you must use the git repo to push the videos.
leios commentedon Aug 21, 2021
The big problem with youtube video hosting is that the youtube videos have a bunch of recommended videos when you pause and ads sometimes pop up. What do you think of Git LFS?
Right now, hosting is through cloudflare, so this would allow our videos to be hosted on git LFS and save a bit of bandwidth on cloudflare.
ntindle commentedon Aug 25, 2021
Git LFS comes with its own set of problems.
anakimluke commentedon Aug 27, 2021
I get "to decrease the size of each clone", but what do you mean by "and to help server-side"?