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

Finding an appropriate location for video hosting #813

Open
4 tasks
leios opened this issue May 13, 2021 · 4 comments
Open
4 tasks

Finding an appropriate location for video hosting #813

leios opened this issue May 13, 2021 · 4 comments

Comments

@leios
Copy link
Member

leios commented May 13, 2021

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 implemented
  • The feature has been added to the Master Overview
  • The feature has been implemented (Please link the PR)
@Amaras
Copy link
Member

Amaras commented Aug 21, 2021

So, I have several possible solutions about that.

  1. Put them unlisted on a YouTube channel. However, that is a risk if the account is closed.
  2. Host them on some other video hosting platform, but it's the same problem as YouTube.
  3. Host them on the server, but just not on GitHub. However, that means having direct access to the server files.

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
Copy link
Member Author

leios commented 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
Copy link
Member

ntindle commented Aug 25, 2021

Git LFS comes with its own set of problems.

  • Cloning complexity
  • You need lfs installed
  • File locking/unlocking

@anakimluke
Copy link

I get "to decrease the size of each clone", but what do you mean by "and to help server-side"?

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

4 participants