Comment Flipper
- An open-source tool to display real-time streaming comments on screen using OBS Studio
- By combining with W4S Desktop Overlay, you can display comments on your PC screen
- This server can be used for free
- It is also easy to set up your own dedicated server
Usage
Enter the room name
- Anyone can post/read comments as long as they know the room name
- To avoid accidental duplication, add a random string to the room name, such as “
Test Room+Uhw2f3ij
.”
The last part after+
will not be displayed as the room name, but will be distinguished.
The comments appear on the page
- Import as Browser Source in OBS Studio
- The background is transparent, so there is no need to use chroma key or other settings.
- You can customize text color, size, speed, etc. with the Custom CSS option in Browser Source. See style.css for options that can be overridden.
If you need logs, please keep the page open
- While the page is open, the comments will be recorded.
Notes
- This server is free to use. I will try to maintain it as much as possible, but please use it at your own risk.
- The source files for the server are available on GitHub.
If you are concerned about reliability and availability, I recommend that you check the source yourself and run it on your own server. - It can also be easily deployed to Heroku from GitHub.