/yt-proxy

A proxy to resolve youtube links for Rec Room Studio (Not out yet)

Primary LanguageJavaScriptCreative Commons Attribution 4.0 InternationalCC-BY-4.0

CC BY 4.0

recroomstudio-proxy

A proxy to resolve youtube links for Rec Room Studio (Not out yet)

Use the button below to easliy deploy the code on the cloud for free :D

Deploy with Vercel

If you use this project in your room you must credit this repository <3

This proxy was built with simplicity in mind so it dosen't have alot of features.

Deployment

Prerequisites:

  • Nodejs version v18.x.x or higher
  • A public facing domain with SSL

Setup:

git clone https://github.com/Alexa-RR/recroomstudio-proxy.git
cd recroomstudio-proxy
npm install
node run index.js

This will open a webserver on port 5030 by default, the port can be changed by creating a .env file in the root folder and adding PORT= followed by the port number you want

Usage

Make a request to https://mydomain/?url=https://youtube.com/watch?v=VIDEO_ID to receive a redirect to a direct mp4 youtube link (either 720P or 360P)

License

This work is licensed under a Creative Commons Attribution 4.0 International License.

CC BY 4.0