Is there any way to trigger a macro based on storage space left on the system (Mac in particular)?
I'm trying to send a warning message when storage left reaches a particular threshold.
Unfortunately there is not at the moment.
It is a bit backwards but maybe the "OBS stats" condition type can be of use to you to check how much data was already written.
Hi all!
I set up a notification in the plugin when the broadcast bitrate drops below a certain value, as well as when drop frames appear (in order to switch to another provider in time and not interrupt the lecture). Notifications appear, but only after exiting OBS. What can be done? Thank you!
Mac OS Sonoma. I checked all the system settings and gave all permissions.
Thanks!
Hm .. that seems a bit strange.
Have you already tried replacing the action with something else for testing purposes?
Just to narrow down if the issue is with the condition setup not functioning as expected or the "System tray notification" action.
There might be some MacOS specific system tray option I am not aware of.
What worked for me in the VM I use for testing are the following settings:
Is there a way for this to end the stream if a raid out happens?
Maybe something like this will do the trick, assuming I understood the question correctly:
Every single time I go to my macros it crashes my OBS. Every time.
First of all - sorry about that!
Unfortunately, the crash log does point to the crash happening in the plugin code directly.
The crash happens somewhere in the Qt libraries which are used to display the OBS UI.
But this does not exclude that the crash is not caused by the plugin via some side effect.
I am not able to reproduce the issue on my end so far.
Can you test if the issue also happens on a different scene collection?
If it does *not* happen in a new / different scene collection, would you be willing to share the problematic scene collection with me? (Doesn't need to be here - you can also send it to me via direct message if you don't want to share it publicly)
Friends, please tell me how to correctly configure the condition of a macro that notifies about the execution of another macro? Let me explain: one of my macros loads a certain list of image files into the slideshow settings. The same macro the next day, for another lecture, leaves the list of image files empty. On the third day, it loads another list of other images. I need the notification to appear only when the images are loaded. And it doesn’t matter which ones - the main thing is that something is loaded. But when the list is empty, the notification should not appear. The task is not as simple as it seems at first glance. I would be very grateful for your advice.
You might be able to achieve that using a condition setup like this:
The first condition checks that the list of files is not empty and the second one checks that the value changed.
For this to work you will however have to install an "unofficial" release of the plugin, which is available here on GitHub:
An automation tool for OBS Studio. Contribute to WarmUpTill/SceneSwitcher development by creating an account on GitHub.
github.com
You will have to be logged into GitHub to be able to download it - let me know if that should be a problem.
Hope that helps! :)