#plugins-and-tools
1 messages · Page 55 of 1
then what?
Streamlabs adds lots of things
That was removed and placed on the website so not longer happening.
I removed the streamlabs plugin and did a test stream, streamed for about an hour, no issues
- Mismatched Sample Rates
- Wrong YUV Color Range
- Capture Interference
- Insufficient Hardware
- Windows 10 22H2 (OK)
- Not Admin
- No Output Session
- Windows Game Mode
- Third-Party Plugins (1)
Intel Core i3-10100F @ 3.60GHz - OK! / GeForce GTX 1660 SUPER - OK!
I'm running OBS at our church to stream and record for upload.
We are using a Lumix g85 camera
Running Mini HDMI to HDMI to blackmagic intensity shuttle USB 3
We just upgraded ram and SSD in computer so I've lost some files. So now OBS wont reconize or find my camera feed. It gives me two inputs to choose from but both have black screens. The inputs are Decklink Video Capture and Blackmagic WDM Capture.
I've tried dowloading the most recent updates for my intensity shuttle but all it was, was the Desktop Video 14.0. I've also checked for updates on OBS. Any help would be greatly appreciated.
!win10cam try this out
Windows has privacy settings for microphones and video capture devices (primarily webcams and capture cards), which may block them from being used in OBS. If you are having issues capturing them, follow these steps to check that OBS is allowed to access them.
- Open the Settings app.
- Go to Privacy -> Camera for capture cards and webcams, and turn "Allow apps to access your camera" on.
- Go to Privacy -> Microphones, and turn "Allow apps to access your microphone" on.
am I crazy or did someone make a script at some point to resize sources if you were keeping aspect ratio and wanted to change canvas resolution
(for lazy people who have 500 sources and many scenes and just wanna change to a dif 16:9 resolution)
there is currently an open PR that will do this automatically if accepted but for now, i haven't seen anything.
okay thank you I thought I saw someone post a "use at your own peril" version of it somewhere I was ready to f around and find out
might be this? https://obsproject.com/forum/resources/transformer.814/
if you are logged into github you can use the artifact from the PR here https://github.com/obsproject/obs-studio/suites/23395965559/artifacts/1469147993
its seeking testers so it would be appreciated
oh it's an animation thingy
BAD YAN 
I will peep it thank you
❤️
https://github.com/obsproject/obs-studio/pull/9910 full PR for reference
if you do test PLEASE comment on the PR saying so and stating any issues you had or letting us know it is working great.
will do
I tried this and no change
I ran the exe out of its own folder just to get it to change the profile, it appears to have worked and now I have the resized canvas/scenes in 1080p instead of 4k feelsgoodman
(i ran the new build just to change the scene collection, then rebooted main obs driver and it stuck. I will report this on the github)
Hello everyone
trynna make a python script change scenes in OBS studios following this tutorial:
https://obscountdown.com/article/49-obs-studio-web-socket-tutorial-with-examples-python-and-javascript
But it is not working. Im pretty sure its the server url
server_url = "ws://localhost:4455" Where do I find this server url?
is there a better way to do this? Sorry im super new to OBS
you have to enable the websocket server in obs first (tools menu)
by default, that is the correct url assuming obs is running on the same machine as your script is
I already have it enabled but the scene is not switching at all
what does your script look like
line for line the same as the website
but added in my password
and changed the 4444 number to 4455
and scene name to my scene name (Scene2)
ah that might be the problem
this script was made for websocket 4.x, you're using 5.x
use this library instead? https://github.com/Elektordi/obs-websocket-py
no personal experience with it, just the top google hit
Is the Move plugin supposed to have a "start delay" for Move Action filter? I don't see it on that filter, but I feel like it used to be there?
Maybe I'm mis-remembering
since there isn't any way for certain options to be hidden i would say you're probably misremembering. i know move source filters have that option though.
i thought maybe it was a mistake with the latest move update a few days ago
did you install the previous version and check?
i can do that, hold on
okay yeah, the current version is missing a bunch of stuff
Old version
Current version
best course of action is to report it on the plugins github if you believe there is a bug.
i'll do that
Hey ive tried playing with shaders but failed badly..
Im trying to create a shader that would allow me to create this effecf
Ideally id like it like the Canva Curved Text effect
where there is a slider to alter the amout of curve
I did get this far but this isnt what i want exactly
https://cdn.discordapp.com/attachments/1245008064005017763/1245408702094377040/epicpen_OmFDRXdTD6.gif?ex=6658a4bd&is=6657533d&hm=383b812d0a493f5ffbf08ffc8ab22c6f2324dc399ac2273920cb9a1294625eca&
#define PI 3.14159265359
#define PI_2 6.2831
#define mod(x,y) (x - y * floor(x / y))
uniform float curvatureAmount<
string label = "curve";
string widget_type = "slider";
float minimum = -100.0;
float maximum = 100.0;
float step = 0.10;
> = 1.0;
float4 mainImage(VertData v_in) : TARGET
{
float2 uv = v_in.uv;
// Parameters to control the curvature
//float curvatureAmount = 1; // Adjust this value to control the amount of curvature
// Apply a slight curvature to the UV coordinates
uv.y += (curvatureAmount*PI) * pow((uv.x - 0.5), 2);
// Sample the texture with the slightly curved UV coordinates
return image.Sample(textureSampler, uv);
}
Incredible... thanks so much for your help!
hey there trying to find the stream deck plugin for studio, i had to reinstall windows 10
so sadly it formatted everything i had for obs + my stream deck 😦
It is installed with the streamdeck software.
ok, it was giving me some heck here so i did not see it originally, i will try to get it to sync, thank you.
Hello, are there any sort of plugins available that can be used to have text on a document (Word document preferably but PDF is also an option) scroll on the screen while there is a voiceover?
!plugins I'm not sure about something that specific but you can look at the plugins suggested by OBS here 👇
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 guys, can anyone help me with thiS, I was wonderinGs how to have Advanced scene switcher iN OBS pause a recording automatically after a transition is fully played aNd has ended.
can you show the macro you set?
this is what i goTs
show me ssettings > output
hEres
alr, so in what way exactly does it not work?
Its not pausinG recording after the enD of the transition
also noT sure how to the macro is setuP correctly
is it not pausing at all, or pausing at the wrong time?
ok acTually never i fixed like thiS
buT now is there a way for the desktop audio to sTop having audio when entering the transition, to aVoid havinG both transition and desktop audio miXed in
What's with the random capitalization?
yeah use adv-ss to mute it
oh hoW can I do that
Have you had a look on Shadertoy and similar sites to see if there is a shader close to what you want? It's often easier to port shaders from the web to OBS rather than writing from scratch.
If the text is fixed text that wont change while OBS is live/recording, I would recommend not doing it in OBS itself, and using GIMP or Photoshop instead. Any text/graphics operations that can be done to produced pre-prepared fixed assets for OBS to use is better than having OBS waste GPU resources to warp/blur things etc. at runtime. But if an effect is being applied to a live camera or other data that changes while OBS is live, that is when to do it with filters/shaders.
Managed to write a shader that can warp a rectangular texture using polar coordinates. It's kind of crude currently but could be used on a text texture to warp it that way.
Poor Britney. She's a real shader workhorse though. LOL
perhaps try prompter software like this site? https://promptr.co/
you'd have to configure the speed of scrolling and paste your content tho
Thank you for replying. I know that I’ll have to play with the speed to see what works best with the timing of my speech pattern, but finding a way just to do the scrolling in the first place that’s the problem. It would be wonderful if there was a where to actually bring in documents and files like word, documents or PDF files directly into OBS instead of having to resort to the source type being either a window or a particular display. It would be additionally wonderful if with sources like Windows or displays if you could narrow down the focus point of those windows or displays, in case you only want to show a specific with what you’re bringing into the stream.
you can crop window captures or any source
what's the use case here btw? is the voiceover automated or something?
I just realized that screenshot I posted could look like "something else" to someone. LOL It is a clip from a Britney Spears music video that is used on Shadertoy.com in case anyone got any other ideas. LOL
I am doing a YouTube channel that will mostly be based on live streams because I suck at video editing because I’m so new to it. My first live stream, I will be introducing my mission statement for my YouTube channel and I don’t want to just be drowning on and on and boring people, which is why I want the text of my mission statement document to be able to scroll on the screen to keep peoples attention as I explain it by reading it this way they can follow along.
OBS Scroll filter can do that, and the speed can be set, paused etc.
My mission statement will be the only one that I really need to scroll on the screen because it is a lengthier document. The other documents that I will be showing are just quick documents because one is literally a one page form and the other is multiple pages, but it is just to show how to fill out the form I created in Microsoft Word, which is based on a table because not everybody understands how to work with table for data entry in Microsoft Word. That particular document will not need to have text be scrolled on the screen as it is read through voiceover I will just be showing and moving around on that document, but not with reading anything.
I did not know that OBS had a scroll filter. I’ll have to look at that later today. Right now it’s almost 3:00 AM where I live so I’m almost going to sleep at this point.
could just use microsoft word and crop
if you're demoing the filling up of the form
is there a dedicated pause button on it now? last time i checked, you had to set the speed to 1 (or 0?) to make it stop scrolling
No, you can just toggle the filter off, however there is or was a bug in it where it did not behave the same way if Studio Mode was enabled. I have not tested if OBS still has that bug or not.
oic
For the above use case though, your suggestion of using a window capture with a screen crop, and perhaps manually scrolling it in the application might be an easier solution overall.
The scroll filter would be better for having it scroll more like text wood on TV credits etc.
although it will wrap around at the end, so padding needs to be added to avoid that. 🙂
Another option might be to see if anyone has made a "Credits scroller" type plugin, that scrolls through something once and stops.
Would be easy to do something like that in HTML in Browser source too though.
CSS animation
i actually do have a python app that generates html that is basically the same thing as the prompter sites, but i have speed presets using keys 1-9, and can manually scroll or press up and down, where the autoscroll will scroll it to the end
made it for song lyrics, because online prompter sites do not have customizations for the background
but yeah if you want something to scroll to the end, there are prompter sites for it
but i can see the use case for a credits scroller plugin, in case you want to scroll pictures as well
Yes, I’d like scrolling credits. I follow some channels that go through some legal documents and occasionally they read them out loud while the document is up on the screen and as they are reading it verbatim the text is scrolling up, keeping up with his voice. Now that I’m thinking more about it, I might try reaching out to that channel, which I don’t know if it’s still active or not because I haven’t seen any new notifications pop up from the channel in a very long time and the person is overseas
Yes checked shadertoy and couldn't find anything..
I found some shaders there for converting to polar coordinates and was able to warp a rectangular texture with that. Would need to be tweaked with options to vary how it warps things though.
Here's the code I started with: https://gist.github.com/KeyMaster-/70c13961a6ed65b6677d
Another option might be to use ellipse math to warp a texture with, emanating from a configurable point within the texture.
Would be fun to make something like that, or even one that can warp text to an arbitrary bezier.
You rock Exeldro. 🙂
is this something new cos when i use polar i get this
I did the filter on a scene, not on the text source
oh right... erm okay noy really what i wanted to do cos i wanted to be able to control the level of curve and i was hoping to have several text sources but that would mean multiple scenes... Ill keep pluggin away cos i got kinda close
Thanks anyway Exeldro
I have sort of an ambitious idea: Using replay buffer and the BarRaider stream deck plugin, I can get the “Instant Replay” to play just fine, but I also want a sort of slide IN animation to it.
Using a “Move Transition” plugin, (I think that’s what’s needed?) I can’t seem to figure out how to get that to work.
In addition, I’d like a simple overlay/outline to it, and a text box that says “Instant Replay”
I’m not sure if it’s possible for it to be attached TO the replay buffer Media Source, OR if I can somehow make it only appear/slide in when the Media Source becomes active.
I’ve tried looking all over YouTube for tutorials or ways to accomplish this, but so far have found nothing. Any and all info and help would be amazing, feel free to @ me 🤙
I can add some options to the polar shader to make it easier for you
How do we build plugins for non debian linux? Is there a one build fits all like flatpak or something?
that would be cool...
#define PI 3.14159265359
uniform float curvatureAmount<
string label = "curve";
string widget_type = "slider";
float minimum = -7.0;
float maximum = 7.0;
float step = 0.10;
> = 1.0;
float4 mainImage(VertData v_in) : TARGET
{
float2 uv = v_in.uv;
uv.y += (curvatureAmount*PI) * pow(uv.x-0.5, 2) + (uv.y * (PI /100));
return image.Sample(textureSampler, uv);
}
This is about as good i can do for myself lol not as circlular as i wanted but it very close to what i was hoping for.
🙂
not circular because of aspect ratio probably?
yeah, need aspect correction
a bit closer
Im a bit closer then i was yesterday, so appriciate the help and advice, eventually ill be able to turn Left into right and everything inbetween LUL
My advanced scene switcher keeps crashing OBS, but I'm not getting a crash log
I have the latest version
Seems to happen every time I try to drag a Macro to reorder it
Yes it's on 1.26.2, which is the latest version
@loud wedge
This time it crashed when I right clicked a macro folder
My obs and stream deck are not connecting. How do I fix?
!elgatosupport Probably need to update your OBS Plug-in. Elgato support has guides for this 🙂
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.
Thank you
Can you export your settings to a file and send it to me?
(You can export the settings on the general tab)
Hey, how do i fix it: Info Third-Party Plugins (1)
You have the following third-party plugins installed:
mac-avcapture-legacy
??
I got rid of the folders and it hasnt crashed yet
Not sure if that was causing the issue
This message pops up all the time
It's simply informing you that you have a third-party plugin installed. Is this a plugin you actively use?
I'm trying to use spectralizer, but I can't do it at all
!log
let's see of it is installed and OBS recognizes it
The same thing happened with tuna, I installed it as explained, but it doesn't work at all
log please
- No Output Session
- Third-Party Plugins (1)
Apple M1 (not in benchmark DB) / Apple Apple M1 (not in benchmark DB)
one sec
Ok
Spectrlizer is no longer in active development. use Waveform instead.https://obsproject.com/forum/resources/waveform.1423/
As for Tuna, it is not compatible with Mac platform.
Spectralizer is no longer maintained and looks to have never been made for Mac, let alone apple silicone
And for waveform you need to get the correct mac version
Thanks!
Which OBS version are you using?
Can you share log file of a OBS startup when the crash happened?
Mind if I contact you directly so we don't spam this channel?
Tks bro, now i can use the WaveForm...
Yeah you can DM me 🙂
It’s also wrong because that’s a first-party plugin
I think the analyzer might not have been updated
oh, didn't know, thanks for the correction
Seems like I can't send you messages or add you - feel free to ping me or add me
Whoops, i just added you
i do wanna ask one question here, because others might wanna know 🙂
do you have recommendations for what to set the "check conditions" ms to? Does it just take more CPU to set it lower?
depends a lot on what you are trying to do
but yes - the lower the value the higher the CPU load
correct, i just PR'd it https://github.com/obsproject/loganalyzer/pull/160
Ah nice, thank you!
Hi guys, I wonder if anybody can help me. Basically, I noticed that when I stream, the game volume sometimes overpowers my commentary. To alleviate this, I reduced the Desktop volume in OBS which works perfectly. But the problem is, I also record while I stream with OBS, so when it comes to editing the footage, I want the game audio to remain at 100%
Is there any way to record the gameplay audio at 100% volume while I stream without the viewers in the stream hearing the overpowering game volume?
you could go to settings>audio and set the same device as desktop audio 2, then in edit>advanced audio properties assign that to track 2 and set that as your recording track.
Thanks for the quick response, I'll go check that out now
So I've setup the desktop audio 2 to be the same as desktop audio 1 - just trying to figure out the rest..
This is what my mix is looking like
Is this how it should be setup?
My Streaming Audio Track is set to 1 but not sure where to set my recording track
Hi Mitchell, are you still there?
you can decide what tracks are recorded in settings>output
Yep, so I've got tracks 1, 2, 3 and 4 enabled under "Recording" but even if I lower the volume of the first desktop audio, the second one will still be very loud in stream?
Uncheck the box for desktop audio 2 in track 1
Ah, so all of track 1 will reach the stream but tracks 2, 3 4 won't?
Correct
Genius! Thank you guys
Looking forward to testing it out. Have a great evening/day wherever you are 🙂
I have a plugin that will give me an instant replay in slow motion - but im looking to see if there is a plugin that would give me a "picture in picture" slow motion replay effect - similar to the likes that you see on sporting events 🙂
Hello i hope here can anyone help me. I have the Move Plugin and wanted a circle and spinning camera, like that pedro thing. But i don't get this functioned. The cam is spinning but not full, it scales the cam down in the spinning that it fits in the screen. The courners don't go outside of the screen. Idk why.
https://img.nicekype.de/ITx0aSjY.png
Well you could just resize the media source to simulate that effect
Hello all, I am new here and apologize if I'm asking in the wrong place; but I'm looking for a reliable plugin for chat being visible while streaming. Google has a lot to offer, but I figured I ask where I would get the best answers. Thank you
visible for you or visible on stream
For those watching my stream
twitch?
Correct
my rec is : https://nightdev.com/kapchat/
Thank you very much. I really appreciate your help
Can anyone help setting up a virtual camera ?
OBS Studio contains a virtual camera that allows you to output your scenes' video to application such as Discord, Skype, etc. To learn how to use this feature, see the following guides:
- Virtual Camera Guide for basic setup instructions
- Video Call Streaming Tutorial to set up virtual audio in addition to video
- Virtual Camera Troubleshooting for installation and removal instructions
so im using the obs encoder for youtube live but cant figure out how to show the games its always a black screen from the live stream itself
If you need help or have questions about OBS, check out our #support-portal first!
The portal channel is to help first direct you to the correct support channel
well looks like im in the wrong community then lol, enjoy your days
We'd like to help you, just head to the proper support channel.
the #support-portal has links to the 4 main Support channels for your issue.
You just need to go to the approporite one
hey! I'm looking for a way to run a replay buffer using stream encoding rather than recording settings (recording is being used)
Is there a plugin that allows replay buffer to do that?
replay buffer uses the recording encoder no matter what, so only way is to use the "same as stream" quality for the recording encoder
is there a way to add a second recording instance/settings that could be used instead?
with source record or vertical-canvas but those can't follow the main recording, only a specific scene/set of scenes
what's the usecase anyways?
My issue is that I record in 1440p AV1, and want to use a replay from live to play back in a "play of the game" fashion. The problem is that 1440p AV1 files are more difficult to playback and it's adding unnecessary load on an already very loaded PC!
@celest aurora If you have a hardware av1 encoder, you also have a hardware av1 decoder, tick "use hardware decoding" in your media source properties.
does source record do scene record? Is it available ONLY as a replay buffer?
I have a dual GPU setup which complicates things 😅
oh joy
I did not have hardware decoding checked, so this may become a non issue on my next use! thanks 🙂
I'll give source record a look though, as having a 1080p file will be much easier to use. Do we know if I can "use same as stream" as the settings?
I'm trying to lower the load on my PC as XDefiant seems to be particularly angry with my setup 😦
make sure you are capping your FPS in that game.
you can't use "same a stream" because it needs to be a separate encoder, but you can set it to use similar settings
why does it need to be a seperate encoder?
because it's a different content, can't enccode two different things in the same encoder session
@celest aurora You'd have to use both the source record plugin and the obs main view plugin; choose "(use stream encoder)" in settings>output>recording so that your replay buffer reuses the stream encoder, and then use the source record plugin for normal recording.
I can't use stream settings for recording though as I have audio split on top of different resolutions :/
unless source record has all the same settings as the regular recording tab?
what chiyo is suggesting is using the source record for the "normal" recording
but if you want multitrack, it cannot do that
yup, multitrack is a big one for me
I'll see how it goes with hardware decoding first! It might be fine 🙂
do you need it for the RB too?
no, only main recording
then yeah, if hardware decoding still has issues, using source record for RB could work
although I'm wondering whether replaying the track 1 would have double music issues 🤔
you can select what track/source you want in the source record
can I select multiple tracks?
it just can't do more than one
ahh
nope either one track or one specific source
yeah so in that case, I'd rig up the music to mute during playback via streamerbot
I already have "games" and "discord" muted in that workflow
you're using all 6 tracks already?
yes
1 - all/stream
2 - main app/game
3 - my voice
4 - friends/discord
5 - music
6 - alerts/extras
do you need to record your music and alert sounds though
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.
anyone her had similawr issue?
it is either an issue with the stream deck software or an issue with the elgato plugin for OBS, both would be supported by elgato themselves.
- Capture Interference
- Windows 10 22H2 (OK)
- Not Admin
- 0.4% Rendering Lag
- 0.4% Encoder Overload
- Third-Party Plugins (15)
AMD Ryzen 7 1700 - OK! / GeForce GTX 1080 Ti - OK!
It wont tell me whatthe issue is
well, what problem do youy have?
- Capture Interference
- Windows 10 22H2 (OK)
- Not Admin
- Third-Party Plugins (15)
AMD Ryzen 7 1700 - OK! / GeForce GTX 1080 Ti - OK!
when I try to get it to analyze it I get a blank page with this
did it give you an error message?
yeah
that's just because the log is too big for the analyzer
but does obs give you an error message when it closes
no, it just closes
those logs you sent here are they from the sessions that closed like this?
yeah I believe so
I see a capture interference error
I am using the vertical stream plugin
I would try removing the SL plugin and seeing if it still happens
SL?
streamlabs
still there in the logs you shared
I see how do I find it to remove it?
easiest is probs to ask SL support tbh
show me what's in C:\ProgramData\obs-studio\plugins\
just the obs-multi-rtmp and StreamDeckPlugin
ok, then look in C:\Program Files\obs-studio\obs-plugins\64bit, file should be named sl-browser-plugin.dll
yeet them restart obs, see if it still happens
okI have to close obs first
hmm, when I open obs it puts streamlabs files back in the folder
it also adds it to the top menu
then I'd have a chat with SL on how to remove their plugin
ok thanks
yes as they can have important context for clips. Having music already integrated also allows me to skip that step for 90% of clip content, and having them separated means I can play with timing should something be a tad off for entertainment value.
alright if that's worth it to you to spend two tracks on
@mortal harbor
how i can use the plugin
like a basic tutorial for using the auto stream labeler
sorry i wouldn't be able to walk you through using it, it was just a suggestion to look into. the author has lots of documentation on their github page and plenty of others have made tutorials on youtube.
Anyone a clue?
anyone know how to raise the quality of desktop recording audio?
as in volume?
oh mb
I mean't to say the quality of desktop recording audio
look in settings>audio>bitrate i think
Head on over to #audio-support 🙂
thanks
because that plugin is outdated
it's outdated
no, the plugin is outdated
not just the version you have, the plugin
use obs' builtin vcam
Who ya talking to, Pen? 🤣
dw I'm just delulu
Can anyone help setting up a Multiple RTMP outputs plugin
@oblique yew Can anyone help setting up a Multiple RTMP outputs plugin
what's your issue?
Am able to replicate this in a fairly simple scenario using 2x Window Capture and nothing else but Advanced Scene Switcher & Move Transition.
Short explanation: ( I can DM video and screenshots for explanation if you're interested. )
Advanced scene switcher set to hide source 1, show source 2 (on any trigger, could be hotkey). Then inversely show source 1 and hide source 2 (just to have a way to toggle it).
By sources here is meant a scene item, window capture specifically.
Then on both sources add a show/hide transition - use move.
Then appearing/disappearing have it come from center left/right accordingly.
If you use a window capture of something like for example a non-fullscreen browser window, it makes it easier to see the flicker in the background on transition.
PS: Have tried enabling cache didn't help unfortunately.
Currently trying to set up Twitch Guru for shoutout clips on my OBS. However, it seems to be slightly laggy when i test, it plays a bit, lags, continues to play, lags again and repeats till the clip ends
Is there something I need to check or uncheck in the OBS settings at all?
plugin file not accept obs
Yall i have the obs-multi-rtmp plugin i made a target for twitch and it says Notice.GetEncoder https://obsproject.com/logs/ItEx6UC1IvfyBToU
- 41.1% Rendering Lag
- Hardware-accelerated GPU Scheduler
- Windows 11 Insider Build
- Not Admin
- Capture Interference
- Encoder start error
- Third-Party Plugins (2)
AMD Ryzen 7 5800H - OK! / GeForce GTX 1650 - OK!
which plugin
Multiple plugin
which plugins
I have the streamlabs plugin for obs and when I opened to login to stream labs the button does not work whatsoever. Every time I click the button does nothing and does not redirect me anywhere.
!sl Streamlabs support is probably best to help with this. Link below from the bot
As Streamlabs Desktop is not maintained by the OBS Project, we are unable to provide support for it. For help with Streamlabs Desktop, visit the Streamlabs Support Center.
Note: You can also use Streamlabs wide selection of on-screen widgets directly in OBS Studio. To learn how, follow Stream Layout Tutorial 2: Alerts & Chat Box.
I am interested, but not near a PC this weekend, so please remind me after the weekend.
Lmao this reads like an Abbott and Costello routine
He was talking about the multiple rtmp plugin
oh lmfao
!log
send a log
main issue is that in this server I honestly have the object permanence of a goldfish, so yeah, in 10 hours I 100% had forgotten their og message
I'm new to streaming and just got the Multiple RTMP outputs plugin so that I could stream to twitch as well as Kick, but noticed I had about 35% dropped frames. When i stopped the twitch stream on the plugin the dropped frames fell to 0. I tried streaming just to only twitch (from the regular obs setting, not using the plug in) and I'm not dropping frames at all. Is this just a limitation of my hardware or internet connection, or could it be an issue related to the plugin?
probably overloading your internet bandwidth
reduce the bitrate
What is your internet upload speed
@fossil wyvern okay i can try that @ashen garnet my speed is 125 mbps
And what is your bitrate set to on twitch and on kick?
And that’s 125 upload?
Could also be hitting that "wall" with Kick
wouldn't show as dropped frames
true - good point 🙂
Might help if you screenshotted your stream settings too
oh shoot my bad, wtf my upload is like 0.61....
If your stream is disconnecting or OBS Studio reports dropped frames, follow our Stream Connection Troubleshooting guide for details on how to reduce these issues.
Okay well that’s an issue haha. I’m assuming you’re paying for more than that 🤣
I’d reboot your modem/router
oops.....i just realized i'm seeding on bittorrent
Mystery solved lol
tesing again
If I were you I’d check task manager’s resource monitor to see what’s using your network bandwidth. But also I’d probably be power cycling my router
<@&715347355565817879>
highest was chrome, tried closing it and running test on firefox and still only 0.6
husband tried on pc next to me and he's getting 10
Do you know what you’re paying for? What are you supposed to be getting?
looks like we pay for 10
Also are any other pc’s seeding or anything like that?
At any rate, with 10 mbps upload you probably don’t want to go above 8,000kbps combined for bitrate. So that’s for both Twitch and Kick and audio for both as well
nope, no other seeding or anything. I can definitely change the bitrate on OBS, i didn't know that so I've got them both at 8000. Now to figure out whats throttling my banwidth lol...
Okay yeah that’s precisely why you’re basically only able to stream to one or the other but not both
I’d probably do something like 3000 for each of them to give yourself plenty of headroom
Maybe 3500
Remember that audio uses bitrate as well, so be sure to factor that in
Husband spent the last half hour testing every startup service and restarting and found out it was "Killer Network Service" that needed to be disabled. I'm now getting 10mbps and with switching to lower bitrate both streams are working!
Nice!
Does anyone know which filter or shader can transform the Colour Source from a square/rectangle and give it an angle? like Skew on HTML
found it, the Corner Pin shader was the answer
That'll work good, but also keep in mind that if it is on a fixed asset like an image or similar, it is uses less resources to load the image into GIMP or Photoshop and skew/manipulate it and save the result, rather than use GPU resources at runtime.
I used the 3D transform filter a few years ago to do a cool triangular pixelation effect by skewing and layering things.
it doesnt let me see my own screen. please help.
If you need help or have questions about OBS, check out our #support-portal first!
I Need Help With The Move Plugin
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!
Wondering what the logo and banner on the OBS Community server are? They are the LGBTQ+ Pride flag, showing our support for Pride Month! For more information, click here
Good morning~ I need a little bit of help with a plugin I'm making. At the current state I'm getting some weird behavior when running through my program. If I run it as is without any modifications I have a pointer that is used as a parameter that goes from being readable to unreadable within the function. This is "fixed" by either printing one of its values before accessing a field, or printing the structures address at the end of the function. In addition to this I can also fully "fix" it without any modifications by adding the tag -O0 to the compilerconfig.cmake file, but once doing that I run into another issue of functions breaking outside of my implementation. All of these are preceded by a start_thread function with the arg parameter being optimized out. Could someone guide me on where I'm going wrong? I'm also on debian 12 using obs 29.0.2. and here is the source code: https://github.com/Love-Pengy/git-stats
Sounds like the code may be doing something in an unsafe way that has its behaviour preserved when not using optimization but which gets lost when optimization is enabled.
Can you show the modified code that prevents the error?
I can see one bug in the code, there is no error checking on the call to malloc()
For sure! Here are the three fixes for the updateTrackedFiles function: one being the -O0 tag (line 23), another being printing "LITERALLY ANYTHING" (line 220), and lastly printing the address (line 260)
I actually didn't know I had to do this! Imma read up on the man pages rq and get that checking added~
malloc() typically always succeeds on modern operating systems with overcommit et al, however one should always check the return code for NULL before attempting to use the returned pointer.
ahhh ic ic
I Got It Figured Out, I Had To Copy The Sources And Scale Them To The Same Size And It Looks So Good When I Switch :)
The Move Plugin Is Hard To Figure Out
Ehhh. Without a ton of gymnastics there's not usually anything you can do to recover in any way if malloc fails, in many cases may as well just let it segfault on the dereference. Not even guaranteed to be able to log something, since that could potentially allocate memory.
Because otherwise it's just like... you check if it fails, and if it does, you do... what?
There are several reasons why not checking for a NULL pointer and handling it properly on malloc() are bad programming practice that can lead to obscure errors. It is bad programming practice to not check for reported errors like this.
fail the operation you were doing, throw up an error message?
and gracefully exit if the point if your program is now moot
This gives examples of why not checking the return of malloc() is bad practice and should be avoided. In particular they give an example where null pointer dereferencing is undefined behaviour and an optimizing compiler can literally do anything. Since the above coding problem goes away when disabling coding optimization with -O0, it is a likely culprit related to the problem in the code. https://medium.com/pvs-studio/four-reasons-to-check-what-the-malloc-function-returned-475234a34ebd
Never rely on undefined behaviour in code. Unless you want to pull your hair out.
🙂
How do you throw up an error message in a way that is guaranteed not to need to allocate memory?
How do you gracefully exit any non-trivial program in a way that is guaranteed not to need to allocate memory?
since when are we not able to allocate any memory?
if your program tried to allocate 3GB and failed, allocating 1MB could be fine
Generally if malloc fails, in most circumstances, you're out of memory. There are cases where this isn't true (allocating big buffers, which is a great place to actually care), but that's generally the exception case.
Hello, I need some help with some plugins and my system, I can't find a fix anywhere online
I'm running Audio Monitor plugin and I'm trying out Advanced Scene Switcher so I can have a macro toggle my filters to get rid of latency, and I've found some issues
I either cannot get the macro to toggle the filter off and on, if it does do something it just turns it off without turning it back on so I have to do it manually, and sometimes it makes the audio of the said filter glitch and it makes it impossible to fix unless I close OBS and run it again.. Has anyone experienced this issue and/or know how to fix it?
im trying to get youtube chat overlay on my stream
Without knowing more about what exactly you have set up in your macros it is very difficult to say what the issue might be.
Feel free to contact me directly and send me screenshots of the macros you have configured and we can try to figure what is going wrong 🙂
The legend himself makes a Discord appearance 🙇♂️ How you been 🙂
Yes yes
anyone know how to do that i cant find how
Look into Lumia Stream or Stream Elements. Lumia Stream is the easiest and if you multi stream you can showcase chat from all platforms. (If you're streaming on twitch btw, you can show chat from else where fyi) But yeah if you wanna add YouTube chat on screen do LS or SE!
Another alternative might be https://socialstream.ninja/ - worth looking into.
thanks
ceux qui ont des Skype avec crédit ping
Gibt es ein aktuell Funktionierendes Multistream Plugin und wenn ja wie installiere ich es denn ich hatte schon mal eins hab alle schritte richtig befolgt aber ich kann immer noch nicht multistreamen
sorry i had ried it on german
Is there a currently working multistream plugin and if so how do I install it because I already had one and followed all the steps correctly but I still can't multistream
!multirtmp
this is the multi stream plugin, and it should work well, if you have issues with it,do ask
A third party plug-in for streaming to multiple RTMP servers is available for OBS Studio. https://obsproject.com/forum/resources/multiple-rtmp-outputs-plugin.964
get what
Reminder 🙏
I downloaded a fresh portable OBS. Added ADV-SS & Move Transition, and it still does it by following the steps mentioned.
I realise there's a default way in OBS to do this transition, or close to it, but this was the easiest to demonstrate the one frame flicker (I think others have been having it happen in other scenarios as well).
As I don't have advanced scene switcher in my debug environment I tried replicating it with 2 color sources and a lua script, but that seems to work fine.
Is the one frame flicker at the beginning or at the end of the transition?
At the beginning. I use ADV-SS to instantly hide/show the two different scene items, to have the transition happen.
With Window Capture, and having any sort of identifiable distinct visual element on the window capture's page you can easily see the flicker. Can DM you an example if you're interested in seeing what I'm referencing.
Don't know if it makes a difference, the example I use is a firefox & a chrome window capture. Not sure if that has an influence?
@quiet bramble ty so so much for your help! I am now able to get the plugin to run fully without crashing at all although I do still have to run with the tag -O0. Is this something I should still try to fix or is it ok to just keep going wth this tag?
yes, please provide an example
Yes, I would definitely debug it to find the root cause of the problem and fix it. -O0 is just a workaround for a bug in the code. Diagnosing and fixing issues like this makes us better programmers, as we may find something as simple as a typo, or something fundamentally wrong and learn from it to write better code in the future.
If something has me stumped at the moment, I'll comment a "// FIXME: <problem symptoms or whatever>" in the code to return to it another time in the future.
Personally, I prefer to write code that compiles without errors or warnings, and I usually compile with warnings treated as errors as it is good practice IMHO.
It's also good to use tools like Valgrind and other code and runtime analytics etc.
Hello! I'm new to using Python code with OBS WebSockets and I'm looking for assistance in implementing a feature that allows me to toggle the visibility of a (group) source by pressing a hotkey. I've got the script mostly figured out, it will successfully connect to the WebSocket server but it won't do anything from there.
I'm also working on a script that continuously updates the text in a text source with real-time data from my Python script.
Can someone help me with these tasks?
ok ill do this for now and try again later to figure it out! I actually used valgrind to figure out how to get it to run so ill try to continue using it to get to the bottom of it! Thank you again for your help <3
If you do want the current script for the first one, let me know
Hello I have a website how do I put my website name into your go live system so people can start stream. I see YouTube twitch and others can you put mine in
We are a new streaming service can you please help
Though last I heard I "think" there's a pause on new services. Best to ask in #development
Thank you for reply but I am not a developer and the web designer I hire I don’t think he knows how to do it. Can you do it for me I can pay
Nope
i need to install elgato stream deck plug in for stream deck on window where i can find it
!elgatosupport they have resources for that
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.
no? not sure who or where you heard that
Noted. Thanks for clearing up.
Maybe I was thinking integration stuff like there is for twitch and YT?
there isn't really a moratorium on anything at the moment
Heard. Thanks
Hey! I'm currently using a shure sm7b, cloudlifter cl-1, and an SSL2 AI. Curious what filters ya'll use? I keep seeing suggestions with ReaPlugins so I got those but I'm a little lost on them haha.
ReaPlugs are great free VSTs, very popular. I'd recommend Kenny Gioia's "Reaper Mania" channel on YouTube for learning about Reaper or the ReaPlugs plugins (that work with any VST supporting software). His videos are AAA tutorials on this stuff, and he's also the official tutorial channel for Reaper. Great stuff, and you'll get a kick out of the interesting way he speaks. 🙂
Reaper Mania - https://www.youtube.com/@REAPERMania
@quiet bramble ty so much for the quick reply! I will give those a watch now. Hoping to see if I can figure out slightly louder audio without picking up everytime I lightly touch the mic arm.
That's typically done using an audio compressor to compress the dynamic range, realigning the output level with output gain adjustment to normalize the volume back to the level (output/makeup gain), and then adding a limiter at the end of the FX chain, set to brick wall limit at -9 or -10dBFS.
The compressor keeps your audio within a dynamic range small enough that people can hear the quietest thing you want them to hear, while the loudest thing that happens isn't so loud that they jump for the volume knob. Typically about 20dB of dynamic range is decent (5 to 20dB depending on taste). The limiter is like a circuit breaker, preventing anything from spiking the volume above a fixed point, to prevent loud jarring noises.
A typical FX chain looks something like: noise suppressor -> noise gate -> compressor(full dynamic range), limiter
May want to sprinkle an EQ in there or very light reverb depending on the use case.
oooo I do like some cathedral reverb
And for fun, you can use ReaPitch to change your voice to sound like Tony Robbins or the chipmunks. 😛
There are a bunch more VSTs that come with Reaper also that can be used in OBS as well.
thanks a ton @quiet bramble for all this info. Im fairly privy with PC stuff but man the audio stuff doesnt seem to click for me yet haha. So much to learn and understand. When I open up the reaplugs in obs i feel like im looking at a different language 😂
Yes, some audio plugins can have a lot of controls that are opaque if you don't learn up how they work. An audio compressor is one of those things where you really can't learn what it is and how it works just by twisting knobs on it. Most people would probably end up thinking "does this even do anything?" trying to figure out audio compression with no understanding of what it is doing and how it works, so it is kind of one of those type of things that you have to follow tutorials to learn how compression works and what the threshold, ratio, attack, release, gain controls do, and on some compressors other controls like knee etc.
Good tutorials will show nicely made graphs comparing the audio level input to a compressor with the output to be able to visualize what it is doing.
Another thing I recommend people watch tutorials on is "gain staging", which is basically normalizing the volume of an audio signal at each stage of the FX processing pipeline, so that you maintain a consistent volume throughout the chain.
Hello everyone I need help. When trying to download an overlay from streamlabs plug in in obs, it is stuck on a screen that says fetching overlay information, and it is not letting me dowload the overlay. Does anyone know how to fix this? ive already deleted and reinstalled OBS and still having the problem
you would want to reach out to streamlabs support for this.
okay, thank you
Ok Thanks i try it later out
is there a plugin that allows you to add volume adjustments to particular scenes?
I'm trying to set up my OBS in such a way that can adjust the volume of a singular audio file upon switching to a new scene, through the scene embedding process
my process:
add the audio source to a scene on its own, will call this the audio scene
-> add the audio scene to scene 1
-> add the audio scene to scene 2
this gets me halfway there in the sense that the audio scene now plays continuous audio when switching between scene 1 and scene 2,
now I need a way to be able to adjust the separate audio levels of scene 1 and scene 2, (which I can then add to other scenes, as the same source essentially, but with adjusted audio levels)
!advss
the plugin below can do that
You can use powerful macros in OBS Studio using timers, cursor detection, window detection, and more to automate switching between scenes, toggle sources, and many other options.
To get started, install the Advanced Scene Switcher plugin and see the GitHub project wiki to learn how to use it.
nice ty
will have a look
so I will have to macro it manually right, it doesn't appear to magically allow me to right click -> add filters
this is what chatgpt tells me to do
but I dont see an audio tab in the advanced scene switcher
jsut General and Macro
do not listen to chatgpt
figured xD
just create a macro that changes audio based on current scene
kk thx mate will have a play around
if it doesn't work, don't hesitate to ask
admittedly I am not 100% sure which 'If' parameter to start on, if you have any ideas I wouldnt say no to some help
i just need it to be "When switching from scene 1 to scene 2, adjust the volume of this source by x"
if scene is <the scene you want>
I think i can forgo all of the embedding and just use a singular source in this case
one macro per scene
got it, nice
it even has a fade option

ty for the help @fossil wyvern happy new year

Need help please
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!
None of my installed plugins work, including move, for some reason after installation, they aren’t showing up on in the Docks menu let alone the scene
Ok on thanks
- Integrated GPU
- Insufficient Hardware
- Windows 11 23H2 (OK)
- No Output Session
- Third-Party Plugins (3)
- No Scenes/Sources
Intel Core i3-10110U @ 2.10GHz - Below cpu encoding requirements / Intel UHD Graphics - Possible bottleneck
move-transition, source-clone and 3d-effect are loading correctly, is there any other you have installed but aren't showing up?
- Hardware-accelerated GPU Scheduler
- Audio Monitoring Device Failure
- Old Version (30.1.0)
- Windows 10 21H1 (EOL)
- Not Admin
- No Output Session
- Third-Party Plugins (1)
Intel Core i7-10750H @ 2.60GHz - OK! / GeForce RTX 3060 Laptop GPU - OK!
this is another pc though, you can ignore this, i just wanted to check for this
where do you expect them to show?
in the dock menu
nope. source-clone is a source type, 3d-effect is a filter, and move adds both filters and transitions
afaik none of them has a dock
so how do i access the move plugin??
in the transition dock if you want to use its transition, in the filters window if you want to use its filters
in my plugin, i have an overlay and Im trying to find the video preview window and center text on it when the overlay is active. Anyone know how to find the video preview? I logged all children and got Widget: preview, Type: OBSBasicPreview but no matter what i do, it doesn't work. im missing something.
video preview** not window.
the black area in case im not explaining thingsproperly
any ideas?
What kind of overlay are you trying to draw? I'm pretty sure the preview is a special widget so all the drawing that is done in there needs to use the graphics api for example the way the overflow texture is drawn: https://github.com/obsproject/obs-studio/blob/master/UI/window-basic-preview.cpp#L21
bro anyone uses this plugin ?LocalVocal - Speech AI assistant OBS Plugin
its driving me crazy
not working as I wish whatever I say it gives me different words
i have tested it but it worked fine for me.
could you share settings with me ?
maybe I talk fast/slow
maybe my accent is differnet
even the translations are wrong
I speak more than one language
no special settings, there isn't some setting that says "use the wrong words" or something so yes it would be entirely based on what it is hearing.
are you having trouble with english captions?
almost every language
not just english
well how about this, record a video in OBS of you talking and i will see the words it is showing and let you know my opinion.
just need to have your mic + a localvocal source so i can see what it hears.
sure 1 second
i can see how it is having trouble.
!log @late trench i would like to see something
@late trench
sure sorry for being late
let me grab it
I'm outside the office
and my rdp disconnected idk
but will send it once I go there
I'm happy to help with LV
cool have you seen the videos above!
Can't on my iphone unfortunately
Are you using a Whisper model for the language you're speaking?
You need a non-english model and set the language to either "auto detect" or the language you speak
yes whisper. I do speak English in the video
Add noise suppression filter before (above) LV
I also suggest you download the latest version of the plugin released just hours ago
And if you have a GPU use the "small" size of the model. A good balance of size of performance
I think I got the latest version, I have Nvidia broadcast on
I don't know if Nvidia broadcast would help LocalVocal somehow..
But getting the CUDA version of the plugin would use your Nvidia GPU
Does anyone know if I can use the vertial plugin to stream on shorts while I stream on YouTube and Twitch via restream? Or do I have to use the multi rtmp plugin?
Any way to reset a sequence in Adv-SS? I got some other stuff figured out with the cameras. But now I'm trying to see how I can reset all the cameras to camera one, then re start a sequence if need be if scene is switched to from elsewhere?
okay, but rather than announce it maybe just leave?
It's both, you do what you need to do.
okay not a discussion that is going to happen here, probably better to just leave.
i guess what i am saying is no one here really cares what you think about it, feel free to keep your opinion to yourself at this point or leaving will not be a choice.
Bump
You can use a different key for each last I checked. No RTMP or Restream needed
ugh, trying to fix my adv-ss macros, any idea why I cant get a hot key to work? If I manual press the hot link it works fine, but adv-ss wont auto launch it
sorry, im tired, hot key
did you set the hotkey properly in obs settings > hotkey?
are you surethe macro is enabled?
are you sure adv-ss is active?
yeah thats all enabled, setup, it will run if I do it on the keyboard but refuses to do it in advss
meh i give up for the night
hi i loking for a filter or plugin i need it for my video captior så i can use my headphone o the filter i dont no the name i had it before
hello guys,
is there a way to make a Hotkey for this button
like : Window projector?
or maybe i can use websocket via streamer bot,
but i dont know what requesttype for it
- Capture Interference
- Windows 11 23H2 (OK)
- 0.2% Rendering Lag
- Windows Game Mode
- Third-Party Plugins (20)
- Portable Mode
Intel Core i7-13700K - OK! / GeForce RTX 4070 Ti - OK!
yeah it's just same
- Capture Interference
- Windows 11 23H2 (OK)
- No Output Session
- Windows Game Mode
- Third-Party Plugins (20)
- Portable Mode
Intel Core i7-13700K - OK! / GeForce RTX 4070 Ti - OK!
Logs look fine. LV loads and loads the model properly.
What seems to be the problem?
its just the transcript
isn't correct
when I say something to write something else
even when I say hello its write thank you
🤣
brooooooooooo
- Capture Interference
- Windows 11 23H2 (OK)
- No Output Session
- Windows Game Mode
- Third-Party Plugins (20)
- Portable Mode
Intel Core i7-13700K - OK! / GeForce RTX 4070 Ti - OK!
AI has now reached a point where it knows what you intended to say, rather than what you actually said. 
LOL
nah nah thanks
just revert that git push
we need the older one
I have a channel for support for LV
Let's take it over there instead of crowding this channel
yes please where ?
just tag me
dm
Anyone know if such a plugin exists that while cropping a source, you also crop the overall output video?
so it kind of ties to the profile's main resolution basically based off the source's crop?
use-case: I want to crop to only show a part of a window on my screen, and capture a render at that cropped region
For streams or for recording?
recording primarily
Typically you want to do that in post production. Called a Zoom or punch-in. Much easier for a pc and app to do in an editor than during the live recording. There may be a plugin that can do the same thing during active capture and rendering, but your perfomance mileage will vary.
yeah I normally do in post
but my workflow really wants to be like
super snappy "instructionals"
so I have a profile called "instructionals" and it always has a dynamically changing output resolution
based off the source I crop holding down ALT
there are plugins for magnification of the area around your pointer, I see lots of instructional videos use those.
yes but the resolution stays at 1920x1080
which uses unnecessary resolution
ie. bigger file sizes
I don't think you would see much of a difference
I guess I could just limit my res to something smaller
but it's just not doing what I want primiarily which is probably a really good idea for many
What is that idea
because when you think about it is
you are dynamically res'ing to the cropped region
You can't change output resolution during a recording.
Make different profiles from the menu at the top of OBS. They save different configurations of settings, like output resolution
Try typing a complete message, and not one line at a time.
it would be before
It don't think it works that way. I would have to test it.
The problem with this is, windows are naturally resizable, so if a profile plugin could "listen" for source crops, you would be able to have it dynamically change the resolution in the profile after it reads a source change a recognizes sayy.... black space on the output res frame
Plus, if you know you will edit, the final render file size will be much smaller, rendering to the quality and resolution you want, regardless of the resolution of the sources.
yes but currently the thing is, if I want to achieve this, I have to do a print screen, paste in paint or photoshop, then read the raw resolution, then set it in OBS manually to achieve my desired idea.
So you want your window capture sources to match the size of the window of the app, and then you want OBS to match the base/output to that size?
again this loses no quality even at small res, and also makes sizes smaller.
I would like my window capture source (CROPPED REGION) to match the base output to that res yes
if a plugin doesn't exist, that's fine, just figured somethign like that would exist
Plugins exist that do all kinds of things.
Do you change the crop size often?
Right click the source, choose resize output
^^
awww hell ya
I knew something like this had to exist!!!
THANK YOU :"D
appreciate the help @spiral ruin @hallow vale
👍
Hello, I would like to install the websocket plugin on obs but it tells me that the plugin does not work. I need version 27 of OBS, how can I return to this version without losing my settings? thanks
OBS' newer versions all have Websockets included. Shouldn't need to install anything.
hey so does anyone know of a plugin that would let you map and pin a source like a camera to a different source's visible pixels and have it track with its movement?
lmk if that makes sense
I see what you mean but I'm missing an option that I see in a tutorial (sorry I'm French haha)
this one
I only have this
Try in the Help menu > Check File Integrity
Sometimes Websockets disappears and that can bring it back
Incredible that was! Thank you so much !!!
Nice! You're most welcome!
@fallen lavacan i ask, is your name a pokemon reference or just a wild coincidence lol
It's just a coincidence haha
ahh ok xD
would you guys happen to know about this?
can you describe what you're trying to do exactly
uhhh yea! so i'm trying to basically map a camera feed of myself on to the "screen face" of my vtuber model so that it looks like shes basically sharing the video feed of me

^the afformentioned model
huh, interesting
ye
i just
dont know how to even start looking in to that in obs
it would be a realitive non issue in like davinci resolve
honestly I don't see how that'd be doable in obs
I think your best bet would be to find a solution in the vtubing program you're using
ah, i dont think there would be any, it would likely have to be a whole other add on to borrow the tracking data and repurpose it like T.I.T.S.
yeah probs an addon or smth but the big advantage is that that way it can get the actual tracking
technically it could be doable with an obs plugin, there are plugins that have adjacent functionalities, but none that I'm aware of that would do that out of the box
you could make a custom plugin for that, but that's a shitton of work
im ok with having to mess with it
im not smart enough in those areas for that sadly
yeah it's not just "mess with it" it's "make a whole-ass plugin"
thats actually a good point it would definitely be smoother
yeeeaaa
yeah I'm pretty sure your best bet is finding smth that does it from the vtuber program
yea thanks for the suggestion! ill definitely look in to that
i need to get another green screen anyway first so itll be a bit


anyone here able to help me understand "advanced scene switcher"? im struggeling getting it to work as i want it too
what are you trying to have it do
since you are here, afv-ss is ignoring my hot keys, they work with the keyboard, but not with adv-ss, thoughts?
show me how you set up the hotkey exactly?
does it not work when obs is in focus also?
what is the best audio options for OBS?
wtf, nm, i spent 2 hours on that last night, today it works, that crash didnt happen till close, so maybe it was in a screwed up staate?
not impossible?
hard to tell wihtout repro
or maybe it just started working because I asked a pro, who the hell knows
like ok, it was there from a previous restore, but just now i screwed it up so had to replace it, so maybe it looked set but actually wasnt? i dunno
i want it to change between scenes, but the scene is in the same window! but resolutions change reguardless, having multiple macros for the 3 different scenes which has the same window makes the macro confused.. im probably doing something wrong
Could someone walk me through the Advanced Scene Switcher? I don't fully understand where to go to do this... My goal is:: when I make one of the colored groups here visible, any of the other colored groups will then hide So only one colored group is shown at a given time, and the other non tagged sources are left alone.
bzsically, you want a macro like this, one for each item.
When item becomes visible, hide the other ones
I'm seriously not sure I understand what you mean
oh, its a macro? I always thought macros were -strictly- key bindings so the label threw me way off. I'll get it set up right away- Thank you!
nah, basically macros are how adv-ss does everything
okey, so the the game has a panel on the side, when i open that panel, the game changes and my sources shift, i've had to make new scenes to avoid the sources from shifting position, i want to have it automaticly change so i dont have to change scene's manually everytime i use the panel
What's the plugin for OBS that would allow me to multi-platform stream?
A third party plug-in for streaming to multiple RTMP servers is available for OBS Studio. https://obsproject.com/forum/resources/multiple-rtmp-outputs-plugin.964
hello my OBS homies 🙂 had a quick question. is anyone else using OBS on Fedora 40 (Linux) with the OBS-NDI plugin?
cuz I am (trying to, anyway) and it is not going well, lol
hello peoples so i have a little itty bitty thing. i have a ayy portable monitor and i would like to figure out how to connect my switch to it so i could livestream but i need it connected to my laptop at the same time to do this. I would like some help with it.
Do you want to use the monitor for game play or for an extended display from the laptop?
im trying to use monitor for gameplay as the system is connected directly to monitor
Then you need a capture card with HDMI pass-through.
HDMI from the Switch --> HMDI input of the capture card
HDMI pas-through output from the capture card --> Monitor
USB Out from the capture card --> laptop.
any capture cards you reccomend?
Mirabox, Avermedia, Elgato. Any name brand will be fine. But specifically, you need a pass through port.
Hi @regal breach, hope you're well, just a quick question regarding the Media Playlist Source you developed, I've downloaded it and seems to be working OK at the moment, I do like the speed option as well, only question is if it's possible to add transitions inbetween the video files you've chosen like a simple fade in/out for example for a smoother end result and if I missed something how I can implement these transitions? Thank you in advance.
hi, that's planned, but unfortunately it will take some time as i still have actual work. also i plan to first implement the playlist dock before implementing transitions
though since you brought that up, i might, just might, do that first lol
Smashing, can't wait then!
For help with the Aitum OBS plugin or their tools and services, please join their community Discord server for direct troubleshooting.
Using obs-shaderfilter as an example: what's the difference between the .shader and .effect files it provides?
You mind deleting that?
.shader is smaller than .effect file and has a default implementation for the missing parts
If I were to grab the following code from a website that provides "GLSL" shaders would I simply tag a .shader or .effect as the filetype assuming it's that simple?
precision highp float;
#endif
#extension GL_OES_standard_derivatives : enable
#define NUM_OCTAVES 6
uniform float time;
uniform vec2 resolution;
mat3 rotX(float a) {
float c = cos(a);
float s = sin(a);
return mat3(
1, 0, 0,
0, c, -s,
0, s, c
);
}
mat3 rotY(float a) {
float c = cos(a);
float s = sin(a);
return mat3(
c, 0, -s,
0, 1, 0,
s, 0, c
);
}
float random(vec2 pos) {
return fract(sin(dot(pos.xy, vec2(12.9898, 78.233))) * 43758.5453123);
}
float noise(vec2 pos) {
vec2 i = floor(pos);
vec2 f = fract(pos);
float a = random(i + vec2(0.0, 0.0));
float b = random(i + vec2(1.0, 0.0));
float c = random(i + vec2(0.0, 1.0));
float d = random(i + vec2(1.0, 1.0));
vec2 u = f * f * (3.0 - 2.0 * f);
return mix(a, b, u.x) + (c - a) * u.y * (1.0 - u.x) + (d - b) * u.x * u.y;
}
float fbm(vec2 pos) {
float v = 0.0;
float a = 0.5;
vec2 shift = vec2(100.0);
mat2 rot = mat2(cos(0.5), sin(0.5), -sin(0.5), cos(0.5));
for (int i = 0; i < NUM_OCTAVES; i++) {
float dir = mod(float(i), 2.0) > 0.5 ? 1.0 : -1.0;
v += a * noise(pos - 0.05 * dir * time);
pos = rot * pos * 2.0 + shift;
a *= 0.5;
}
return v;
}
void main(void) {
vec2 p = (gl_FragCoord.xy * 2.0 - resolution.xy) / min(resolution.x, resolution.y);
p -= vec2(12.0, 0.0);
float t = 0.0, d;
float time2 = 1.0;
vec2 q = vec2(0.0);
q.x = fbm(p + 0.00 * time2);
q.y = fbm(p + vec2(1.0));
vec2 r = vec2(0.0);
r.x = fbm(p + 1.0 * q + vec2(1.7, 9.2) + 0.15 * time2);
r.y = fbm(p + 1.0 * q + vec2(8.3, 2.8) + 0.126 * time2);
float f = fbm(p + r);
// hornidev
vec3 color = mix(
vec3(0.3, 0.3, 0.6),
vec3(0.7, 0.7, 0.7),
clamp((f * f) * 4.0, 0.0, 1.0)
);
color = mix(
color,
vec3(0.7, 0.7, 0.7),
clamp(length(q), 0.0, 1.0)
);
color = mix(
color,
vec3(0.4, 0.4, 0.4),
clamp(length(r.x), 0.0, 1.0)
);
color = (f * f * f + 0.9 * f * f + 0.8 * f) * color;
gl_FragColor = vec4(color * 0.7, color.r);
}
Or is it not that simple?
OBS shaders are written for DirectX, and are kinda sorta Microsoft HLSL, however they're a subset of what HLSL can do, with various caveats and quirks so to speak. So any GLSL shaders taken from the web or elsewhere will not work in OBS without 2 forms of conversion. One is conversion between GLSL and the subset of HLSL that OBS uses, and two is conversion between the semantics of the website or other source of the shader, and the plugin used to load the shader in OBS. For example, on Shadertoy they provide shaders with a timing variable called iTime, however if you are using OBS Shaderfilter, this is called elapsed_time so it needs to be converted to that. Other shader plugins call it something else. There are a handful of things like this.
OBS shaders can not use global variables at all, except the 'uniform' type, which are configuration parameters that will be shown to the users. So any form of global variable such as constants need to be converted to something else in order to work in OBS. One way is to make them preprocessor macros with #define, otherwise they may need to be declared in main() and passed around to functions or some other mechanism.
HLSL and GLSL are quite similar to each other with probably 90% of the syntax being the same, so there are a handful of things you can search and replace to convert a lot of it. Like "vec2" in GLSL is "float2" in HLSL for example. Or "mix()" in GLSL is "lerp()" in HLSL.
That at least answers the question but that's bout it as I don't understand any of the code 
The arguments to atan() are reversed between the 2 languages, and matrices are handled differently between the two. Also GLSL has 0, 0 at the bottom left with Y increasing up the screen whereas HLSL the origin at 0,0 is in the top right with Y increasing downward.
The shader looks simple enough to convert at a glance.
If you grab the code off of ShaderToy, Exeldro's shaderfilter can convert many of them to HLSL if you paste it in the text box.
The thing is I don't understand what to grab because some of them have multiple tabs/things and not sure what to grab.
Shaders that have multiple tabs are incompatible with OBS and can't be converted using the shader plugins, however it is possible to make them work with a hand written OBS plugin or LUA script.
I've got a growing library of multi-pass/multi-buffer shadertoy shaders bookmarked that I want to get working in OBS in the future... but it requires getting dirtier hands hehe
In theory I think it is possible to make a shader plugin for OBS that could directly load shadertoy shaders, just nobody's done it yet. I imagine it's a matter of time until myself, Exeldro, or one of the OBS devs does it tho.
The upside is I've at least got an extension/userscript that can download them from shadertoy as webm so that's nice but I'm clueless beyond that.
The big roadblock is the autoconversion of GLSL to HLSL which is more complex than it might seem due to some of the differences in the languages.
I'd have to double check, but it might be possible to load shadertoy shaders and use them in OBS using 3rd party software like Magic Music Visualizer or Synesthesia. I seem to recall seeing that somewhere but it's been a while.
They work with OBS externally by using Spout or NDI IIRC.
Unfortunately they're paid software, not free.
There's also VSXu or whatever it got renamed to...
Ah, it's called VZX Visualizer now... https://www.vzx-visualizer.com
Yeah, not sure if it has that feature or not, I thought it did tho. It used to be open source, but I think they switched to proprietary
I also found this which may be of interest when shadertoy isn't taking a 💩 https://old.reddit.com/r/Twitch/comments/wjcbue/using_glsl_shaders_as_sources_in_obsslobs/
Oh yes, for purely generative shaders on Shadertoy, you can just load them as browser source maximized to play them. For shaders that are filters though that wont work however there is another nasty way to do it.
Forgive me for this violation of the Geneva convention but... LOL
You can use OBS virtual camera or virtual camera plugin to export a source as a camera, then configure your webcam on shadertoy as input using the virtual camera, then configure the shader inputs at the bottom to use your webcam, then capture the web browser with application capture to display the results in OBS. I've done that before to test a few shaders in OBS before converting them. 🙂
I would not rely on this technique for production though as it has to be manually set up each time and is kind of fragile. 🙂
Ok, that would not work with current OBS because you need to apply it to an individual source or scene, but lo and behold I have a more insane way to do it because that's the way I friggen roll. LOL
Current OBS with Spout plugin, plus older version of OBS which has the old virtual camera plugin supported. The old OBS is installed in portable mode with the virtualcam plugin and Spout plugin. On the new OBS, attach spout plugin filter to output you want to pass through shadertoy website. In old OBS, add Spout Source to pass video from one OBS to the other. Attach virtual camera plugin output to that scene in the old OBS to export the video to a virtual webcam, which you then use on the Shadertoy website, and then do application capture in the new OBS to capture the web browser output.
Where there's a will, there's a way, that's my motto. 🙂
Digital bungie cords and duct tape FTW
You know, I'd pay good money for a single webpage somewhere that collected the details of porting shaders to OBS and such, for people familiar with shaders but not with OBS specifics (and not experts on them in general). At the moment I always chicken out when I go to do something shader-related in OBS just because of how hard it is to pull everything together in my (feeble) head.
an OBS librashader plugin would be quite cool as well
I have a pile of text file notes scattererd all over the place, I should gather them together sometime and publish it somewhere
BTW I was speaking of video settings from here that I use to "record" the shader window and save as webm https://github.com/andrei-drexler/shadertoy-userscripts
Could anyone with some knowlage guide me trough some programming of "advanced scene switcher" send me a private message please!
You're better off just asking any specific questions that you have.
having trouble putting words into what i want to do about it, it is alot easier of i could show someone
Problem is that most people don't accept or do DMs for support stuff because it tends to be a really bad idea especially if you don't really know someone, so appeals to do support in DM are likely to go ignored by everyone. It's best to just state the problem or what one wants to do, and hope that someone is around who might be able to provide insight.
Also, support given in DMs can not be moderated by the OBS project, and people may give out horrible advice in DMs that goes unchecked.
Also also, having a public discussion means that other people can benefit from it, not just you.
yep, that too, and can chip in other advice the one person might not have thought of.
Another thing worth noting that might not be obvious to everyone too, is that anyone who is generally quite helpful to people or perceived by people to be helpful, who leaves their DMs open and actually helps people in DM, will almost always end up having people bypass public questions and go directly to them in the future every time they need help. Multiply that times a number of people and it becomes a burden quite quickly, which invariably leads to people disabling their DMs. 🙂
(especially on a Discord server with 185,000 people on it)
Have this discord really not accumulated any more people in 4 years?
weird. I wonder if the number shown in the invite embed is accurate or not
I remember it being above 200 at some point
pretty sure it comes and goes
and for bigoted reasons I'd tend to think a few people left recently
natural attrition this month for sure
My guesses would be a) people received tech support and left or b) bots got hit by ban waves.
Another possibility is if the OBS project uses the "purge" feature, although I suspect that they probably do not. IMHO purging users on Discord servers has limited value and possibly even negative value.
Does anyone happen to know if there are any heart rate apps that work with zeblaze smart watches that I could use for heart rate on stream? I seem to not be able to find anything.
Pulsoid is not supported
I may be in the wrong chat for this
EDIT - oh my good lord it's the output timer, i didn't even know this existed I tried looking, but apparently I am the only person on the internet with this specific problem 😭 - I had the OBS RTMP Multiple outputs plugin -> I stopped multistreaming -> I uninstalled it -> now when I click "Start Streaming" I will be live with perfect bitrate for about 30s and then I disconnect, no attempts to reconnect by OBS, it just stops streaming
I'm making a new controller profile for the input display plugin. Can someone explain why the plugin is suddenly expecting a gap of 0 pixels between the unpressed and pressed versions of buttons, and for the d-pad it's actually expecting a negative gap? (An overlap.)
None of my other existing profiles are behaving like this, despite all the values in their JSON files being the same.
EDIT: Somehow managed to forget it's supposed to be a three pixel gap between elements, not a one pixel gap. Took me embarrassingly long to figure out that mistake.
The worst part is I've made several profiles before and knew this. I just forgot. x_x
<@&715347355565817879>
yo anyone got any idea for a plugin that lets me mirror my iphones camera to obs?
I use EpoCam pro (elgatos cam app). It was like $9 and works great, both wired and wireless.
!phonecam yeah there are a few.
To use your iPhone or Android phone as a webcam, follow the Smartphone Camera Guide.
is my request wrong? { "request-type": "SetSceneItemProperties", "message-id": "16", "scene-name": "Scene", "item": { "name": "Hide", "visible": false } }
it should hide object named Hide but i does not
here is the response { "update-type": "SceneItemVisibilityChanged", "rec-timecode": "28:34:15.309", "scene-name": "Scene", "item-name": "Hide", "item-id": 16, "visible": false }
this looks like OBS WebSocket 4
is there a reason you are not using OBS WebSocket 5?
it does not work
remember that v5 uses a different protocol format. They are not interchangable
what specifically isnt working?
i think it worked this time
it says {"d":{"obsWebSocketVersion":"5.3.4","rpcVersion":1},"op":0}
nvm it says ```
websocket: close 4010: You appear to be attempting to connect with the pre-5.0.0 plugin protocol. Check to make sure your client is updated.
thx
i have not looked at elgato stuff, but personally i would go for a free option since this was gonna be for one project
here is the v5 protocol page.
https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md
i got it working
I know it's probably a dumb question, but is there a plugin to manage sources universally? So I can find the scenes where the source is at to remove or make sure that "they are there"?
Don't think so, you mean the sources in each scene (scene items) when you say sources right?
You could look into Scene Tree Folder Plugin if it's still up to date, might help.
Yeah, I was thinking on something like if I click on the source, it'll show the scenes where it's located. Because I do have that especially with Browser and Audio sources, so it becomes a pain when I have to make some changes 
hey so um
I need help on obs Websocket for OBS Blade, if I can get help with that
I have everything installed and I tried to connect while they say the client is connected, but the app won’t connect to the socket
I really need help with this issue
- Insufficient Hardware
- Outdated Plugins (1)
- Integrated GPU
- Windows 11 23H2 (OK)
- Not Admin
- No Output Session
- Third-Party Plugins (1)
Intel Pentium Silver J5040 @ 2.00GHz - Below cpu encoding requirements / Intel UHD Graphics 605 - Below minimum requirements
oh
outdated…
that’s another problem
I’ve been trying to download the latest version of the plugin,
but it keeps saying failed to load, no matter what I’ve been trying to do to fix it
Websockets is built in to OBS. Uninstall the plugin and then do Help Menu > Check File Integrity
here is the link for the most recent version of OBS WebSocket 4 compatibility plugin for OBS 28+ -> https://github.com/obsproject/obs-websocket/releases/download/4.9.1-compat/obs-websocket-4.9.1-compat-Qt6-Windows-Installer.exe
Does Blade need a 4.x compat?
That’s the one I’m using
not sure, i havent used Blade
and it won’t connect
OBS includes OBS WebSocket 5.0
the one I posted above is 4.9.1 and it works for me, because I am using it in my OBS install
Try what I said first
Might be good with the built in
(I use both 4 and 5 for different things)
idk cuz
it does not.
uninstall as Dot mentioned, then check file integrity to reinstall the correct version of websocket that is built into OBS.
👍
How can i show stream chat in game overlay usening obs?
you mean show your chat on your own screen over your game?
When i play minecraft as full screen i want to see chat when i am playing i dont want to obes obs to see
OBS doesn't provide any overlay to show in your game, sorry.
Why
it is not a feature that the software has.
Can obs make update for this?
no one is working on this that i know of, so i wouldn't expect to see it any time soon.
has anyone made a plugin to have multiple stingers set and it randomly uses one of the picked ones?
hi there, i'm searching for a plugin, and maybe someone can suggest me something valid
i want a way to prevent me to change scene when i click on it, sending me automatically in studio mode
does something like that exists?
Dont think any plugin with functionality that specific exists. What problem are you encountering, that leads you to desire this as the solution? It's possible whatever the problem is that you're having that there might be some other way to solve it.
can't you just… open studio mode?
Or set OBS into Studio mode by default and remove the Scene dock via the top menu.
I want to have the preview hidden (temporarily) while staying in studio mode
because i'm afraid to change scene by mistake
Right click on the preview and you can turn it off, then right click to turn it on when you want to see it again.
Hello, quick question im looking to use OBS as a lighweight media player, i want to keep just the core features needed (Scene display, scene switching, video decoding etc) and trim away the unnessecary features for my use case (recording etc). Is this possible and how hard would it be?
why?
running it on RPI5
as a display with other scripts any additional bloat slows it down pretty bad
no I meant why would you use obs as a media player
Because I needed software to display video capture and also be able to dynamically siwtch scenes according to a script
right, so not actually a media player at all, but a compositor
yes ig
i guess start gutting away things and see what breaks?
yeah most of the stuff is plugins, so just yeet the files of the plugins you don't need?
that's a good start without even needing to touch source or compiling
but I'm not sure you'd get that much of a performance boost
i was just going to say, if you aren't actively recording it is not like the feature being there is somehow changing how the software performs in any meaningful way.
hmm yeah is there a better way to create a lightweight compositor?
yee I don't see a lot of features that use performances when not being used
obs is a pretty lightweight compositor
you've tested OBS as-is and it doesn't work for your purpose?
just, the task of compositing is not lightweight in of itself
esp, rpi5 doesn't have an actual gpu, does it?
then yeah that's your issue, software rendering is really really not efficient
but id like to bring that up
that's kinda the whole reason we have GPUs
hmmm
i wrote a new plugin if anyone is interested: https://www.youtube.com/watch?v=ErdDOv8WwF0
jrDockie (save and load window and dock layouts)
That's pretty neat! Though I admit I'm pretty curious about some of the other plugins in that repo
Plus the combination of the naming scheme/layout is a bit hard to process along with no description of the plugins themselves.
Only a suggestion but something like this with a readme.md in the source files root
OBS-Plugins/
├── PluginName1/
│ ├── SourceFiles
│ └── PluginName1.zip
├── PluginName2/
│ ├── SourceFiles
│ └── PluginName2.zip
├── PluginName3/
│ ├── SourceFiles
│ └── PluginName3.zip
└── PluginName4/
├── SourceFiles
└── PluginName4.zip```
yeah i havent done a great job of documenting or making these suitable for others
probably my other most useful general plugin is textml
i have youtube demos of most of them
https://www.youtube.com/watch?v=r8yNA9aBO6c much too long just jump to 9 minutes in
can someone point me in the right direction here--
I'm looking for a method to animate an image or sprite when my friends talk. To clarify the animation, I don't want it to be an image highlight, but a change in image. (from an idle image to a talking image)
I know something like that exists, but anytime i look, all I see is items that show their discord icon, and just put a green ring around it when they speak- wich is not what im looking for.
Any help would be greatly appreciated.
friend being talking over discord?
yes.
Alright, I'll give this a shot. Thank you 🫡
all the looking i did, and this name -never-poped up.
hello i need help
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!
Hello. Somebody know a plugin for instant replay of a source and not from the program? But replays with a duration longer than 5 seconds because I found one but just replay 5 seconds
The replay buffer is a feature that allows you to keep a rolling buffer of OBS' output for a set amount of time (known as "flashback recording"), which can be saved to disk as a recorded video when a hotkey is pressed. You can enable it via Settings -> Output.
The Vertical plugin has a feature called Backtrack; essentially the same as the replay buffer in OBS. With the plugin you can select only the scene/source you want to clip for replay.
i am getting an authincation error 400 when trying to log into restream through OBS. any idea what is causing this and how to work around it?
nevermind i got it had to log out and relog in
Error 400 is a "Bad Request" - normally a bad connection or bad credentials
anyone have something i can use that will show a clip from a person who raids me on twitch?
That would be via an alert provider. There are a few out there that offer this functionality. I just did a Google search for twitch alert that shows clips of streamers raiding into stream and got a bunch 🙂
Does the vertical plugin play well with the multiple rtmp outputs plugin in that does it let us setup separate multiple output streams from the vertical mode as well, in addition to keeping the usual multiple outputs from the standard horizontal mode?
not that i am aware of
multi-output plugin i think only pulls from the main default canvas
but i havent used vertical canvas in combination with multi-rtmp to know for sure
Just saw this in the changelog of Aitum Vertical:
Version 1.3.0
Nov 18, 2023
...
Added multiple output support for the Vertical canvas (akin to multi-rtmp support)
...
So found the answer...it doesn't play with the multiple rmtp outputs plugin for the purpose per se, but rather features that functionality built-in for its vertical canvas.
tried asking on their Discord server?
ah
(Note to self: Always research before asking in forums/chat)
no, you're good. sometimes folks need a good kickstart
Hope it'll be helpful to others who didn't know about it before either
Hello! Can someone tell me how to fix Nvidia not showing up in my OBS? I.E. the sound filters - after I have installed
Have you restarted OBS after installing any plugins?
I did and no Nvidia files are showing in OBS
Do you have more than one copy of OBS installed at the same time?
No
!log @tardy ruin
@tardy ruin
- Auto-Config Wizard
- Hardware-accelerated GPU Scheduler
- Wi-Fi Streaming
- Windows 11 23H2 (OK)
- Not Admin
- No Output Session
- Third-Party Plugins (3)
Intel Core i9-13900K - OK! / GeForce RTX 4090 - OK!
Looking at your log file, it shows the NVIDIA noise suppression is loaded and seems to be present
But when I go to the filters - noise suppression - nothing shows for NVIDIA
22:16:00.618: [noise suppress: 'Noise Suppression'] NVAFX SDK redist path was found here C:\Program Files\NVIDIA Corporation\NVIDIA Audio Effects SDK
22:16:00.621: [noise suppress: 'Noise Suppression 2'] NVAFX SDK redist path was found here C:\Program Files\NVIDIA Corporation\NVIDIA Audio Effects SDK
...
22:16:34.985: [noise suppress: 'NoiseSuppress'] NVAFX SDK redist path was found here C:\Program Files\NVIDIA Corporation\NVIDIA Audio Effects SDK
22:16:34.986: User added filter 'NoiseSuppress' (noise_suppress_filter_v2) to source 'Shure MV7 Mic'
Do I need to move these files under my OBS plugins?
No. It automatically detects it installed on system and loads as appropriate.
were you gonna recommend some or just be vaguely useless?
That's kinda rude. Boneshooter told you a great way to find the options. Not everyone has used these things so don't make specific recommendations.
And there is no one size fits all anyways.
well considering i used google and only found 2 results that fit my needs and they're paid. yeah, if someone is gonna be helpful then they should provide more information than rudely saying "just google it"
I just googled it and got results for streamer.bot, stream elements, and twitch's own built-in system for alerts. All free
Also Stream Scheme, EposVox, Nutty, or Cpaws Music on YouTube will likely have tips and tutorials on how to do everything and anything in OBS
They're what I used to set myself up
so as a heads up, based on their description, they are looking for a way to play a clip from the RAIDERS channel. So if someone raids me, i can play a random clip from their own clips.
As far as I am aware, i dont know of a service that currently offers that already written up and packaged for use.
Twitch.guru does - not free 🙂
StreamerBot could -probably- do it with the right scripting and actions, but it would need to be all custom done.
since StreamerBot can use C# code as well
Would almost bet someone has already done it. Might be available - free or for a small cost for their time.
i just dont know enough of the TwitchAPI to know if it can be used to pull OTHER folks clip URLs, and not just your own
though if guru can do it, it must be in there somewhere
Yup. Can't blame them for charging for it since as you eluded to - it's not "common knowledge" on how to make it work
I will say, it’s a neat idea. Usually when you get raided, you introduce your stream to the raiders. Showing clips of the raiders channel to your own community is kinda cool
It's kind of cool - until you have someone raid in who's a bit chaotic and may have clips of unhinged stuff and your stream is a bit more "sedate" 😛
Yep, thats the potential drawback
At which point, you only do it for raiders that you know or know of in some way
Vetting is very important
VERY important 🙂
Hello everybody! faced with a problem and do not know where to turn. The essence of the problem is that in the obs studio program, the viewer subscription widgets are not displayed during the live broadcast, when I press the test notification button, it comes, but when real viewers subscribe, this notification is not there, please help to solve my problem.
You'd need to speak with whoever provides you the service/widget.
I contacted support, they said that everything works for me and advised me to simply delete and reinstall the widget, but it still does not work as it should
if the test notifications show but the actual ones do not, that is entirely an issue with the provider of the widget you are using.
please reach back out to them.
Can I solve this problem if I create my own widget?
best path forward is to work with whoever provides the service you are trying to use to fix it.
either way, not something we can help with here.
thank you for your advice
<@&715347355565817879>
normally you'd uninstall them like any other software on your computer
Thanks for the reply. I unistalled OBS (keeping settings) and re-installed and now all of my NVIDIA features are showing in effects and audio. Thanks for getting me started in this rabbit hole that I got out of...lol
If you go to your obs folder (default program files > obs-studio), there'll probably be a bunch of uninstall.exes littered in the folder. Find the one for the plugin(s) you want to get rid of
At least that's how I've been doing it
Hey all, I feel like the answer is no from several of searches I did but I would like OBS to automatically switch to a specific scene if I ever roll my scrollwheel in any direction. Literally 100% of the time I hit my scrollwheel is when I want to go to this scene and it would make my life 1000x easier if scrollwheel switched to it automatically. Is there any way for advanced scene switcher, macro hotkeys, or basic hotkeys to bind to/detect the mouse scrollwheel?? 🖱️
Hey, can some1 help me configurate obs? im new on it i would like to start streaming, if some1 could give me a tip, advice i will 100% accept it!!
!new @shrewd pewter
✨ If you're new to OBS Studio:
- follow the Quick Start Guide to set up your first scene and get streaming/recording
- learn more about the interface in the Overview Guide
- follow the Stream Layout Tutorial series to create a stream-friendly layout, including setting up alerts and a chat box
🎞️ If you prefer to learn with videos, check out:
- our OBS Studio Tutorials video series presented by EposVox
- EposVox's OBS Studio Master Class series
- Nerd or Die's How to Stream with OBS Studio series
Look into Lumia Stream or Stream Elements. Both are free. Lumia Stream might be the better option.
You can pay for other features and even do a lifetime price.
But free should be perfectly fine for many of your needs
I recommended Lumia Stream to them. With Lumia Stream you can also create variants if you pay for premium. So you could create special shout-outs and different raid events depending on who raids you.
Assuming you also have some special friends who come in!
Thank you. Appreciate the info. Without knowing personally about this "feature" I didn't have any specific recommendations and as others said - there is no app that fits everyone and with them not providing whether they were looking for specific things or paid / free options it's difficult to suggest something. Again - appreciate the information.
Might be able to do that with Streamerbot? I think it would rely on mouseWheel() functions in some code.
But I could be wrong.
I know some people use a MIDI device or stream deck... What are you trying to do that requires it to move on scroll?
You can also set it up on middle click
Anytime, and definitely understand. Also it's best when people articulate things a little more. Makes it easier to recommend stuff or at least figure something out.
Also it's somewhat new I feel like.
I've mostly seen it with Lumia Stream but apparently Stream Elements has an alert or widget too.
Then of course people I'm sure have done something with Streamerbot!
hey guys
so I was working on a idea and was thinking to build a plugin that can help content creators post directly to the platform using obs.
So wondering if anyone can answer few of my questions on it.
The input overlay plugin runs the analog stick radius value through... modulo 256!?
I was trying to implement a hacky solution to a controller problem by using an absurdly large analog stick, but it looks like that's not going to work. That's a problem for very high res profiles too.
Ah! Here it is! In element_analog_stick.cpp.
But why an 8-bit integer?
