#plugins-and-tools
1 messages · Page 7 of 1
what happens if you open the dock?
The actual Durchblick? The MW works fine it's open normally.
It must be something in the .json that's formatted wrong. But its like 4800 lines so I get a bit lost. Ill take a look.
well I suspected that the other window is the dock version of durchblick so I just wanted to see what happens if you hide/show the dock via the dock window
Oh shit, it is the dock. When you said dock, I thought you meant the MW itself.
But there's an actual dock listed. It was set to "hide", but it was shown.
Ticking and unticking hid it.
What is this "dock" with nothing in it? 😮
its basically just durchblick as a dock
but I guess it has issues with existing config files, it should just use the default layout if no existing layout is found but as you can see it's not working :P
Ah, okay. I thought I just didn't know how to use it. Fair enough. Thanks, yea there's been a few issues with old .jsons before 😄
I constantly delete the layouts for testing so I don't really notice that 😅
Export/Import/Delete all when? 
Wouldn't mind being able to save my MW setups 
Then I could just delete every time there's new durchblick version and import it 
Shouldn't be too hard I guess. I'd probably just add it to the context menu
Did you ever figure out the volume meter thing? I don't really use it myself - but I recall you talking about wanting to get volume working and having issues
yeah it works now, but only for sources. There's no good way of getting the overall volume without some funky math. The audio monitor plugin does it, but I couldn't get the code to work for me
I'm still working on a mixer widget though
Mixer Widget? 
Well basically the obs mixer as a widget inside the multiview
Ahhh, right
@proud relic confirmation Does Teleport work for v28 on Windows?
Little confusing with https://github.com/fzwoch/obs-teleport/issues/51#issuecomment-1235076377 & https://github.com/fzwoch/obs-teleport/issues/43 going on. Is it Mac only issues, is it halting a viable built for v28 all together, or does the old plugin work with v28?
Sorry if this was answered somewhere
Teleport is not Qt dependent so yes it works on OBS 28
Alright. Was getting opposite answers from others based on the above and it was a bit confusing whether or not there were crashes/deadlock issues with it.
Seems to have issue with macOS arm64 compilation 🤷♂️ .
yeah it should work with exception of macos arm64. need some go nerd for advice here
what's the issue?
not entirely sure. to me it looks like the go runtime crashes. could be a runtime bug, or obs or qt does something weird that is not supported by go. the 2nd link lindekron posted has some basic findings.
ah, written in go
for extra fun!
yeah not sure I can help there, sorry
Do you know if the sample plugin works correctly when written in C?
no, but i would assume it would. i mean m1 itself works great with a lot of plugins. and the go one works well on every other platform than m1. so i concluded that is the culprit. i tried to look for something calling sigaltstack, but it doesnt feel like OBS does, qt.. not sure. but then why would it work on x86_64/darwin.. meh..
plus the issue is a bit misleading. it is not neccesary to interact with the frontend api. even removing it makes it crash - which is basically the absolute minimum to do
and thinking of it.. the sample did work when run on x86_64/darwin
OBS 28… they have changed transition? So, when I’m on advanced mode, with two monitors, now by Pushing Stream Deck button I can:
A) change Scenes
B) preview scenes without showing it to people
So there are either/or…. There are both options?
.
Yes, you dotted?
?
Welcome to the OBS community support channel. If you have a question, go ahead and ask it, and if someone is available to help they'll respond. Try to be detailed, and provide a log if you are having issues with streaming/recording (Help -> Log Files -> Upload Current Log). Please be patient if someone doesn't respond right away!
Can somebody help me with the Source record plugin
don't ask to ask, ask
I cannot get the source record to record my game source it record what ever is on the scenes?
Hello, i would like to to execute a .bat file on obs startup. Is there a plugin that can do this?
Alternitively, if there is none, is there a pluggin that does http api calls on startup, since inside the bat files are just curl commands
You can create a .lua or python script to run your .bat
From what I've found on Lua's documentation, you do
os.execute("/path/to/example.bat")
Then add it to your Tools > Scripts
i prefer python , i actually made the python file already, but unsure if it needs some modifications to work with OBS. I only need it to run once; during bootup of OBS.
Basically the python file looks like this. (with several more get, 34 get calls in total):
import requests
response = requests.get('http://www.google.com/')
print(response)
Will this work as is ?
it might work as-is, but should probably be run within the OBS scripting loop
@tough fulcrum justwrap your code in a
def script_load(settings):
and otherwise it should all work
alright ill do this
I think i got it to work... its so cool 😄
is there a on OBS close function also? i might want to run something when the OBS progam is closed
def script_unload(): i believe
Btw, you can find information about this on the scripting documentation that I linked to you in #scripting
got it! thank you 🙂
How do i make gamming videos in obs?
Basicly sharing my screen i am not being able to
!support This is not the right channel
If you need help or have questions about OBS, check out our #support-portal first!
Ok sorry
so every time i turn my computer on I have to uninstall stream deck and then reinstall it and delete the plugin and sometimes have to do it more than 3 times just to get my stream deck to work didnt have this problem till i did the new update
That sounds like a software problem that Elgato needs to look into as it's their code.
They also have more break fix stuff if you scroll down here:
https://help.elgato.com/hc/en-us/articles/8815141056013-Elgato-Stream-Deck-Plugin-Update-for-OBS-Studio-28
For help with Elgato products, please submit a ticket with them directly at https://help.elgato.com/hc/en-us/requests/new. They also have a community Discord server.
that is whati have to do everytime
Sounds like something you need to talk to Elgato's support team about then.
My stream deck is also not working and I just Updated my OBS
Is there a way to go back down to the previous software for OBS? I'd rather wait till all my hardware is compatible.
your hardware is compatible. you need to follow the instructions from elgato
I need help fixing my source recording plugin
i have done that and every time i have to uninstall and then reinsrtall it
Again, this is something you need to talk to Elgato about, not us. It's Elgato's software you're having issues with. They even have an official subreddit too:
https://www.reddit.com/r/elgato
i am i was just saying
Hello I have a problem i am facing with obs and ive been trying to find a solution for it for a while now. can someone possibly help me through direct message?
its a pretty complicated problem
If it's plugin related, describe it here. If not, pick one of the support channels that best matches your OS, or #audio-support if it's specifically audio.
But definitely describe your issue. Don't hint at it.
Got it ok so basically im trying to live stream a 360 (equirectangular) video with a 2d (normal) video inside of it. When i live stream it, since the 2d video is not equirectangular, it becomes distorted. Is there possibly a plug in or filter that can make the 2d video equirectangular so that when i live steam it, it doesnt get distorted??
thank you so much
You'd be way ahead of the game if you can somehow find what that source video is (I'm going to assume something like a web streaming URL from somewhere?) and importing that directly into OBS as a source and switching to that scene on an as-needed basis.
Basically that 360 video and the 2d video will both be webcams. The 2d video will be a smaller screen inside the 360 video. I need all the screens available at all times for this
sorry if this is confusing
and thank you for your suggestion
If the 2D video feed is a camera you have access to, e.g. webcam in the room, I'd pull that into OBS directly as a source
Multi-layers warp/unwarp operations are not only brutal on GPUs, but you'll get so many scaling/distortion artifacts that the resulting video may not be usable
Oh wow i see
so would there be pretty much no way to do this?
just so we are on the same page
This is what I see on OBS:
https://imgur.com/a/6RaigTs
This is what I see on YouTube (The 2d Video becomes distorted):
https://imgur.com/a/q3szWjn
This is what I want (Where the 2d video becomes equirectangular on OBS prior to streaming so that there is no distortion when streaming).
https://imgur.com/a/nBS1cYW
If you need to do 3D transforms of a 2D asset in OBS, StreamFX has 3D transform tools
Anything input overlay for valorant?
OBS preview seems to be broken now on 28.. Can no longer screen share OBS on discord, just all white & doesnt resize too the source video in OBS. Is there a setting somewhere i have to reactivate?
try running discord as admin
cmake -DLINUX_PORTABLE=ON -DENABLE_PIPEWIRE=OFF -DENABLE_BROWSER=OFF -DENABLE_AJA=0 -DUNIX_STRUCTURE=1 -DBUILD_VST=OFF -DENABLE_NEW_MPEGTS_OUTPUT=OFF -DCMAKE_INSTALL_PREFIX=/usr ..
CMake Error at cmake/Modules/ObsHelpers.cmake:446 (message):
OBS: obs-browser submodule not available.
WHY!??? -DENABLE_BROWSER=OFF is my option!
you're still expected to have the submodule cloned.
Moreover UNIX_STRUCTURE and BUILD_VST are deprecated options since 28.
also, if you're trying to build smth before 28, it's actuall -DBUILD_BROWSER
And also UNIX_STRUCTURE=1 conflicts with LINUX_PORTABLE=ON.
Hello,
Stream Deck is not connecting to any action on OBS
Need help please
Help please. How to install the obs multi rtmp extension on mac os m1
It worked, thank you!
yeah also thx to @velvet basin i was having the same issue
could someone share the apple silicon plugin compatibility list link here?
although this list is incomplete, as it's focused on plugins that link against Qt, so any plugins that don't won't be on the list
Thanky you! Please turn off it at all! (if -DENABLE_BROWSER=OFF)
How to make git clone for plugins only?
@dark sapphire you are a wizard thx thats all it was it seems
Matt is indeed in fact, a Wizard.
Think this is a better channel to ask:
Does anyone know if this is possible with a plug-in or OBS..
I want to recreate the 70’s video broadcasting look on my camera, idk if this makes sense but if you watch the video ABBA - Dancing Queen the way the video looks anyone know if these types of effects are possible or how maybe how it’s possible to recreate this effect? Sorry I know odd question thanks for the help!
Answered you in #windows-support lol
Thanks sorry appreciate the help!
Np
git clone --recursive <plugin's git address>
How about the plugin to broadcast on various platforms?
what about it?
Multi rtmp has an update
love the lil apple emoji
Thank you!
Hi. When I use typing feature of Move Transition plugin in Japanese, It flashes like this. Is there any solution for this behavior?
@weak escarp
it looks like it needs more time to load characters or something like that
Can you provide me the settings used so I can try and replicate it?
Move Value
{
"duration": 2000,
"end_delay": 1500,
"move_value_type": 4,
"next_move": "Move Value 2",
"setting_name": "text",
"setting_text": "Hello",
"value_type": 4
}
Move Value 2
{
"duration": 2000,
"end_delay": 1500,
"move_value_type": 4,
"next_move": "Move Value",
"setting_name": "text",
"setting_text": "こんにちは",
"value_type": 4
}
yo guys, touch portal didnt work on OBS V28... and tons of crashes. Windows game mode was the reason ;>
That's because OBS v28 sent to the websockets v5 API and TouchPortal hasn't updated their stuff yet. You need to install this for websockets clients that haven't updated.
https://github.com/obsproject/obs-websocket/releases/tag/4.9.1-compat
You also need to update your plugins anyways, which you have been doing, right?
https://obsproject.com/kb/obs-studio-28-plugin-compatibility
That's not true. TP works with built in WS
Some of the plugins available for TP may not be updated....but TP itself does indeed work
Is there any way to, or any plugins that are available that fade out audio sources when hidden?
Thank you!
👍
Touch Portal has been working with websocket 5.0 protocol since it was released. Chances are, the user hasn't updated TP settings to use port 4455 for the integrated websocket, or the websocket is not enabled in its settings, as it is disabled by default.
Did you enable the websocket in the OBS Tools menu > obs-websocket settings? (OBS 28)
hey i just got a stream deck and it keeps failing to load but I see the update supports the plug in but I still cannot figure it out, and I updated my stream deck. any suggestions?
Is there any stream delay plugin that will stored on ram if i suddenly want to add stream delay without closing my stream
If you need to delay your audio sources, go to Edit -> Advanced Audio Properties and adjust the Sync Offset (ms) field. If you need to delay your video sources, add a Video Delay (Async) filter. For other sources (Window/Game/Display Capture), add a Render Delay filter and adjust as necessary.
- Windows 10 21H1 (OK)
- No Output Session
AMD Ryzen 7 5800X - OK! / GeForce RTX 3070 - OK!
Hi guys, I am in the process of upgrading a plugin to support 28.0.1, for this I did some minor adjustments on on the code (but did not change any behavior or add any feature) and switch to the new CMakeLists.txt and github workflow from obs-plugintemplate, the build and package is OK, but my big issue is that on Windows (11) Microsoft Defender is detecting the installer as "Trojan:Win32/Wacatc.H!ml".
I run an online check with https://www.virustotal.com/ which report that 3/70 Antivirus report an issue...
How do you guys cope with that ?
Hey guys, I just recently started with NDI. My obs is still in the 27.4 update. I've been able to get the source from my gaming laptop, and in a few seconds the recording is fine, but it stops mid way and crashes the internet completely. I tried trouble shooting it, but nothing's happened so far. Could anyone who's a pro or so, let me know the workings behind it please? I'm streaming it on a Mac m1. Thank you!
Are you using wired internet?
Yup, I'm using a CAT 5 on the gaming and CAT 6 on the Mac. It all runs through a Ethernet splitter
Hi, need a little help. I'm using the background removal plugin, and watching a YT video on setting it up. I have everything working, however, I cannot get an image to become my webcam background. Video said to put the image layer at the very bottom, under the webcam, then right click webcam-->filter-->chroma key. It doesn't do anything
I'm not sure if there's anyway I can show you the recording. But after a few minutes, the entire thing just crashes
Sorry, i can't help any further, please wait for someone else
Alright, thank you
Hello, so i have stream elements overlays and they are not populating in OBS via browser source. Literally uninstalled & reinstalled OBS & the plugins and still my overlays are not populating
Due to a number of incompatibilities with OBS 27.2 and newer, we are no longer able to provide support for instances of OBS with the StreamElements plugin (SE.live) installed.
If you need help with StreamElements products or services, please join their Discord server or submit a support ticket as we cannot provide further assistance here.
Its not a plugin issue. I cant use my overlays
how to enable separate 2 outputs in the extension, not necessarily based on twitch or YouTube
let's say I have 4 channels and twitch, and I don't need to connect to twitch, I only need 2 channels, but twitch necessarily starts, it doesn't work without it
how do I enable only 2 outputs
Add a BRAND NEW browser source, DO NOT change the url, screenshot the entire properties window
I click on the inclusions separately in the obs extension, but he writes to me so that I click on the broadcast in obs, but twitch will turn on there
@vale vine
You didn't follow my very specific directions. And don't dm me please
Ooooo! You have DM's open?
sends Matty 20 DMs :)
@vale vine Obviously I followed all the instructions on OBS, Streamelements, and all the youtube videos. I keep doing exactly what everyone is saying to do and still they arent working
I asked to create a brand new browser source and to not change the url
You either didn't create a new source or you changed the url
That last one is what I asked for.
Now go to settings in obs > advanced tab on left. Scroll down and uncheck the box for browser hardware acceleration. Restart obs. Follow original directions again
!screenshot
How to take a screenshot - http://www.take-a-screenshot.org/
has anyone been able to get transition table to work w/ obs 28?
yep
- Mismatched Sample Rates
- Windows 11 21H2 (OK)
- No Output Session
AMD Ryzen 9 5950X - OK! / GeForce RTX 3090 - OK!
anything?
08:56:45.764: Skipping module '../../obs-plugins/64bit/transition-table.dll' due to possible import conflicts
this would indicate you aren't installing the version compatible with v28.
yes i am curious where the updated version that is compatible w/ v28 is sorry
OBS Studio supports a variety of plugins that provide new kinds of sources, filters, and additional features.
- For a list of plugins, see OBS Studio Resources: Plugins
- To learn how to install or remove plugins, see the Plugins Guide
- To see if the plugins you use are available for the latest version of OBS Studio, see the OBS Studio 28 Plugin Compatibility table
Hello, I have a Question. I want to do an instant Replay in my Stream. It worked but I have got 3 different Video Sources in my Stream and the Instant Replay does only show me the replay from my main perspective and not from another angle. So what I want to do is an instant replay from a video source which isn't activated at this moment. Does anyone know how I can do that?
Is there a new version of transition table for OBS 28? Or another plug in with the same effect?
Log contains debug or verbose error messages (browser/ftl/directshow/etc), for a filtered version click here
- Mismatched Sample Rates
- Capture Interference
- Windows 10 21H2 (OK)
- Not Admin
- No Output Session
AMD Ryzen 5 3600 - OK! / GeForce GTX 1660 Ti - OK!
how do i uninstall the streamdeck plugin for this new update
its saying failed to load but my stream deck works when im not focused on obs
You need to update the Stream Deck OBs plugin, which is a separate download and install from the main Stream Deck software.
https://help.elgato.com/hc/en-us/articles/8815141056013-Elgato-Stream-Deck-Plugin-Update-for-OBS-Studio-28
Yes, Transition Table has been updated. You should also update your plugins across the board for v28 anyways...
https://obsproject.com/kb/obs-studio-28-plugin-compatibility
https://obsproject.com/forum/resources/transition-table.1174/
Thank you. It wasn’t comming up when I did an update I must of had the wrong file downloaded thank you
ive uninstalled EVERYTHING and still have the plugin failed to load
redownloaded everything just for nothing to have changed
this is covered in the guide you were linked. you need to manually delete the old plugin.
nothing has worked idk what im doing wrong
did you go into your OBS plugins folder and manually delete the old plugin?
dont know to get there
this is covered in the guide as well.
it's a pretty short guide and there's even a picture that shows the exact load error you're getting with instructions on where to go.
take a moment, slow down, and read it 🙂
i copy and paste the obs plug in thing thats on the instructions?
this feels like a bit too much hand holding on this but here is the section of the guide relating to your issue
well when everything ive read in the instructions doesnt work and i cant even find where the old plugins are its hard
cause when i put in to look for my plug ins no items match this search so im not looking in the right spot
idk im sorry
Scrolling all the way through a page and reading. It does things for you.
i cant even find where the old plugins are its hard < this is in the guide + in the screenshot i linked for you.
got it thank u
I have the new update on obs studio and when I want to set up my stream I go to first moving window and then customize browser window. then I fix it so that I have the chat and it works perfectly fine, but when I want to add another thing there, it doesn't work, then the chat disappears. so I can kind of just have one thing there. please dm me asap
hello, i was wondering if anyone could help me, my obs done an update and I've updated my stream deck but they don't seem to want to work together, what do i do?
Thank you
Good day, are there any tools or apps that allow me to view OBS on my mobile device?
Hello, my issue has to do with the NDI Plugin. I understand the Windows Firewall issue and that seems to be the case in my situation. Windows Firewall has accepted OBS and NDI on both pcs, but still does not work. The only way that my streaming pc will playback my gaming pc is if I COMPLETELY turn of the Private Network Firewall even when I have already made the necessary exceptions for both pcs. Is there something more in depth I need to configure?
hi guys! i can't figure out how to use the move transition plugin with a filter, and not with an actual scene switch. (i want to move a source around as an action in streamerbot)
That's a question for #stream-setup
ooh thanks i will ask there!
How do I turn on the built in green screen? I just updated to the newest OBS version
The redistributables required for the NVIDIA Noise and Background Removal filters can be found here: https://www.nvidia.com/en-us/geforce/broadcasting/broadcast-sdk/resources/
Once both are installed,
The NVIDIA Noise Removal option will appear as part of the "Noise Suppression" filter, alongside RNNoise and Speex.
The NVIDIA Background Removal option will appear as its own filter under "Effect Filters."
Weird, it won't download. My drivers are up to date as well.
I'll mess around with it for a bit
Anyone know about websockets plug-in?
If you need more in-depth technical help for your computer issues outside of OBS, you can join the /r/TechSupport Discord server
So what's the specific issue or question? We can't really help without specifics...
I’m sorry. Not used to think kinda stuff. So I’ve been trying to go live with Instafeed, and it said to download websocket and run the plug in on obs. I did that, but when I try to star obs there’s like a movable window that says “enable websocket plugin”
can you show us the window in question
Dear OBS support, my live streamelement plug in such as the chat box and activity feed is not working anymore! Would you kindly advice??? Thanks
Due to a number of incompatibilities with OBS 27.2 and newer, we are no longer able to provide support for instances of OBS with the StreamElements plugin (SE.live) installed.
If you need help with StreamElements products or services, please join their Discord server or submit a support ticket as we cannot provide further assistance here.
- Non-Standard Aspect Ratio
- macOS 12.6 (OK)
- No Output Session
Apple M1 (not in benchmark DB) / Apple Apple M1 (not in benchmark DB)
does instafeed say if they need websockets 4 or 5?
Let me check
You can work around this and still get a top tier free green screen - Download & Install XSplit VCam, and use your phone (or any camera really, even OBS Virtual Cam) - I been using it for ages and I don't have an RTX card
No need. Just install the Nvidia Broadcast redistributable SDK libraries and OBS will have the green screen
Hold up!... Can I do this with a 1080ti?
The redistributables required for the NVIDIA Noise and Background Removal filters can be found here: https://www.nvidia.com/en-us/geforce/broadcasting/broadcast-sdk/resources/
Once both are installed,
The NVIDIA Noise Removal option will appear as part of the "Noise Suppression" filter, alongside RNNoise and Speex.
The NVIDIA Background Removal option will appear as its own filter under "Effect Filters."
Keep in mind that virtual green screen is absolutely brutal on GPU compute, especially without the tensor cores of the RTX GPUs. You'll get both notably better quality visuals and dramatically lower GPU load from using a traditional chroma key. Just saying...
I might tinker with this later, but not right now. XSplit VCam is plenty snazzy enough for me for now 😄
doesnt say anything about a specific version. just a link to the page to download it. i followed the instructions for mac
it was a performance killer on a 2060FE too
I just asked this in the #stream-setup channel, but I thought I'd ask here as well since it's more relevant to plugins.
Is there a plugin that allows us to enable/disable certain filters on sources when a scene is switched?
My use case: I have a Webcam source that I've nested into a Camera scene, and then I use that Camera scene in my other scenes. I have certain filters applied to the Camera scene, but I only want a few of those filters enabled when I'm on Scene A, and a few other filters enabled when switch over to Scene B.
I did try doing this with the Advanced Scene Switcher's Macros feature, but it adds a noticeable delay between when the scene is switched and when the filters get toggled, which is a dealbreaker for me, and I haven't been able to find a way to get rid of that delay.
Any help in this regard would be really appreciated. Thanks in advance!
PS: The reason I can't use two different nested scenes for the purpose is because I'm using Move Transition and it doesn't match the two sources that way. (I've tried the matching options but couldn't get it to match, despite naming the two scenes similarly.)
Move transition only works for me if Scene A and Scene B both contain the same Camera scene. If I setup Camera A and Camera B scenes to use as nested scenes with different filters within Scene A and Scene B, then despite both Camera A and Camera B having the Webcam camera source in them, switching between Scene A and Scene B doesn't recognize the Webcam camera source as the matched object to move, and it instead moves one out and moves the other in.
Which is why I need to figure out a way to enable/disable filters on the same Camera scene (that has the Webcam source) when I switch between Scene A and Scene B, but with none of the lag introduced by using Macros from Advanced Scene Switcher
Ideally, Move Transition would recognize sources within nested scenes, but it unfortunately doesn't (at least for me) 😦
I did try doing this with the Advanced Scene Switcher's Macros feature, but it adds a noticeable delay between when the scene is switched and when the filters get toggled
Use Transition to instead of If scene is
That triggers instantly.
Instead of
@harsh topaz Oh I never thought of it...trying it right away. Thanks for sharing!
Not sure if it'll help your issue, ngl, too much wall of text and too much to comprehend at 3:30 am while doing my own thing - but having delay on detecting the scene you're on can at least be helped that way. I think a lot of people don't realise this, it's not the most refined logic on the conditions there.
Disclaimer this of course requires that there's a transition. It will not trigger on cut iirc.
@harsh topaz It works like a charm!
Been wanting to bang my head against the wall trying to figure out how to get rid of that delay
Thank you SO SO SO much!

❤️
Happy to hear it. Adv-ss is super powerful, but also steep to learn all its quirks.
I've been going at it for ages now - and still learning >.<
And quite a quirk, this one is.
Not intuitive at all, because one would think we're changing scenes, so we've gotta set the condition to 'Scene is'
Now I'll do all my per-scene filter-toggling for nested scenes included in that scene using this method, so that even if something goes wrong with the StreamDeck, I can natively depend on OBS for all of this.
It's because of how OBS works I believe. You're technically not on the new scene until after the transition has happened.
You're not really on the previous scene either. It's little strange.
Yeah that makes sense
I think WarmUpTill did the best he could come up with for the quirkiness.
It's a brilliant tool, there's no doubt about that. The Macros feature alone lets you automate pretty much anything that can be automated within OBS.
Literally wouldn't be doing what I do without it. It's quite a brilliant piece of plugin.
Not to mention WarmUpTill is a super nice person, and always willing to help when you're in a rot, cornered or simply desire a feature.
That's awesome!
This is my first time interacting with the OBS community.
Hoping to get to know the people behind the tools I use
WarmUpTill isn't super active on the Discord. You can probably reach him on the plugins discussion page though if there's ever issues. 🙂
Thanks...will do.
The person I'd love to befriend most is Exeldro...his plugins are ❤️
Exeldro is pretty goat I do agree.
Hopefully Source Record gets some love in the future 
hey guys anyone got a bit of time to give me a hand with an issue
am kinda new into this
New to OBS? Check out our 4 step quickstart guide.
Want to learn even more? Check out our in-depth overview.
If you'd prefer to learn with videos, check out these guides made by the community:
On this Discord you find the appropriate channel; with details; and ask your question. If anyone knows the answer - they'll help 🙂
@harsh topaz ok man , where do i need to go for game capture issues ??
If you need help or have questions about OBS, check out our #support-portal first!
@arctic shell You'd probably want to try #windows-support, #macos-support or #linux-support, depending on your OS.
@hushed thistle it seems that everything is done as the guide for gaming capture is set but i still get the same issue of black screen when i tab out , am windows so i will have a look there
While I've never tried Game Capture myself, I do recall running into some similar black screen issue and a lot of Googling lead me to some site with instructions on how to resolve it through Nvidia Control Panel and Windows Settings
Unfortunately I don't recall the particular steps I had to take, though I didn't run into the issue on my new computer that also uses Nvidia Graphics...everything worked on its own when I setup OBS on that one.
So I thought it was something to do with the particular combo of Nvidia graphics card drivers version, Windows version and OBS version on that older computer.
@hushed thistle its very strange , everything seem to work fine 2 hours ago and after my internet connection failed on stream , i got this issue randomly
Hi @weak escarp! Thanks for your awesome plugins. It'll be great to be able to have Move Transition recognize and move the same source within different nested scenes when we switch between scenes that include the nested scenes.
Example:
Scene A has Camera A, which includes Webcam source in position A
Scene B has Camera B, which includes the same Webcam source in position B
When I switch from Scene A to Scene B, the Camera A scene source is moved out, and the Camera B scene source is moved in by Move Transition.
What I'd like to achieve is the Webcam source moving from position A to position B instead.
Hope you find a resolution soon!
Use move transition override filter to make the sources match
Thanks...any documentation on that to achieve this?
Not specific this
Haroon battling the same issues I had with this I believe.
It doesn't match the sources you want to match.
If you want to override the matching for 1 scene only you add the filter to that scene. If you want to override the matching on all scenes you add the filter to the source.
Playing around with the filter now...let's see
Feel free to screenshot things here out of curiosity, if you get things to work how you want em 🙏
Will certainly do
For matching sources they need to have the same bounding box type to work
@weak escarp I have the same bounding box type on both. This is what I have...
[SCENE SETUP]
Scene A has nested scene Cam A, which has source Webcam
Scene B has nested scene Cam B, which has source Webcam
[BEHAVIOR]
When I switch between the scenes Cam A and Cam B, move transition works perfectly without anything else being required.
When I switch between Scene A and Scene B, the move transition doesn't work.
[DESIRED BEHAVIOR]
When I switch between scene A and Scene B, the Webcam source should transition between its positions set in the Cam A and Cam B scenes.
[TRANSITION OVERRIDE ATTEMPTS]
I just tried the following after your mention of the Transition Override Filter:
[ATTEMPT 1]
Applied the Scene Transition Override filter to Scene A, selected source as Cam A, and under matched items, selected Match Source as Cam B
Applied the Scene Transition Override filter to Scene B, selected source as Cam B, and under matched items, selected Match Source as Cam A
It didn't work. No move transition happened between Cam A and Cam B when switching between Scene A and Scene B.
[ATTEMPT 2]
Applied the Scene Transition Override filter to Scene A, selected source as Cam A, and under matched items, selected Match Source as Webcam
Applied the Scene Transition Override filter to Scene B, selected source as Cam B, and under matched items, selected Match Source as Webcam
It didn't work. No move transition happened between Cam A and Cam B when switching between Scene A and Scene B.
Not sure what I'm doing wrong
This is literally the last piece of my stream setup puzzle that I haven't resolved yet.
got it working without override filter, with the version that is building here:
https://github.com/exeldro/obs-move-transition/actions/runs/3057718083
@weak escarp Thanks a ton ❤️
Gonna test it as soon as it's available, and will report back.
@weak escarp Works like a charm. Thanks for helping with this so quickly!
Is there a plugin or filter that will allow sources to "blink" on and off, say if I was making a special ALERT MODE with a visual that would toggle on and off?
Blink as in hiding then reshowing?
!sceneswitcher
An advanced scene switcher plugin, with options for timed switching, cursor detecting, and further automation options, is available for OBS Studio on Windows, macOS, and Linux. Download links and installation instructions can be found here: http://obsproject.com/forum/resources/395/
@weak escarp Just noticed a rather minor quirk...transition between nested scenes is happening but taking half the time that's set in transition duration. Though I think I need to provide more details to clarify what's going on:
[SCENE SETUP]
Scene A has nested scene Cam A, which has source Webcam
Scene B has nested scene Cam B, which has source Webcam
Canvas size is 1080p
Webcam native resolution is 4k
Webcam is resized to 1080p in Cam A
Webcam is set to 4k and centered on the canvas in Cam B
Cam A occupies the full canvas in Scene A
Cam B occupies the full canvas in Scene B
[TRANSITION SETUP]
Move with duration 2000ms
[BEHAVIOR]
When switching between scenes Scene A and Scene B, the transition happens within the first 1000ms rather than the full 2000ms
When switching between scenes Cam A and Cam B, the transition happens in the full 2000ms as expected
[FURTHER OBSERVATIONS]
I tried resizing Cam B in Scene B to occupy only 1/4th of the canvas, and then observed the transition by switching between the scenes. It takes the full 2000ms to transition from the size of Cam A in Scene A to the size of Cam B in Scene B, but it takes 1000ms to transition from the transform (position/size) of Camera source set in Cam A to the transform (position/size) of Camera source set in Cam B
I can make a video if I'm being unable to explain it properly in text.
I will try and and replicate it when I get home from my day job. a video can help showing it yes
Sure there's no rush. I'll make a video recording and share.
@strong tulip Was wondering, I'm setting up Kruiz Control and when it asks for the IP
is that just my own IP or does OBS have something different?
also, absolutely will not let me change the password of the web socket :\ I hit "ok" and it just defaults to something else
what exact button do you press to "ok" and how do you check that it defaults to something else
so
ws://localhost:4455
why are you using 4.x compat?
you're on obs 28?
aye
do you not have another websockets settings under "tools"
I do
use that one
whichever tutorial you're using is outdated
5.0.0 of websockets
oh.
so, not 4.9 compat
so do I even install a 5.0.0 one or just use what OBS has naturally?
no, it's installed by default in obs 28
you tried to remove 4.9 compat?
yeah, trying to find if there's any remnants of it left now
I can't find anything but it still has that
weird.
not working when I plugin in the details from the lower one into the settings
at least, I'm doing !example and nothin'
show me a screenshot of its settings window
wish I could find where it was so I could remove it
alright sec
I've put in the IP followed by the server pot for the account
and the server password into the password folder
doesn't connect
there IS something connected, unless you have something else, that's KC
so why isn't the !example working?
what command does that do?
so what's the point of this guide telling me to type !example when it's not related 
thought it was to make sure it's working
I did <.>
not for the twitch chat apparently
hm
did you fill the oauth.txt?
I did but I think I might've found the issue, lemme see
ah
ffs
it had oauth.text repeated twice on the line

there we go
ty lmao
👍
now I have a harder question
Log contains debug or verbose error messages (browser/ftl/directshow/etc), for a filtered version click here
- Windows 11 21H2 (OK)
- No Output Session
12th Gen Intel(R) Core(TM) i9-12900K (not in benchmark DB) / GeForce RTX 3090 - OK!
if you go in C:\Program Files\obs-studio\obs-plugins\64-bit, is there a file named obs-websocket-compat.dll
aha
yes ty lool
thought that was the one that came with OBS but I see the original websockets above that
wonderful, it's vanished
<3
👍
now can you help me save 15% or more on car insurance? Or explain why kids love the taste of cinnamon toast crunch

kids ? not just kids
tru
also I assume I can just copy/paste the index to each scene
to carry over the effects
yeah, or put it in a nested scene
Strange, I downloaded and installed stream fx for OBS 27.2.4 opened up OBS and even restarted as well as reinstalled stream fx.. not showing as in OBS, has it moved location?
Which streamfx release version did you use?
0.12.01117 we;; thats looking at the ex file now
That sounds like the obs 28+ version
oh well I dont want v 28, heard its not the best, so how do I find the earlier version? Sorry Im 62 and it still baffles me
Brilliant! Thanks champ
👍
@boreal hearth btw, the 'durchblick dock' resets every time I start up OBS again, showing the small dock till I manually check, uncheck the dock. So it doesn't save/overwrite the layout.json to the new setting.
Probably a problem with old layout.json - just thought I'd mention.
does the dock still just show an empty black window?
Yea, same as before.
ok, well the state is part of the layout so if that doesn't get saved the visibility won't either. I made an issue for the bug
🙏 legend
@regal breach
can you take a screenshot of all the dropdown choices?
ahhh the connection
You can in theory connect to any websocket
And send out msgs as you do things.
Automating external tools.
nah im good
Aight 🙏
i personally havent had any use for it yet
I am currently trying to use TUNA for spotify display on OBS, however I have tried multiple times, and it cannot detect any song playing through spotify
!log
- Old Version (27.2.3)
- Windows 10 21H2 (OK)
- Not Admin
- No Output Session
AMD Ryzen 5 2600 - OK! / GeForce GTX 1070 - OK!
your version is outdated, both obs and the plugin
that makes sense, i'll see if updating it helps :)
keep in mind that updating obs to 28.0.1 might require you to update other plugins as well though
I just updated my OBS studio today and I got an error saying my obs-dni plugin failed to load, to update or remove it. I'm unable to stream to a second pc without this plugin but can't find it on ndi site. Has anyone encountered this and where to find it?
sorry it's obs-ndi plugin
the NDI plugin is not yet updated for OBS 28
Hmm, so we wait, I guess? Is that done through OBS or NDI? I want to make sure to get the update as soon as I can. Thanks for your reply.
installing 27.2.4 until the plugin receives an update is what i'd recommend. you can check back periodically on the compatibility page to see if it has been updated.
!plugins
OBS Studio supports a variety of plugins that provide new kinds of sources, filters, and additional features.
- For a list of plugins, see OBS Studio Resources: Plugins
- To learn how to install or remove plugins, see the Plugins Guide
- To see if the plugins you use are available for the latest version of OBS Studio, see the OBS Studio 28 Plugin Compatibility table
Is it possible to go back to an older version of obs studio?
!downgrade
Need an older version of OBS? Go to https://github.com/obsproject/obs-studio/releases for OBS Studio versions back to 0.2.4
Thanks!
I have updated both the plugin and OBS but it still doesn't work
can you post the log again?
- Windows 10 21H2 (OK)
- Not Admin
- No Output Session
AMD Ryzen 5 2600 - OK! / GeForce GTX 1070 - OK!
Can you take a screenshot of the Spotify tab in the tuna settings dialog?
(make sure that you don't show the log textbox since that contains the tokens)
I just installed an older version of OBS studio and the obs-ndi plugin still isn't working to broadcast both desktop and voice audio. So baffled. I guess I'll wait.
I'm going to try system restart
that looks fine to me. I assume you correctly configured the outputs, added the text sources and selected spotify as a source in the basics tab?
pretty sure
10 seconds refresh rate is a bit slow but other than that I can't tell where the issue is.
huh, I have no idea what I've done wrong - I have also tried reinstalling it 4 times but has never worked
Is the ah Stream Deck Integration not supported on 28?
Thank u
what would cause the streamdeck plugin to not be shown under the tools in OBS 28. OBS is up to date, and we followed the steps on elgatos website to install the plugin but we are not seeing it under tools
Log contains debug or verbose error messages (browser/ftl/directshow/etc), for a filtered version click here
- Windows 10 20H2 (EOL)
- Not Admin
- No Output Session
12th Gen Intel(R) Core(TM) i7-12700KF (not in benchmark DB) / GeForce RTX 3060 - OK!
We already did that to no sucess
well you somehow did it wrong cause the version you have is still the v 27
@hollow scarab make sure you're installing the plugin using the link from the elgato page: https://edge.elgato.com/egc/windows/sd/Stream_Deck_OBS_Plugin_5.3.2.35.msi
@fossil wyvern how do you see its still the V27?
no clue how your pulling up that information
it's in the log
okay, i just dont know how to pull that information but suddenly its all working. shes getting the error when OBS open but all the scenes are changing and such so its working
if she's still getting the error it means there's a .dll of the old plugin still somewhere in the folders
we can deal witht hat later, shes about to go live and if its working now shes going to leave it
👍
this button isn't functioning anymore
using the stream elements plugin for OBS
idk what's going on tbh
!se
Due to a number of incompatibilities with OBS 27.2 and newer, we are no longer able to provide support for instances of OBS with the StreamElements plugin (SE.live) installed.
If you need help with StreamElements products or services, please join their Discord server or submit a support ticket as we cannot provide further assistance here.
Link to their server ^
ah
Am sorry say this but this new version of obs is totally rubbish just my view
Just curious, honest question, what about it is rubbish?
The new layout for it u can't type a word on it in panal from twitch
Like I said just my view
OBS Settings > General > Theme : switch it to Dark
Dark is the previous default theme
The new default theme is Yami
I check in morning when I get up , I old version u could type in that chat box on panel ie docks
This version u can't cos everything is to big
!s Maybe ask for support in the support channels in the morning too
If you need help or have questions about OBS, check out our #support-portal first!
You can also give constructive criticism and suggestions in the #ideas-suggestions channel
@orchid jayif you need help compiling, try #development
ive already done this but v28 NDI blah blah downgraded back to 27 have to reinstall whiteboard
Sorry, didn't see that channel! Thank you :)
any fix? tried updates but doesnt work
OBS Studio supports a variety of plugins that provide new kinds of sources, filters, and additional features.
- For a list of plugins, see OBS Studio Resources: Plugins
- To learn how to install or remove plugins, see the Plugins Guide
- To see if the plugins you use are available for the latest version of OBS Studio, see the OBS Studio 28 Plugin Compatibility table
obs-ndi is working on an update (will take some time, there are 3rd party builds available if you want to trust them). StreamDeck plugin is already updated, please download the latest version
Is there a plug-in where I can move around individually the icons for people in a Discord call on the Discord overlay and perhaps adjust the size?
Or anything akin to that?
Hi all together!! I have a prob with plugins in OBS!! Last days i update OBS to 28,but after few minutes deinstall it and go back to 27.2.4. After install and all plugins , Owned Pro, Streamdeck plugin and Korg Nano Kontroll2 plugin. But i dont see it in OBS. Dont use this in OBS!! They all install in OBS. Have someone a idea?? THX for help
you can edit the CSS code of the Discord Overlay Kit to give change their icons completely, and reposition them.
Ill see if I can grab the CSS code I used, but here is a clip of how it worked out for me.
https://www.twitch.tv/lackofcontent/clip/DarkIntelligentFlyAMPEnergyCherry--JeNuZ5vgpRov5Na
Oh wow, thank you so much! I appreciate it!
remember, this is INCOMPLETE code that will NOT work if you just drop it in.
You **need ** a decent working knowledge of Discord and CSS to make use of this and edit it on your own.
:root {
--character-open: url("Internet URL to the opened-state image for this user");
--character-closed: url("Internet URL to the closed-state image for this user");
}
/* Hide Yourself if you need to */
li.voice-state[data-reactid*="YOUR-full-discord-user-id"] {
display: none;
}
li.voice-state {
display: inline-block;
padding-right: 2em;
}
/* this block, and the next block (.speaking), are on a PER-AVATAR/USER basis, so you will need to copy-paste this and edit the code for EACH
USER that will be in the Discord chat */
li.voice-state[data-reactid*="full-discord-user-id"] .avatar {
content: var(--character-closed) !important;
height: 256px !important;
width: 256px !important;
border-radius: 0% !important;
/*Change brightness to 100%, if you don’t want the image to dim*/
}
li.voice-state[data-reactid*="full-discord-user-id"] .avatar.speaking {
border-color: rgba(0, 0, 0, 0) !important;
position: relative;
animation-name: speak-now;
animation-duration: 1s;
animation-fill-mode: forwards;
content: var(--character-open) !important;
}
@keyframes speak-now {
0% {
bottom: 0px;
}
15% {
bottom: 25px;
}
30% {
bottom: 0px;
}
}
li.voice-state {
position: static;
}
div.user {
display: none;
}
body {
background-color: rgba(0, 0, 0, 0);
margin: 0px auto;
overflow: hidden;
}
And the overlay kit refers to something in the Discord app or is this something else?
I have an okay understanding of CSS, as for Discord, I have no idea where to put this. ^^; Thank you for your incredible generosity!
Thankfully, I just want to move the icons and not change anything.
the CSS code goes into the Browser Source of the Discord Overlay kit in OBS
this code can get you there, you could gut some of it out too in that case, like the stuff at the top changing the Discord images to custom ones, and the lines of code associated with those variables
The Discord overlay I am using is the one I can toggle in the desktop app. Are we talking about the same thing or do I need to get something else?
As for the code, that's perfect! Thank you again so much for that!
Im talking about this one: https://streamkit.discord.com/overlay
Specifically the Voice widget
Hello everyone, does anyone know if SceneTree will eventually be capable of sorting sources? I would like to not use groups if they are frowned against but I need a way to organize a ton of assets separate from the source tab for layering
Oh, I'm new to that! Thanks, I'll look around after work.
made a little tool for people that want to control OBS remotely https://awful.cooking/wormhole
it'll give you a three word slug, that you can use to connect to your local OBS websocket, e.g.:
lazy-red-dragonfly => wss://lazy-red-dragonfly.wormhole.awful.cooking
for apps like StreamCtrl, enter 'your-slug-here.wormhole.awful.cooking' as the host, 443 as the port, and turn the SSL/TLS switch on
developed so i can help friends with their stream without any awkward VPN setup or w/e
im lookinig for a plugin like Tuna but for Youtube Music. Anyone know any?
main use is to show the album art
!plugins I can't help good but I forgot to post this, maybe it'll help, owo.
OBS Studio supports a variety of plugins that provide new kinds of sources, filters, and additional features.
- For a list of plugins, see OBS Studio Resources: Plugins
- To learn how to install or remove plugins, see the Plugins Guide
- To see if the plugins you use are available for the latest version of OBS Studio, see the OBS Studio 28 Plugin Compatibility table
Does anyone know how to "NDI over VPN" ?
You probably need to read the guide for NewTek’s NDI tools
do u have a link ?
I have ndi 5 installed.. i heard about ndi bridge for this.. but lets see
Under security you want to set a thingy and match it on both PCs
Public is great, but setting a security thing makes sure you only see your devices
but in NDI HX on mobile phone for example.. i cant set those ?
I don’t have the new NDI mobile app so I can’t test that one
But NDI should work over VPN
i think so too
Ok, I have a question. So, the newest version of OBS messed up my stream deck. My stream deck keeps showing "Waiting on OBS" when adding scenes. I have reverted back to previous versions and it still shows the message. Any ideas?
- Hardware-accelerated GPU Scheduler
- Old Version (27.2.3)
- Windows 10 21H1 (OK)
- Not Admin
- No Output Session
AMD Ryzen 5 3600 - OK! / GeForce GTX 1660 SUPER - OK!
go back to 28 and follow this guide
https://help.elgato.com/hc/en-us/articles/8815141056013-Elgato-Stream-Deck-Plugin-Update-for-OBS-Studio-28
Thank you so much
the mixer widget is more or less working now
OBS doesn't seem to show the Advanced Scene Switcher Plug-in. I've just downloaded and installed the latest ASS (lol!). Any suggestions?
Ok so new update broke my NDI, is there a way to revert back to old version?
!downgrade @south dome
@south dome
Need an older version of OBS? Go to https://github.com/obsproject/obs-studio/releases for OBS Studio versions back to 0.2.4
this would mean either you're installing an old build not compatible with v28 or it is not being installed properly.
I imagine I haven't installed it properly. I ran the installer I downloaded from obsproject. I see the "avd-ss-plugins" folder located in obs-studio>obs-plugins>64bit.
- Windows 10 21H1 (OK)
- Not Admin
- No Output Session
AMD Ryzen 5 5600G - OK! / GeForce RTX 2060 - OK!
copy the directory you have OBS installed to and paste it here.
I'm not sure I understand. Am I looking for the file path? (Please forgive silly questions)
yes the file path.
you can right click on your OBS shortcut, click properties, go to the shortcut tab, and it will be located there.
okay, that is definitely the default directory so no weirdness there.
let's install this manually. i'll go step by step with you. let me know after you've completed each one. first step is to download this: https://github.com/WarmUpTill/SceneSwitcher/releases/download/1.18.0/advanced-scene-switcher-1.0.0-windows-x64.zip
Ok. downloaded and extracted.
you should see two folders in there, data and obs-plugins, correct?
Correct
in a new window, go to C:\Program Files\obs-studio. you should also see two folders with the same name there, correct?
Correct.
drag those two folders from the zip into that directory that has the two folders with the same name. it may ask if you want to replace files.
Do anyone know if NDI improved on the receiving end in later updates? I had massive issues with sound drifting so I went back to Streamlabs on the receiving end. It would have been nice to run OBS to OBS.
I am curious if it haven't improved what these different programs do different. Streamlabs do run it perfect so it shouldn't be too hard to investigate the code and how it operate NDI compared to OBS or?
I'm guessing I DO want to replace these files?
yes.
Done.
if OBS is open, close it and re-open. if not, just open it.
YAAAAAAAAAY!!!!!!!! You're the best!
no problem 😄
always happy to help a fellow drummer out.
Now to throw this together so I can play some damn drums! lmao
Anybody got a DL for audio monitor 0.8.0 I have installed 0.8.1 but it WILL NOT show up on my OBS I'm down grading from 28 to 27
there's a history tab on the OBS forums for old downloads. any specific reason you're downgrading?
28 giving me issues soecifically with streamer bot stuff so i'm gonna wait for more kinks to get ironed out, had some weird audio issues as well
could you possibly link me to that history section? I can't seem to find it
afaik, streamer.bot is compatible with 28, but you have to update it
Need an older version of OBS? Go to https://github.com/obsproject/obs-studio/releases for OBS Studio versions back to 0.2.4
I have but when I try to use Andilippi's FFVII alerts and FFVII highlight message they just don't function right and i've tried everything, including updating all plugins and streamerbot
i can't speak to the specifics of streamer bot although i know in general it's compatible. as far as any other issues i'd prefer to troubleshoot those as we don't offer support for older versions.
if not, someone has already linked you the github to downgrade.
yeah np i just needed an older version of audio monitor actually because 0.8.1 won't pull up on my filers in OBD 27
thanks a ton
np i looked right at that idk how many times, my brain is smoove
Does anyone know if the Screenshot Filter Plugin still work on 28?
So, I installed the latest version after having to factory reset my computer and it’s not picking up my capture card. I’ve tried everything from reinstalling to switching gpu. I’m using an elgato hd60s + for the card and it’s connected to my Nintendo switch. Any help would be greatly appreciated.
If you need help or have questions about OBS, check out our #support-portal first!
With Websocket v5, is it possible to dynamically set the capture target?
Hi,I have one question. save camera settings? it works ?
hopefully
Hello,
Is it possible to combine instant replay and source replay plugin?
I'm helping my volleyball club to broadcast their games ... The need is to select a replay camera
https://i.imgur.com/yey2O31.png how to fix ?
Update or remove said plugin.
no work it said its built in tho
but its for obs tools bar raider for stream deck
but idk it says i need it so idk what to do
very confusing
Did you get the updated copy of OBS-Tools from his discord?
There's a pre-release that's "updated" for 28 and you'd need to remove this one as it doesn't work with 28.
every time i open obs says stream deck is missing a plug in or something go and update both software and they dont have updates any idea why its saying this?
Follow all the instructions, including the troubleshooting section if needed
Hey guys, I just recently started with NDI. My obs is still in the 27.4 update. I've been able to get the source from my gaming laptop, and in a few seconds the recording is fine, but it stops mid way and crashes the internet completely. I tried trouble shooting it, but nothing's happened so far. Could anyone who's a pro or so, let me know the workings behind it please? I'm streaming it on a Mac m1. Thank you!
I've been looking at using the Source Record plugin so that I can record my gameplay separately but it doesn't seem to play nicely with nvenc (doesn't actually split my sources), what encoder settings do people recommend to use with it?
Hello, I've been trying to get the "source record" to download and show up on my obs, but i cant seem to get it to work. I am trying to record gameplay with out the overlays coming up. could someone help please.
heyy
Hey guys i need help on OBS, i click start virtual camera but it is not clickable, any solutions
im in the same boat, ive installed in /obs-studio/ob-plugins/64bit//locales , is this the correct path?
Don't crosspost please dell.
Hi All,
Glad to be part of this forum. I am new to OBS and wanted to know if its possible to integrate invisible watermark library as plugin for live streaming . Basically I am looking at following sequence:
Camera input->Apply invisible watermark to frames-> Encode->Stream (HLS DASH).
I have got the library for invisible watermark developed in Cplusplus and wanted to know if it is possible to hook up before encoding process
If the watermark is applied after encode, then the stream needs to decode, apply watermark and encode which will add delay in streaming. Hence wanted to apply watermark before encode .
Hello, I been using kappamon pet plug on my streams for quiet some time. Since latest update when I play game and have my kappamon pet on, it lags. Not just kappamon but mixer as well with sound etc, everything except screen and camera. How can I fix this?
Afternoon everyone, I'm trying to find what was suggested to me, a VST filter, to make my voice sound deeper, not like a robot or a monster I just want to lower my natural voice. If anyone could help me I'd really appreciate it, I can't seem to find one on my own.
Anyone around here skilled with the Move Transition plugin? I am having a hard time wrapping my head around it and achieving certain transitions. Would love any help I could get.
Yes, what is the issue?
IDK if I would call it an issue, more so maybe a question on if it is possible. I am trying to keep some of my sources grouped together by adding them into a scene, for example a bottom bar that may have different text appear, scrolling text, sponsor logos, etc. Within that scene I have the transitions working where certain elements will transition in different ways when the whole scene appears and disappears, however those transitions don't activate when I add that bottom bar scene to a different scene and transition, the whole scene simply transitions as one object. I hope that makes sense.
I would hate to eat up your time Exeldro, so if you have a resource that goes in-depth on the more advanced aspects of your plugin I would love to read it!
you might be interested in the last change I am working on for which you can download a test version here:
https://github.com/exeldro/obs-move-transition/actions/runs/3057718083
I'll have a look.
Okay I just installed it and tried to transition with the same outcome. Is there something I have to do to allow those nested transitions to happen?
i finally make the switch after 4yrs of using streamlabs i just started getting everything dialed in and streaming smoothly and yall go and do a update while i was away and a bunch of stuff i setup doesnt work now... (Oh COME ON!!)) i made the switch cuz i was told obs is more reliable, that if i set something up, it stays like that until something else (u or other software) makes it change and that its less pc hungry. im tired of always having to go in and adjust some lil setting that just decided to be a shit for a lil bit and just to watch me pull my hair out for hrs trying to fix it... instead of streaming. i end up spending hrs googling/youtubing how to fix that 1 dumb lil easy setting that no one has done a how to fix tutorial on your specific problem. so you find small hints about ur problem in 20 different videos about other things similar in that topic to try to piece together a trial and error idea for a solution to your problem. i know this rabbit hole all to well.
@weak escarp ?
ive even gone in found Pandora's box made a map of, and sold it on ebay for $1. please tell me there is a simple click click boom solution to this...
Looks like you might need to update your plugins... https://obsproject.com/kb/obs-studio-28-plugin-compatibility
you can set appear and disappearing items to use a move transition either on the move transition or using a move transition override filter
So presently I have groups within the Bottom Section Scene that have move transition override filters which work correctly when moving between that scene and another. However those move transition override filters do not activate if I nest the Bottom Section Scene into another scene and transition between two scenes, one with the nested Bottom Section Scene and one without, it simply transitions the Bottom Section Scene as one object as mentioned prior.
Maybe this will help? This first part where I transition the two scenes is the effect I am aiming for. Yet when nested these transitions don't work. @weak escarp
In OBS 28, there was supposed to be a NDI redistributable tool plugin feature available, but not sure if it's showing up yet. How should I fix it when the notification said it's in need to be repaired after I did everything right for installation? Just wanted to know if I need to reinstall it or what.
Don't think there's any official NDI plugin for v28 working atm, it's in development. https://obsproject.com/kb/obs-studio-28-plugin-compatibility
I've tried this and it seemed to work (as well as NDI works) for now. If you trust the dev
https://github.com/dev47apps/obs-ndi/releases/tag/4.9.2
dev47apps is also the developer of DroidCam so not completely unknown.
https://github.com/Palakis/obs-ndi/actions/runs/2977380826
the alpha build from palakis works fine for me
Ah, didn't know they had an alpha out. It says "In Progress" and not "Available (Alpha)"
pre alpha i should say i guess. works either way.
I just updated my OBS and Streamdeck and now both are not working together
hello
could you please help me with the win capture tool
when I separate the audios the bars in the sound mixer do not move.
There are... issues with the new Streamdeck. You'll just have to keep trying until you get it to work.
And even then, it'll break randomly on you - and you'll have to restart OBS/Streamdeck 😄
thank you
pleasee
could you please help me with the win capture tool
when I separate the audios the bars of the sound mescalor don't move, I saw some tutorials they all do it the same way but I have this problem
application audio capture is actually built into OBS now, no need for the plugin.
and posting the same message just 3 messages below your last is not necessary....
but how do I separate different audio sources ?
you add a different application audio capture source for each program you want to capture.
ok i understand i do that step but the sound mixer bars when i add applications do not move and there is no sound.
or am I doing something wrong?
screenshot the properties window for one of your audio sources.
is your OBS volume turned down or muted in the windows volume mixer?
not at all
- Windows 10 1903 (EOL)
- Mismatched Sample Rates
- Not Admin
- No Output Session
- Windows 10 Game Mode
AMD Ryzen 5 2600 - OK! / GeForce GTX 1060 - OK!
you need to update your windows 10 install.
how do you install this? ive only installed the packaged version of the ND! plugin
is that all ? ok thank you
OBS Studio supports a variety of plugins that provide new kinds of sources, filters, and additional features.
- For a list of plugins, see OBS Studio Resources: Plugins
- To learn how to install or remove plugins, see the Plugins Guide
- To see if the plugins you use are available for the latest version of OBS Studio, see the OBS Studio 28 Plugin Compatibility table
keep in mind @left nymph this is pre alpha and support will not be offered for it. if you need NDI to work, staying on 27.2.4 is your best bet.
i pulled out my capture card to get around this till the official release of the new plugin is out. cheers for the info though!
why even use NDI when you have a capture card?
why is it that after I installed own3d it's tellin me to update or remove the plug in
it says that it's available on the website you just sent me
is there a plugin that will "chroma key" every color but white?
There might be the residual install for 27 still.
BLUR EFFECT PLUGIN LINK ME
Calm down Mr Legendary Super Saiyan, Kakarot isnt here, lay off the caps. 😄
You are looking for the StreamFX plugin. Do know that it is currently an alpha on OBS v28 and could have issues.
https://github.com/Xaymar/obs-StreamFX/releases/tag/0.12.0a134
This version does NOT work on OBS 27.
For OBS 27, use this one instead : https://github.com/Xaymar/obs-StreamFX/releases/tag/0.11.1
:)
What's NDI, anyway?
The Book Of Knowledge has ya covered : https://en.m.wikipedia.org/wiki/Network_Device_Interface
Ah, wanted to be sure. Thank you.
Does anyone know how to Add VST FabFilter Plugin in OBS?
The FabFilter plugin does not appear in the choices
it needs to be a VST2 format
and in one of the folders where OBS looks for VST files
such as C:\Program Files\VSTPlugins
how can I use VST 3 plugin?
🤔 I don't think you can directly, you'd need to use a 3rd party VST host program of some type and then bring that output into OBS.
I have no idea how to do that however.
okok thank you very much
@small creek it still does not work, I downloaded a VST 2 but still it's not detected by OBS
do I need to paste it in the obs plugins folder?
ohhhh okok i thought it was okay to use D drive
do you need support for multiple virtual camera outputs?
Hello! Would someone please guide me on how to completely remove Tuna plugin from my system??? I suddenly stopped retrieving song and cover info. I'm trying to remove it and re-install because I think my API token may have expired. But when I reinstall, my previous token is persistent there.
I am sure this has been answered above but I"m not so good at looking up past comments and threads and figuring them out - Is there an NDI update for the new OBS V28? If so, since I've uninstalled it all, can I please get a link to the download for it?
not yet.
!plugins you can check back on the compatibility page for updates.
OBS Studio supports a variety of plugins that provide new kinds of sources, filters, and additional features.
- For a list of plugins, see OBS Studio Resources: Plugins
- To learn how to install or remove plugins, see the Plugins Guide
- To see if the plugins you use are available for the latest version of OBS Studio, see the OBS Studio 28 Plugin Compatibility table
Yes, you may have some slight audio issues or no issues at all 🙂 It is still and early build so I would keep checking for updates https://github.com/dev47apps/obs-ndi/releases/tag/4.9.2
Can you test if this version fixes it? I added move support for groups.
https://github.com/exeldro/obs-move-transition/actions/runs/3084457832
!plugins
OBS Studio supports a variety of plugins that provide new kinds of sources, filters, and additional features.
- For a list of plugins, see OBS Studio Resources: Plugins
- To learn how to install or remove plugins, see the Plugins Guide
- To see if the plugins you use are available for the latest version of OBS Studio, see the OBS Studio 28 Plugin Compatibility table
Hey everyone! I recently updated OBS to the new one. Great work to the dev team. However, I am trying to use the NDI plug-in but I get the warning ⚠️ popup saying it failed. How can fix this?
Temporary fix by dev47apps, while the official one is being worked on.
See if it works for you.
I’ll give it a try. Does it work the same as the original? Or does it have something different?
Should be the same concept. There's also a pre-alpha made 17 days ago from the official team I believe, not sure where the link is though.
But I tried the above, and it seemed to work. I had to set network timing instead of source though to avoid audio/video desync. Could just be my setup though.
I’ve got something to do right now but as soon as I finish, I’ll set it up.
Oh, I have another question. Do I have to install on both computer or just the one that has the new OBS?
You sending from one OBS to another OBS?
Yes! From New OBS to old OBS.
I'm not sure if they can communicate. I'd suggest updating both OBSs to be on same version.
And you'll need the plugin both places.
One to output, other to add source.
I’ll do that then.
Maybe this is not the right channel to ask but what I’m trying to do is to use one PC to stream to YT and FB and the other one to stream to IG since the display setting is different. So my question is: will I be able to capture the desktop screen from the 1st computer? Or is it better to do something else?
Well your layout on PC1 will be 16:9 - and PC2 I assume will be 9:16. So layout wise they will not match.
You won't be able to fit in your canvas.
So unless you building a custom layout/canvas just using certain elements from PC1, I don't see how.
Oh sorry, I read IG and TikTok. I assume IG is also vertical layout 9:16? (answer above depends on that).
Yes, IG will be 9:16. I was thinking I could get the source and crop it to fit the 9:16 format.
You'll lose like 2/3 of the screen, beware :3
Ok. I’ll experiment 🧪 in a bit and let you know if I get anywhere.
🙏 good luck soldier.
I failed at installing this. 🙁
Open the folder where your OBS is installed (make sure it's the right one in case you have multiple installations).
Drag and drop the two folders into your OBS directory - and press "yes" to overwrite.
Awesome. Thanks!!!
🙏
I am able to have both formats on each instance.
Thanks a lot for the help!!!
btw, I did some testing and this is totally doable. 🎉🎉🎉
What's the plugin that lets me continously rotate something
move transition?
maybe but im talking about rotating at a point
move plugin + adv-ss (to toggle on a timer) is how i would think to do it
there is nothing that just spins to an anchor point that i know of
to spin to an anchor point : script + maths
ive seen streamers who spin text in a circle and im trying to make a CD spin
are you sure it isn't a video or browser source they're using?
if it's a CD spinning, the point it's rotating around is the center of the image, right?
yeah
so just use move transition to change the rotation
second question, ive been nutty do it, but is there a plug to add rounded corners to an object
that would be done with an image mask filter
So with OBS 28, the virtualcam plugin won't be updated anymore. I was using it as a workaround for the fact that OpenCV (Python) does not work with OBS' integrated virtual cam. Is there any other alternatives I should try?
I'll also be looking into using pygrabber instead for webcam capture.
@long flamerun 27.2.4
Not sure how to take your answer as it's not really relevant. 😕 I already have a (although bad) temporary workaround to not have to tell all my users to fallback to 27 if they wanna use OBS.
I'm just wondering if there's other (maybe less popular) virtual cam plugins I may not be aware of. And if other Python webcam grabbing libraries are known to have issues with OBS (like OpenCV has had much before 28).
what you see is what there is.
@long flamethe plugin is open-source and you could try commissioning a programmer - preferably someone with prior experience buildins obs-studio plugins - to update this plugin for Qt6
Fair. I could go ahead and update it (or commission someone to).
if you do end up doing it, please share it with us, there are quite a lot of people using obs-virtualcam and they'd also benefit from this
I realize that the "Audio Move" filter was part of a plug-in, so I am moving my question here.
I am having issues with Audio Move filter, where the Scene is recognized and has a drop down menu, but any Sources inside that scene are not, nor does it have a drop menu. Is there any way to fix this? And update perhaps?
Tuna keeps crashing obs when loading albums. Any way to fix this?
i have two album grabs to get this effect buttherye pulling the same file
!plugins
OBS Studio supports a variety of plugins that provide new kinds of sources, filters, and additional features.
- For a list of plugins, see OBS Studio Resources: Plugins
- To learn how to install or remove plugins, see the Plugins Guide
- To see if the plugins you use are available for the latest version of OBS Studio, see the OBS Studio 28 Plugin Compatibility table
Hi ! How can I program the animations? so that there is a delay
I want to make social media animation on my stream but this reads on a loop I would like to pass them once then put a delay
Hi @weak escarp,
Is there any way to combine instant replay plugin and source replay please?
I'm helping my volleyball team to stream their games and I'm looking for a way to replay different camera sources please 🥺
I use multiple replay sources for replays from different camera sources
what animation? a media source?
it looks like you can't change the filename of the recording when using obs_frontend_recording_split_file()?
that would be very handy, so as not to force us to use the start/stop recording functions
i think you should be able to change filename formatting pattern while an output is active, at least the UI for that isn't locked
it works for normal recording, but not for splitting
does the UI for that lock when using the new split recording feature?
in Settings?
i was changing the filename via config_set_string() so i didn't check
okay, the UI allows changing the string, but splitting will still use the prior filename just like in code
i know its intended to be able to change the filename while recording, but splitting ignores it
Why not use Spout instead of trying to read the webcam feed? It's direct memory copy without the quality loss or overhead of emulating a webcam. That and the virtual webcam is only 4:2:0 anyway.
Did you submit a bug report on the OBS GitHub about the OpenCV issues?
Never heard of Spout. I can look it up.
Don't really care much about color accuracy (more of a nice to have). I just need to be able to get a capture card's feed , which I don't have access to if OBS also currently uses said capture card. (hence the virtual camera, so I can pull it from OBS instead)
And yes it has been raised: https://github.com/opencv/opencv/issues/19746
Spout2 in OBS
https://github.com/Off-World-Live/obs-spout2-plugin
I'd also submit an issue report over on the OBS side if you haven't already. It might be fixable from the OBS side as well.
No idea how broken this old code is, but looks like somebody already took a crack at doing a OpenCV + Spout library in C++
https://github.com/pvjosue/OpenCV-Spout
is it just me or , i cant install gstreamer on program files, when i select a folder in program files it always takes me to program files x86 even though the installer is run as admin
The regular Program Files folder holds 64-bit applications, while "Program Files (x86)" is used for 32-bit applications. Installing a 32-bit application in a PC with a 64-bit Windows automatically gets directed to Program Files (x86).
that could be part of it
buut the gstreamer installer im usinng is 64bit though
¯_(ツ)_/¯ Windows, eh? Never stops being weird
Any recommendations for creating a replay buffer from a scene, even if that scene isn't currently the one being streamed?
I'm having trouble getting my elgato SD and obs to talk any advice (it said plugins either not found or not working)
!sd
bah
if you use discord search in the upper right corner and search for "Stream Deck" you'll find about 10000 responses for stream deck problems with OBS 28
Hi @weak escarp! I've been meaning to record a video showing the quirk I experienced with the Move Transition, but been stuck with work and family. Finally managed to do it today. Here's the link: https://www.loom.com/share/ba8cd691ce06498e8e489e7e50fe2947
Has anyone gotten obs-shaderfilter to work with OBS 28?
life saver
I've tried both the original Oncorporation/obs-shaderfilter and the updated Exeldro/obs-shaderfilter by @weak escarp but neither have worked for me.
The usual cause of installing a plugin and it not showing up, is that the plugin gets installed to the incorrect location, which is often caused by having more than one copy of OBS installed at the same time (and possibly being unaware of this).
If the OBS installation that the plugin detects and installs into does not match up with the one the person runs when they click on the OBS launch icon, then it wont find the plugins.
A way to check, is to examine the properties of the shortcut that you use to launch OBS to find out what directory the obs64.exe executable is found in, and then go into the parent directory and navigate the OBS installation to the plugins folders looking for the DLL file of the plugin you just installed.
If it isn't there, then it didn't get installed in the correct installation.
One way to fix that, is uninstall the plugin (if it was installed via EXE file installer), then install it again and paying close attention to the OBS install directory and making sure it aligns with the one that the OBS shortcut is launching OBS from.
Also, be sure to visit ideas.obsproject.org and vote on "Please add a plugin manager" 🙂
I was just thinking of that yesterday...having a plugin manager similar to WordPress, where you could search, install, update and delete plugins all from one interface.
Will vote on the idea for sure.
I made sure it was installed in the right path.
I also created a fresh OBS install and then installed only that plugin, ensuring it was in the right path.
But no go.
Can somebody pin it on https://help.elgato.com/hc/en-us/articles/8815141056013 This is a problem many people struggle with, but they can't fix it, it worked for me. So I wish it was included in the helper tool for someone else as well
!plugins the plugin compatibility page links to it.
OBS Studio supports a variety of plugins that provide new kinds of sources, filters, and additional features.
- For a list of plugins, see OBS Studio Resources: Plugins
- To learn how to install or remove plugins, see the Plugins Guide
- To see if the plugins you use are available for the latest version of OBS Studio, see the OBS Studio 28 Plugin Compatibility table
Thank you
Hello, when I used input-overlay, it is not showing how I am moving or what I am clicking
Like I have it on my screen, but it is not showing what buttons I am pressing or clicking mouse etc
Hello?
@pseudo plankare you sure it's set up correctly? you need not only image files, but also configuration files, and input overlay 5.0 changed the configuration file syntax
I used config file, but it messed with my mouse and keyboard on screen
It is like destroyed in pieces on the screen
@pseudo plankverify that your preset is for 5.0, 4.x uses a different config format that will not work with 5.0
It is 5.0
Then where is 5.0 config files then?
@pseudo planki don't know where to find configs for 5.0, you might have to make them
How do you make?
the plugin's download page should describe the syntax necessary; i can't guide you through that
Hey .Why on the newest OBS update .StreamFX do not work
Any plans to fix this? Seems like unintended behavior as it doesn't happen when stopping recording, only splitting. In API and frontend
No, no plans.
You are welcome to PR a fix yourself of course. It will be considered if you do.
I'm sorry you cannot change the format while recording is running. The format setting is copied to the backend at the beginning of recording and the backend holds the format without accepting new format.
hello, for exeldro's move transition plugin, how do i know that it is installed? i am trying to make a 2d avatar move by sound using that plugin.
- Windows 11 21H2 (OK)
- Not Admin
- No Output Session
- Windows 10 Game Mode
Intel Core i7-11370H @ 3.30GHz - OK! / GeForce GTX 1650 - OK!
not installed
that's weird let me install it for the 5th time-
how are you installing it?
i tried window installer three times
but i dont think it installed the plugin
so i used window to install it manually
which still didn't work
right click the shortcut you launch OBS with, click on "properties" and show me the path it leads to
ok
is this the panel u wanted to see ?
why is your obs installed into the downloads folder??!
Are you using portable mode?
is it not supposed to be in the downloads folder D:
and im not using portable mode
i think
no it isn't, it's supposed to be in the program files folder.
For some reason you chose to change the path while installing
most people put their programs in a sub folder of Program Files
ohh
OH i see
simplest would probably be to uninstall this one and reinstall without changing the default path
alright
ok reinstalled with obs in program files folder
ok it works now tysm!! @fossil wyvern
👍
Problem with OBS Stream deck plugin not coinciding with StreamFX install.
The stream deck plugin works after install, but as soon as I install StreamFX, the Stream deck plugin is removed in OBS. The stream deck software itself is still installed, but no longer works with OBS.
This is occurring on Windows 11 only. My Windows 10 system everything works fine.
OBS Studio 28.0.1
Stream Deck 5.3.1.15197
StreamFX 0.12.0a134-g6853cc6a
Im aware of that article but it does not show a solution to my particular problem
oh, fuck me I misread something
no worries.
!log send a log
- Windows 11 21H2 (OK)
- Not Admin
- No Output Session
12th Gen Intel(R) Core(TM) i7-12700K (not in benchmark DB) / GeForce RTX 3070 - OK!
ok, now install streamfx and send a new log
- Windows 11 21H2 (OK)
- Not Admin
- No Output Session
12th Gen Intel(R) Core(TM) i7-12700K (not in benchmark DB) / GeForce RTX 3070 - OK!
Streamfx 11.7 is wrong version
if you go check in the plugins folder, is streamdeck.dll still there?
they're on 12
👀
11.7 is the cuda version
pretty sure I have 12, the beta installed
yeah you do
ok
No worries, my brain left me a long time ago. lol
if you go check in the plugins folder, is streamdeck.dll still there?
No I removed it to get rid of that annoying warning that popped up. I also uninstalled/reinstalled a couple of times to make sure I didnt forget something.
well, how do you expect the streamdeck plugin to work if you removed it?
It worked fine before installing StreamFX. It was part of the solution on that page you directed me to earlier and it worked. Works that way on my Win 10 machine fine
If a warning popped up for the Stream Deck plug-in, that means that you had the wrong version installed
reinstall streamdeck now
I have the latset versions installed
Or are you talking about a different warning other than the plug-in incompatibility one?
I have reinstalled Stream deck several times
you have nothing at all installed because you removed the streamdeck.dll
OK never mind then. I dont think you guys are understanding whats going on
send me a log where both the streamdeck and streamfx plugin are installed
The one from OBS?
yes, make sure both streamfx and the streamdeck plugin are installed, start OBS and send a log
We’re trying to, that’s why we’re asking questions. It’s part of getting support, we need to know the state of your system, and be able to do troubleshooting. My apologies if this has been taken the wrong way, but we do need to rule out different possible issues
ok, and can you go in the plugin folder and check if streamdeckplugin.dll is still there
I removed it to get rid of the error that pops up when OBS is started. I can put it back though
streamdeckplugin.dll IS the streamdeck plugin.
If it's not in that folder then the plugin isn't installed
OK so where is that dll ? Im referring to the one in the OBS programs folder. correct?
in C:\Program Files\obs-studio\obs-plugins\64-bit right?
ya
follow the instructions in this https://help.elgato.com/hc/en-us/articles/8815141056013-Elgato-Stream-Deck-Plugin-Update-for-OBS-Studio-28
I did that
do it again
cause you deleted the streamdeck plugin
deleting streamdeckplugin.dll from the above mentionned folder is equivalent to uninstalling the streamdeck plugin from OBS
so you need to reinstall it
So when I do that as I have 4 times now, this is the error that occurs...
that means you didn't follow the instructions in that post correctly
!log send me a log again
I gotta go, thanks for the help
hello, I have a problem updating OBS I got the following error
Hello! is there a plugin for recording two screens at once and receiving proper formatting?
Good morning. Does anyone use the RTMP Multiple Output Plugin, and is it working with the updated version of OBS?
I have obs 28.0.1. I have an image on the bottom of the scene I want to show through the video which I took using a green screen. I put the video on top. I added a chromakey filter to the video; but the entire video shows transparency-- not just in the green background. What am I doing wrong?
define "receiving proper formatting"
Kann mir wer helfen?
Welcome to the official OBS Community Discord server! Unfortunately, our support volunteers can only provide support in English. Most of our support documents and guides are also only in English. If you feel comfortable using a service like Google Translate, feel free to use that to send messages to us. We'll do our best to understand your intent, and we'll try to help you as much as we can.
Translate
that plugin won't be updated to be compatible with obs 28
probably messed the chromay key's settings?
if you haven't, you need to grab the updated version of that plugin for OBSv28
Hello, my StreamFX plugin set is not loading. This worked with OBS v27 but not working with OBS v28
The plugin: https://obsproject.com/forum/resources/streamfx-for-obs®-studio.578/
✅ OBS v27 & StreamFX were properly uninstalled in Add/Remove programs
✅ OBS v28 ad StreamFX were installed
✅ The default folders were used & any 'recommended' options was used.
❌ I haven't tired installing the portable version because if it also failed, it would have been harder to remove the individual files.
Running OBS v28 shows the pictured error at startup:
The following OBS failed to load:
StreamFX
Please update or remove these plugins
What are the trounbleshooting steps I need to follow to fix this?
only the alpha version of streamfx is compatible with v28
!plugins it's linked on the compatibility page
OBS Studio supports a variety of plugins that provide new kinds of sources, filters, and additional features.
- For a list of plugins, see OBS Studio Resources: Plugins
- To learn how to install or remove plugins, see the Plugins Guide
- To see if the plugins you use are available for the latest version of OBS Studio, see the OBS Studio 28 Plugin Compatibility table
Link to alpha release.
https://github.com/Xaymar/obs-StreamFX/releases
Great, I'll try this now!
Hell, where's the download button?
scroll to the bottom
Installing now.
Why on the 28 update the scene selection buttons do not work on stream deck..
Have you updated the Streamdeck plugin to the OBS 28 compatible version?
@spiral ruin @spiral ruin yes but plugin has to be done manually for now.. i was given link for it.. thanks and much appreciated
well I haven't updated OBS yet in fear of the plugin breaking again. So I was asking if anyone can confirm its working. In the meantime I found it on the compatibility page so hoping my update of both goes well.
It works.
thank you
We just did a Twitch + FB stream test, and there were no perceivable issues.
Is there any fix for compadbility with streamdeck yet?
https://help.elgato.com/hc/en-us/articles/8815141056013-Elgato-Stream-Deck-Plugin-Update-for-OBS-Studio-28
the plugin has been updated since the release of v28
I deleted all the source objects and created new ones -- this time with better results, but still can see through the video in places that aren't green....
Multiple RTMP outputs plugin not working for v28
You update to 28 compatible version?
I am not sure if this is the right place to report something with @weak escarp 's Dynamic Delay plugin, in case it isn't please redirect me 🙏
Anyway, the plugin is known to cause move transitions to lag out while it's active, so I programmatically disable it and re-enable it between most transitions.
However since OBS Studio 28, I've noticed I'm getting 100% GPU spikes (the same kinds that cause the already known issue) while enabling and disabling studio mode. I also got around this by disabling dynamic delay before activating studio mode and reactivating it afterwards.
Hope this helps, feel free to @ me if I can help with a test or two
Please can someone let me know why the audio capture plugin stops out putting sound to stream even though I can still hear it, I've been having to setup a new source for audio capture each time, was hoping it would just stay and I can leave it there. I'm still on v27 at the moment of OBS
Have you tried updating the plugin?
any reason you're staying on v27? this functionality is built into OBS now as of v28.
The plugin was also updated to work with 28
