Skip to content

tobycm/obs-on-browser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OBB - OBS on the Browser

Try it now at: obb.tobycm.dev

Demo: https://youtu.be/6pOYhUaqFQc

💪 Features

  • ✅ Lightweight
  • ✅ Fast
  • ✅ Simple UI

🚀 Getting Started

Prerequisites

0. Install ffmpeg

Debian/Ubuntu:

sudo apt install ffmpeg

Arch Linux:

sudo pacman -S ffmpeg

1. Clone the repository

git clone https://github.com/tobycm/obb

2. Install dependencies

cd web
bun i
cd ..

cd server
bun i
cd ..

3. Run the development server

cd web
bun run dev

in another terminal

cd server
bun run dev

Live at localhost:5173

4. Build for production (web-only, optional)

cd web
bun run build

Files are output to the web/dist directory.

📚 Tech Stack

📝 License

This project is licensed under the MIT License - see the LICENSE file for details.

🤝 Contributions

Any contribution is appreciated. Just create an issue/pull request and I will review it ASAP.

🔗 Share this project

If you like this project, please give it a ⭐ and share it with your friends!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published