l1i1l
Member
Thank you for efficiency!Thanks a lot for the test / confirmation!
I will release an update with the fix later today! :)
Great job and great plugin!
Thank you for efficiency!Thanks a lot for the test / confirmation!
I will release an update with the fix later today! :)
Important notes:
Please make sure to back up your settings!
If you run into any issues, please either post in the OBS forums or create an issue on GitHub...
Excellent, thanks this solves the connected midi devices. It works perfectly. I would just like to know if ADSS can launch an alert to notify me if it detects that a midi device configured in the macros is not connected. thanks for your hard workWarmuptill updated Advanced Scene Switcher with a new update entry:
Advanced Scene Switcher 1.25.3
Read the rest of this update entry...
Ah, right - forgot about that part.Excellent, thanks this solves the connected midi devices. It works perfectly. I would just like to know if ADSS can launch an alert to notify me if it detects that a midi device configured in the macros is not connected. thanks for your hard work
Are you trying to go from AdvSS to OBS Studio on same computer? why use websocket (that is like going out into backyard, across the county line, and back to change rooms in your house). The typical use cases areHi,
I'm trying to use Websocket, but can't get it to work. If I use https://obs-raw.streamer.bot/#StartRecord it works but when I try to run the same script from OBS it doesn't work. Connection is ok but the script does not work.
Does anyone have a suggestion?
View attachment 102440
Thanks for your answer Lawrence..Yes i want to control OBS 2 from OBS 1 on the same computer..i thought Websocket was the easiest way..do you have any other idea how i can do?Are you trying to go from AdvSS to OBS Studio on same computer? why use websocket (that is like going out into backyard, across the county line, and back to change rooms in your house). The typical use cases are
1. communicating to OBS Studio on another computer
2. or from an application not otherwise integrated into OBS Studio (which the AdvSS plugin is)
there are some other relatively uncommon scenarios I can think of... but
Are you testing, but eventually want AdvSS on PC#1 to send WebSocket messages to OBS Studio (instance #2.. on same or different PC)?
I found a solution.."Loop and preview"I always want to open the last file first in VLC playlist..is this possible with Avanced Scene Switcher ?
Hi,
I'm trying to use Websocket, but can't get it to work. If I use https://obs-raw.streamer.bot/#StartRecord it works but when I try to run the same script from OBS it doesn't work. Connection is ok but the script does not work.
Does anyone have a suggestion?
View attachment 102440
The message shown in your screenshots is missing an OpCode, the "requestId" and the data filed "d".Hi,
I'm trying to use Websocket, but can't get it to work. If I use https://obs-raw.streamer.bot/#StartRecord it works but when I try to run the same script from OBS it doesn't work. Connection is ok but the script does not work.
Does anyone have a suggestion?
View attachment 102440
{
"d": {
"requestData" : {},
"requestId": "someUniqueIdHere",
"requestType" : "StartRecord"
},
"op": 6
}
I added the functionality to check which MIDI devices are connected in this build:Excellent, thanks this solves the connected midi devices. It works perfectly. I would just like to know if ADSS can launch an alert to notify me if it detects that a midi device configured in the macros is not connected. thanks for your hard work
At the moment it is not planned, but I might look into it.Any plans for Stream desk intergration ? to call on the macros ?
The conditions are checked from the top to the bottom.I tried to search the forum but unable to get an answer. I want to know if there is a way to do the following conditions in one macro.
(Condition A or Condition B) and (Condition C).
I can probably break up the conditions into multiple macros but wanted to see if there is a way to have the conditions above in just one.
TIA
(((Scene) or File) and Audio)
.Thought having a streamdeck button available to run macros directly would be great to have . Would save on some hotkeys .I added the functionality to check which MIDI devices are connected in this build:
Draft MIDI device names check pull request run · WarmUpTill/SceneSwitcher@5e5e574
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 an issue!
View attachment 102485
It seems to work as expected as far as I can tell although I had trouble testing, if removal of devices works as intended.
I would appreciate if you could give this a try, whenever you find the time to, and report back if it also works with physical MIDI devices.
To display a warning if a device is not connected you could set up macros like this:
View attachment 102487View attachment 102486
At the moment it is not planned, but I might look into it.
Just for clarification:
The intention is to add some sort of "Stream deck" condition which "does stuff" whenever a button on the stream deck is pressed.
Did I get that right?
Or what did you have in mind?
The conditions are checked from the top to the bottom.
So assuming you have the following conditions set up in a given macro ...
View attachment 102488
... they would be translated to(((Scene) or File) and Audio)
.
Hope that helps!
Hello,
what is a good way to hide and show audio inside the mixer for different programs?
for example
I want to hide my audio track for my browser when there is no sound coming from it.
For now i tried the following:
If "audio" Output Volume is higher than -60 dB (so basically when any sound is played)
Change Visibility of "audio - Brower" if not hide it.
Sometimes this works, sometimes not and it works really slow. it takes like 5 seconds to show up and i dont know why.
View attachment 102575
Any Ideas how i can do this better?
If you ask why i want that.
I'm using OBS build in audio capture feature and i play different games and use some audio programs and i dont want my audio mixer filled with several audio tracks. Only the ones i need at the moment and don't want to deactivate them all the time manually
Thx