https://github.com/chances/streaming-metadata
Metadata widget for OBS' Browser Source
https://github.com/chances/streaming-metadata
metadata-widget obs obs-browser-source obs-streaming
Last synced: 27 days ago
JSON representation
Metadata widget for OBS' Browser Source
- Host: GitHub
- URL: https://github.com/chances/streaming-metadata
- Owner: chances
- License: mit
- Created: 2020-04-12T01:31:20.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-08T14:43:47.000Z (almost 3 years ago)
- Last Synced: 2025-03-18T14:17:35.667Z (about 1 year ago)
- Topics: metadata-widget, obs, obs-browser-source, obs-streaming
- Language: TypeScript
- Homepage:
- Size: 334 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Streaming Metadata
[](https://github.com/chances/streaming-metadata/actions)
[](https://www.npmjs.com/package/streaming-metadata)
[](https://david-dm.org/chances/streaming-metadata)
[](https://david-dm.org/chances/streaming-metadata?type=dev)
Metadata widget for OBS' Browser Source.
[](https://app.netlify.com/start/deploy?repository=https://github.com/chances/streaming-metadata)

## Usage
1. Deploy a clone or fork of this repo. Alternatively, you can [serve the repo locally](#Development).
2. Create a Browser source in OBS and set its URL to your deployed URL.
3. Customize the size of metadata by changing the Browser source's Custom CSS:
```css
#title { font-size: 60px; }
#description { font-size: 30px; }
```
## Development
Serve the widget locally, run `npm start`.
The URL of the widget will be copied to your clipboard.
## License
[MIT License](http://opensource.org/licenses/MIT)
Copyright © 2020 Chance Snow. All rights reserved.