n-ce / ytify

Opus Audio Streaming Web App for YouTube. Stop watching, Listen & Save Data.
https://ytify.netlify.app
GNU General Public License v3.0
145 stars 48 forks source link

Add server region select feature for country code based server allocation #104

Closed n-ce closed 1 year ago

n-ce commented 1 year ago
Anurag-Raut commented 1 year ago

If anyone is not working on it, Can I work on this Issue?

n-ce commented 1 year ago

If anyone is not working on it, Can I work on this Issue?

Not currently, you may try your hand at it.

Anurag-Raut commented 1 year ago

should I allocate the closest piped instance based on the distance between the user's country and countries mentioned in locations of piped instance

n-ce commented 1 year ago

should I allocate the closest piped instance based on the distance between the user's country and countries mentioned in locations of piped instance

stage 1: first we will have a basic implementation

Stage 2 : we will include a <select> element with same characteristics so as to let user choose.

stage 3 : distance based allocation, ex, pakistan will get server allocated to india.

Anurag-Raut commented 1 year ago
  • instance

so currently do I need to implement all Stages?

n-ce commented 1 year ago
  • instance

so currently do I need to implement all Stages?

no just focus on first, this is kind of a big implementation so it needs to be collaborative effort. Note : this might not even get merged if it was too computationally intensive to perform, so our final stage is optimisation .