tt2468
tt2468
I've added Seeking Testers to this PR so that QA can download the CI builds directly from this PR.
Are there reproduction steps for the fixed crash or is it just *possible*?
Similar to https://github.com/obsproject/obs-studio/commit/07b0786892c0acfdc83ab3cd6d111e651dfcf173, could we use the `s->media.has_audio` boolean to determine whether to enable audio? Disable audio mixer on source create, then let the `_start` function set the real value.
I had previously made a PR to call `source_remove` when a source is destructed, but after some discussion decided against trying to pursue it. My suggestion is to make sure...
Reopening this as we decided to revert the previously committed solution out of caution for user experience. The going idea right now is to implement a token system for clients,...
@nettings The source can know if it is being displayed or not, as the tally functionality hooks into the appropriate signals already. Sources like the VLC source have similar functionality...
Ok so you are talking about the filter aspect of the plugin then?
You probably have a firewall preventing proper communication.
Hmmm, I'd be tempted to mark events sent during scene collection change as undefined and unsupported, but I definitely could understand the value of having that insight for clients that...
I know it's been a while since I've touched the `rewrite` branch. I'm slating to update the CMake there and flesh out the rest of the rewrite by the time...