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
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.
- Nodejs version v18.x.x or higher
- A public facing domain with SSL
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
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)
This work is licensed under a Creative Commons Attribution 4.0 International License.