Skip to content

Streaming overlay that combines both Twitch and YouTube

License

Notifications You must be signed in to change notification settings

Xkonti/streaming-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Streamin utilities

Small set if small utilities for livestreaming!

Chat overlay

A simple chat overlay for OBS that combines both Twitch and YouTube chat into a single conversation view.

Screenshot of the dashboard and chat overlay

The overlay server runs on port 3000 by default. There are 2 routes available:

  • /chat - displays the chat overlay
  • /dashboard - displays the dashboard where you can provide the Twitch channel name and YouTube video link

It's available as a Docker image at docker.io/xkonti/chat-overlay. It can be run with the following docker compose file:

version: '3'

services:
  chat-overlay:
    image: xkonti/chat-overlay:latest
    container_name: chat-overlay
    restart: unless-stopped
    ports:
      - 3000:3000

or with docker run:

docker run -d -p 3000:3000 xkonti/chat-overlay:latest

Countdown timer

Warning

This is soon to be deprecated as the chat overlay will be expanded to include a countdown timer.

Run 6 minute countdown timer:

nimble run -- 6