Joshimuz / mcbingo

A Minecraft Bingo sheet generator
GNU Affero General Public License v3.0
28 stars 19 forks source link

Feature Request: Improve streamer mode to have synced sheets in different browsers #103

Open MoweMax opened 3 years ago

MoweMax commented 3 years ago

Capturing popup window for streaming is fine, but sometimes you don't want to accidentally capture different browser tab and potentially leak some info (as Lordmau5 brought up in discord), or you simple doesn't have a privilege to have two monitors to comfortably play the game and mark squares on bingo sheet, so you want to use your mobile devices to open bingo there without need to capture entire device screen with something like Vysor.

I know that it's currently hosted on github pages and doesn't have any backend

I've made some initial testing with OBS web browser, it looks like that should be possible to do with using WebRTC. I'm thinking of generating specific url with UUID as a get parameter (to be used for capturing in OBS/XSplit) with new button along with Pop out Bingo Card called something like Generate link for capturing in streaming app.

I've open this issue to hear feedback and for general discussion/feature requests on this, since I'm planning to make those changes myself.