Search found 5 matches

by Panda
Mon Feb 14, 2022 6:29 pm
Forum: Development for MiSTer
Topic: Project idea
Replies: 5
Views: 3889

Re: Project idea

I recently rewrote the MisterOBS app that ItalianGrandma uses for some of the scene and text changing. The new app lets you have other "subscribers" that can trigger actions based on the events from MiSter. One of them is a webpage that runs locally that shows game details. it's really geared towards showing year,description,name and some...
by Panda
Thu Dec 23, 2021 7:37 pm
Forum: Linux
Topic: MiSTer Streaming Script (OBS/SLOBS) - Update!
Replies: 20
Views: 22438

Re: MiSTer Streaming Script (OBS/SLOBS) - Update!

There is no step by step guide but the github page has some details on the setup. Basically, the "scene" name in the cores.json for a core needs to be created as scene in OBS. In the scene, you also need a text source with the same name as the "custom_text_sources" in the same file or default of GameName. You also have to have t...
by Panda
Wed Jun 09, 2021 12:00 pm
Forum: Linux
Topic: MiSTer Streaming Script (OBS/SLOBS) - Update!
Replies: 20
Views: 22438

Re: MiSTer Streaming Script (OBS/SLOBS) - Update!

Nope. Every second it runs the following commands via ssh: ... It then matches the core in the cores.json file and figures out what it needs to do based on that. I understand :) But if I start, from my MiSTer, for example an NES Game, I don't find anything related to NES or the loaded Game in /media/fat/config. I looks to me nothing is written to ...
by Panda
Tue Jun 08, 2021 8:09 pm
Forum: Linux
Topic: MiSTer Streaming Script (OBS/SLOBS) - Update!
Replies: 20
Views: 22438

Re: MiSTer Streaming Script (OBS/SLOBS) - Update!

Yes. By default, it's set to 1s but you could change it in the config. So far 1s seems to work well without impacting anything so I would stick with that. Ok, but how are the console loaded games identified? Is there anything I need to do on the MISTer side before I get the information out of "get_last_game(core)" function. I checked my ...
by Panda
Tue Jun 08, 2021 12:05 am
Forum: Linux
Topic: MiSTer Streaming Script (OBS/SLOBS) - Update!
Replies: 20
Views: 22438

Re: MiSTer Streaming Script (OBS/SLOBS) - Update!

... The script is alive!! :D An awesome dev in the MiSTer community was kind enough to work with me on this and bring the script to life! Looks good :) In total you poll using SSH for the Core/MRA/Console-Game-Name each Second (or whatever is set)? Yes. By default, it's set to 1s but you could change it in the config. So far 1s seems to work well ...