Skip to content

OBS Chat Overlay for StreamerBot

License

Notifications You must be signed in to change notification settings

izzy/stream-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

144 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deprecation notice

Caution

This repository will not see any further development. It will be archived in March 2026.

If you want to take over and continue development, see #60

If you want to continue using the overlay as is, please download it and use it as a local version(see below). Please keep in mind that any further fixes will be provided by someone else.

stream-chat

Chat Overlay for OBS based on streamer.bot's websocket, using pronouns from pronouns.alejo.io.

Installation

Local

To use the Chat overlay locally just download the newest release from the releases page and unpack it somewhere OBS can reach it.

After unpacking you can open generator.html in a browser to open the configurator.

Online

Warning

The online overlay will be disabled in March 2026

While this is the easier method, using the online method comes with some drawbacks. First and foremost that Github has a soft limit on Bandwidth and Availability. There is no guarantee that this will always work.

Also keep in mind that Github has their own data collection policies.

Configuration

Supported settings are in options.md. It's easier to use the generator page, but in case you want to build the URL by hand or programatically, these might be helpful

Troubleshooting

Generally the best way to troubleshoot is to open the browser console (F12) and check for any errors. Error messages in the console might differ depending on your browser. Given OBS is based on CEF(Chromium Embedded Framework) it's likely that Chrome's console is the most accurate.

Settings set in the generator aren't working in OBS

Possible reasons:

  • You have not removed the Local File checkbox in the OBS Source

Solution

  • Uncheck Local File and paste the generated URL again

Can't connect to WebSocket

Possible errors in the console:

  • Firefox can’t establish a connection to the server at ws://127.0.0.1:8080/
  • Websocket connection to 'ws://127.0.0.1:8080/' failed: [...]

Possible reasons:

  • Streamer.Bot is not running
  • Streamer.Bot is listening on a different port
  • Streamer.Bot is listening on a port that is not exclusively available

Troubleshooting:

  • Make sure Streamer.Bot is running
  • If you're using a custom port, make sure it's the same as the one in the overlay's URL
  • If you're using a custom port, make sure it's not in use by another application(try a different port)
  • To make sure the port is exclusively available, close Streamer.Bot and run Get-Process -Id (Get-NetTCPConnection -LocalPort 8080).OwningProcess in PowerShell. If the output is empty, the port is available, otherwise it's in use by another process and you should probably try a different port.

WebSocket connected but doesn't show messages

Possible errors in the console:

  • No direct errors
  • Log will say connected, but not say SUBSCRIBE: ok

Possible reasons:

  • Wrong kind of Streamer.Bot websocket server started

Troubleshooting:

  • Make sure that in Streamer.Bot you started the internal Websocket server(under "Websocket Server"), not a custom one(under "Websocket Servers" - mind the plural)

Contributors / Thanks

Thanks to @andi242 for his fork on https://github.com/andi242/twitch-chat

About

OBS Chat Overlay for StreamerBot

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Sponsor this project

  •  

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •