OBS Task List Overlay for livestream TODO / Checklist

For a few of my task-oriented livestreams, I wanted to be able to have an easy-to-follow list of tasks present in an OBS scene, with an indication of which task was currently in-progress.

I had seen a similar overlay on NASASpaceflight's livestreams (example), and liked the simplicity:

NASASpaceflight Live stream overlay task list for Flight Test

I started searching for an OBS plugin I could use to replicate that overlay, but was coming up with nothing. There was some plugin that seemed like it fit the bill, but it had been abandoned a while back. Most of the other overlays were a lot more specific to gaming, had few options for customization, or only worked with services other than OBS.

So I decided I'd try making my own! As it turns out, in all my research I found you could overlay any rendered HTML source on top of an OBS scene, and from that point it was just a matter of building a JS backend to handle the step progression, and some CSS to make the thing look decent.

I spent a few hours building a Node.js service to handle moving 'down' or 'up' one step at a time (which I wired up to web URL callbacks triggered by 'back' and 'forward' buttons on my Elgato Stream Deck), along with the front-end JS to update the task list every second.

Then I styled it up, and it resulted in a pretty functional overlay:

Jeff Geerling livestream with OBS Task List overlay on YouTube

The setup is simple; you clone the open source obs-task-list-overlay GitHub repository, create a config.json file, run npm i to install dependencies, and node server.js to start the server. In OBS, you add a Browser source, directed at the port you configure, and then you can hit the /up endpoint to increase the step count (advance to the next step), or /down to decrease it. See the repository's README for a full explanation.

So far, I've used the overlay in three livestreams:

The hardest part of using this overlay has nothing to do with the task list itself—it's me constantly forgetting to advance to the next step once I complete a task! Luckily I have an engaged community in live chat that keeps me accountable there...

They can't help me remember to unmute when I start my streams though—I'm about 50/50 remembering to do that!

(Seriously, running an engaging livestream is pretty hard work, so props to anyone who does that frequently!)

Comments

I considered it but didn't particularly like the built-in timing functions (too distracting for things outside of speedruns, where the timing is essential to the activity).

Argh, when I read your title, I thought you came up with the spacex circle animation in the bottom center, which is pretty sleek and yet informative about the rocket's next steps. Do you know how to code that?

Still, nice work man!

Haha, that would be really cool, but that would require a lot more animation work, and the way they have it run it is tied into a timer. For my live streams, I don't know how long each step takes, so I wouldn't be able to have it continually move (it would be like a computer's status bar, always inaccurate!).

I prototyped a similar thing using Trello for my dev livestreams, glad to see someone else playing around with it

Do you have youtube tutorial on how you did this checklist, if you do can you put a link in comments.

I second this... I am running into multiple issues setting up and livesplits doesnt have the scroll up and down function.