I'm running a stream while I am taking about 23 RTMP streams as input (from DJs streaming to me also using OBS via Media Sources) and I'm mixing them to a single output stream.
To ensure consistent audio, I have compressors and limiters on the input stream. The challenge I'm having is that as I adjust settings, I need to constantly be deleting filters and then doing "Copy Filters" from the source I modified filters on to the other 22 streams. I also can't use more advanced VST plugin as filters because I would have to instantiate them 23 times, configure them 23 times, and potentially run out of memory and CPU by having so many VSTs instantiated.
In a DAW, I would usually do this use case by routing the 23 source channels to a single output channel and applying filters just on the output channel, but the OBS audio mixer seems to only let me access a filter chain for input sources, and not a master output "source".
Does anyone have recommendation for strategies to manage the filter setup and adjustment of a large number of audio sources like this?
To ensure consistent audio, I have compressors and limiters on the input stream. The challenge I'm having is that as I adjust settings, I need to constantly be deleting filters and then doing "Copy Filters" from the source I modified filters on to the other 22 streams. I also can't use more advanced VST plugin as filters because I would have to instantiate them 23 times, configure them 23 times, and potentially run out of memory and CPU by having so many VSTs instantiated.
In a DAW, I would usually do this use case by routing the 23 source channels to a single output channel and applying filters just on the output channel, but the OBS audio mixer seems to only let me access a filter chain for input sources, and not a master output "source".
Does anyone have recommendation for strategies to manage the filter setup and adjustment of a large number of audio sources like this?