26 lines
1.3 KiB
Markdown
26 lines
1.3 KiB
Markdown
# Ramforth Overlays
|
|
|
|
This repository contains a collection of browser source overlays for streaming software like OBS Studio.
|
|
|
|
## Available Overlays
|
|
|
|
* **Azuracast "Now Playing"**: Displays the currently playing song from an Azuracast radio station.
|
|
* `overlay-text-only.html`: A clean, text-only overlay.
|
|
* `overlay-with-album-art.html`: An overlay that includes album art.
|
|
* **Weather Overlay**: Displays the current weather for a specific location.
|
|
* **System Monitor Overlay**: Displays real-time system information like CPU and memory usage.
|
|
|
|
## Future Ideas
|
|
|
|
* An overlay that can take RSS feeds and make a ticker style horizontal scroller for the headlines
|
|
* A What's playing on Spotify overlay
|
|
* Overlay for Youtube music "now playing"
|
|
* Live Chat Overlay: Display chat messages from a YouTube or Twitch stream in real-time.
|
|
* Goals & Countdown Overlay: Show stream goals (followers, subs, etc.) with a progress bar, or a countdown to a specific event.
|
|
* Social Media Feed: Display a live feed of posts from a Twitter/X hashtag or account.
|
|
|
|
## Usage
|
|
|
|
To use these overlays, you can clone this repository and open the HTML files in a browser source in your streaming software.
|
|
|
|
For detailed instructions on each overlay, please refer to the individual `README.md` files in the respective overlay directories. |