Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

bitionaire/obs-overlay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OBS Overlay

This will be my personal twitch stream overlay for OBS Studio, which can be included into as a browser source.

Execute

All mandatory environment variables should be defined first, either in your OS, Terminal session or a server/.env file. You can lookup all available & used environment variables by searching for process.env in server/src.

You can then start the web application by executing...

docker-compose up --build -d

This will start the server and webapp on http://localhost:8080 and can only be accessed from the local machine. You can then start browsing and look for the parts you may be interested in.

If you want to bind the app on another port you should pass the LOCAL_IP variable, e.g.

LOCAL_IP=192.168.178.20 docker-compose up --build -d

Contribute

Feel free to contribute your ideas by pull requests or issues. You may use this code & project in any fashion you like.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published