Update documentation and add new screenshot showcasing scene switching
Some checks failed
Lint and Build / build (pull_request) Failing after 1m42s
Some checks failed
Lint and Build / build (pull_request) Failing after 1m42s
- Add new screenshot (docs/new_home.png) showing scene switching buttons - Update README.md with new screenshot and scene control features - Update CLAUDE.md with comprehensive scene switching documentation - Update SaT.json with latest OBS configuration 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
260eb3f7b2
commit
2bb0c64326
4 changed files with 1668 additions and 35 deletions
|
@ -3,10 +3,11 @@
|
|||
A professional [Next.js](https://nextjs.org) web application for managing live streams and controlling multiple OBS [Source Switchers](https://github.com/exeldro/obs-source-switcher) with real-time WebSocket integration and modern glass morphism UI.
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
## Features
|
||||
|
||||
- **OBS Scene Control**: Switch between OBS layouts (1-Screen, 2-Screen, 4-Screen) with dynamic button states
|
||||
- **Multi-Screen Source Control**: Manage 7 different screen positions (large, left, right, and 4 corners)
|
||||
- **Real-time OBS Integration**: WebSocket connection with live status monitoring
|
||||
- **Enhanced Stream Management**: Create, edit, and delete streams with comprehensive OBS cleanup
|
||||
|
@ -145,6 +146,10 @@ npm run type-check # TypeScript validation
|
|||
- Identifies name mismatches
|
||||
- Shows sync status for all teams
|
||||
|
||||
### OBS Scene Control
|
||||
- `POST /api/setScene` - Switch OBS to specified scene (1-Screen, 2-Screen, 4-Screen)
|
||||
- `GET /api/getCurrentScene` - Get currently active OBS scene
|
||||
|
||||
### System Status
|
||||
- `GET /api/obsStatus` - Real-time OBS connection, streaming, and recording status
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue