Skip to content

disasteroftheuniverse/obs-warp-tunnel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  ____  ___  ____  _      _____   ___  ___    ________  ___  ___  ________ 
 / __ \/ _ )/ __/ | | /| / / _ | / _ \/ _ \  /_  __/ / / / |/ / |/ / __/ / 
/ /_/ / _  |\ \   | |/ |/ / __ |/ , _/ ___/   / / / /_/ /    /    / _// /__
\____/____/___/   |__/|__/_/ |_/_/|_/_/      /_/  \____/_/|_/_/|_/___/____/
                                                                           

OBS Warp Tunnel

A simple wrapper for localtunnel that keeps it running. Intended to be used with OBS Blade to remotely control OBS. Localtunnel is unstable and crashes frequently, making it unsuitable for IRL streamers. This script keeps the desired subdomain intact and automatically restarts localtunnel if it crashes. This makes localtunnel a viable choice for IRL streamers who wish to use OBS Blade to remotely control OBS.

This tool helps make Localtunnel a more viable alternative to ngrok.

Installation

> git clone https://github.com/disasteroftheuniverse/obs-warp-tunnel.git
& cd obs-warp-tunnel 
& npm install

Usage

In OBS, go to Tools > Websocket Server Settings to get or set the websocket server port. Also set a websocket server password.

img

Edit the included .ENV file to set the PORT key to match the corresponding port in OBS and set the SUBDOMAIN key to the desired subdomain.

PORT=7000
SUBDOMAIN=SPACETACO

Run the included batch file, launch.bat. The console will display address you will need to connect to in OBS Blade.

In OBS Blade, set the host and password, but leave the port blank:

img

You will now have the ability to remotely control your OBS from your iOS device.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors