Skip to content

Commit f7e4fba

Browse files
derrodRytoEX
authored andcommitted
frontend: Add defunct Twitch Soundtrack plugin to DLL blocklist
1 parent ca93736 commit f7e4fba

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

frontend/utility/win-dll-blocklist.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,11 @@ static blocked_module_t blocked_modules[] = {
191191
// Different versions seem to be installed in different places, so we have to match on DLL only.
192192
// Reference: https://www.hanselman.com/blog/webcam-randomly-pausing-in-obs-discord-and-websites-lsvcam-and-tiktok-studio
193193
{L"\\lsvcam.dll", 0, 0, TS_IGNORE},
194+
195+
// Twitch Soundtrack plugin, causes issues with VOD track.
196+
// The app is defunct as of July 2023 and the plugin no longer has a purpose.
197+
// Reference: https://github.com/obsproject/obs-studio/issues/13636
198+
{L"\\soundtrack-plugin.dll", 0, 0, TS_IGNORE},
194199
};
195200

196201
static bool is_module_blocked(wchar_t *dll, uint32_t timestamp)

0 commit comments

Comments
 (0)