Obs Web

screenshot of Obs Web
svelte
vite
bulma
scss

OBS-web - the easiest way to control OBS remotely

Overview

OBS-web is a tool that allows users to control OBS (Open Broadcaster Software) remotely through any modern web browser, including both desktop and mobile devices. It offers a range of features that enhance the usability and flexibility of OBS for content creators.

Features

  • No Installation Required: Works in any modern browser without the need for additional software.
  • Local and Internet Control: Supports control over local network and internet through WSS tunnels.
  • Scene Control: Easily switch scenes, start/stop streaming and recording, and supports Studio Mode.
  • Virtual Camera and Live Preview: Supports Virtual Camera, live view of preview and output, and fullscreen button with wakelock support.
  • Replay Buffer and Bookmarking: Replay Buffer button, easy bookmarking by specifying host in URL.
  • Profile and Scene Collections Support: Profile switching, scene collections switching, and custom transition support.
  • Additional Features: Hide scenes with specific names, switch sources visually by thumbnails.

Summary

OBS-web is a powerful tool for remotely controlling OBS, making it convenient for content creators to manage their live streams and recordings. With features like scene switch, live preview, and support for various OBS versions, it offers a comprehensive solution that enhances the OBS experience.

svelte
Svelte

Svelte is a modern front-end framework that compiles your code at build time, resulting in smaller and faster applications. It uses a reactive approach to update the DOM, allowing for high performance and a smoother user experience.

vite
Vite

Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects

bulma
Bulma

Bulma is a free, open source CSS framework based on Flexbox and built with Sass. It's 100% responsive, fully modular, and available for free.

scss
SCSS

SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.