Chrome Capture stall

Is there a way to recover from a stall in which the stream is displaying a play button?

Sounds like the same issue as described here, though this solution was never submitted as a PR -- so I can't speak to its functionality:

If this is the repo, cc4c/main.js at main ยท bnhf/cc4c, I don't see the nbcCode section that's in BryantS11's code. Is that the right one?

I was having issues with nbc videos stopping, i changed the code on nbc to have a timer that would check every x amount of seconds if video was paused. if video was paused it would re-run the code that ran to setup the video in the first place.

This is on the main branch: BryantS11/cc4c - main branch

Default branch of that repo is the "beta" branch where I have it so that i can set what I want it do on a website based on a remote json file instead of hardcoding it to every single site.