#plugins-and-tools
1 messages ยท Page 112 of 1
I want make my webcam move and follow the face of someone in a video
Will move-transition work for that?
Nope, you need face tracking and replacement with your webcam for that. The closest thing for facial tracking features would be Snapchat's snap cam, the StreamFX face tracking feature (doesn't do what you're asking). To do what you want would require custom solution using a computer vision library like OpenCV or similar. Not aware of any plugin for OBS that can already do this.
I would be able to do the path manually if there was a way to animate the transform of a source
I basically just want to move my webcam around with keyframes like how you can do in a video editor
move-transition plugin lets you animate the transform position/size etc. as well as arbitrary properties of other OBS filters and other things.
You don't manipulate keyframes however.
You see I want to make it move around to follow a light saber battle xD
custom programming
Have a look at the OpenCV library
Packt Publishing had some free OpenCV books over time, not sure if any are free still
So there are no plugins to animate source positions like a what Adobe has :/
What about if I masked te video with green and replaced the green with a webcam key?
Is there a way to replace a color with a source?
You can animate any property in OBS for the most part with move-transition, but it does not look at or follow anything in the video itself, you specify the path statically.
Yes, you can chroma key or color key it out, but it isn't going to track the position of something.
Well if I just correlate the path with the vid it would work right?
So I could have it follow the path manually and the vid is just layered under it
You see it's just a simple idea
Have the webcam follow a video making it seem like I am a character in the vid :P
Or making it possible for chat to blast me off to the moon
If you can extract offset coordinates of the path to follow over time in lines (and I think beziers) and the timing of the end points, you can specify a sequence of move-transitions to move from one point to the next in sequence, but this is specifying the path manually and no motion tracking
Yeah that would be fine
Another way to do it is via MIDI
Midi?
If you're not familiar with MIDI that'd probably be a huge learning curve.
Yeah ๐คฃ
MIDI is an automation protocol designed originally for keyboard synthesizers and other musical instruments for automating them like a Player piano.
I wish there was a simple source animate plugin
It's used for automating just about everything nowadays, lighting, triggering explosions on movie sets, you name it
There are a bunch of solutions for animating but nothing comprehensive like one might find in expensive proprietary software.
Poly is a 3d software like obs and it's got it but I don't want the whole 3d thing plus it's not as polished
Animating can be done with move-transition's various filters, as well as a Stream Deck plugin by Bar Raider, custom LUA scripts or plugins, or via remote control from external programs using websockets plugin. The MIDI plugins communicate with OBS over websocket, so the way it is controlled is by using DAW software like Reaper or similar and having one or more MIDI tracks control animating properties in OBS along the time code.
I know of another solution also but it is not yet publicly available. I'm trying to get in touch with the author to find out his plans as he intends to release it as open source widely eventually but not sure when.
It has a more keyframey like interface IIRC, and is an external program that controls OBS over websocket I believe
I think it has (or has plans later) to have MIDI control also
I see :P I will try move-transition and see if I can manually track some videos and make scenes that the viewers can trigger with channel points
I want silly stuff like a fast and furious race or a moon walk
Oh you most definitely should be able to.
If you like I can share his name/stream via DM and you could check him out and perhaps chat him up to get a copy to beta test. He's been pretty friendly with sharing it with a bunch of people in the past.
Well go for it ๐คฃ
he doesn't hang out here in OBS discord tho I don't think
I am always trying to meet more people as I am trying to go full time as a streamer
K, you need to open up DMs first so I can send ๐
I would just share it here but wouldn't want him flooded with 10000 DMs ๐
Open
I think he's integrated the Unreal Engine 5 into it lately also, or that might be separate but controlled by it
yeah, it's on my infinite TODO list of future interests also ๐
Hey guys, I was wondering if anyone knew what to do if you forgot your password for the replay buffer websocket plugin, is there maybe a way to recover it?
You can reset it, put a new password in there, then you have to update the password in any apps that use it.
Does anyone know if there is a ndi-plugin server? or if there are launch params for the plugin?
The plugin has no launch parameters.
X-Y detector activated! ๐
@south hare What is the underlying problem you're trying to solve?
https://youtu.be/i1SeCHmkRKM
Is this the feature you are looking for?
If you need help or have questions about OBS, check out our #support-portal first!
ok
I'm thinking an idea to have a non-GPL CLI program receiving NDi and writing a stream to stdout in a standard format. Then OBS's plugin will just call it.
@hollow stirrup its okay I managed to pull off what I wanted to do https://www.youtube.com/watch?v=G0LrGGTM6Vk
It's cool but I don't have an idea to quickly implement.
Out of interest. Is there a translation tool for OBS?
In what context?
English voice to other onscreen subtitles.
That I'm fairly certain is a no. There is one that outside of languages like Russian/South Asian will work but only between the spoken language.
When do you plan on making this public?
soonโข
Good Morning / Afternoon everyone, does anybody know a plugins or filter to fix streaming from HDR content
OBS doesn't support HDR at all, so HDR content would have to be converted to SDR externally
Not sure what the best way is to do that.
yeah its a little bit sad.. to disable HDR when you need to stream
might be able to do something on a 2 PC setup perhaps
There has been some dev talk about supporting higher bpc color and HDR, and I believe initial discussion in RFC or something, so they're thinking about it. But from what I'm able to glean it is going to be a massive change for OBS and probably not happen for a while.
Could use a LUT as well
LUT filter doesnt really work for me tried multiple time
LUTs work well assuming you A) have one that can, and B) the game's HDR doesn't push full brightness.
eg: CoDs HDR can be LUT'd down really well. Battlefield's HDR can't.
yeah he doesn't have LUT for my game Age of empire IV ๐ฆ
it's not free I will not pay for it if I am not 100% sure it work, but yeah let me play with the brightness little bit...
Hmm, cool hacks for some games, but as he says not a proper solution too. I am thinking in theory a plugin could perhaps capture directly itself (but that'd be a massive can of worms) and then tone map and output to OBS, but what kind of mad man would try to do that. ๐
it's all of $5?
inline tone-mapping would be HELL on the system.
see: mrillis action as an example.
Ah, I see what he's doing. Could do similar in GIMP with the Sample Colorize also.
The problem with using the LUT filter for HDR to SDR is that it needs the input to be [0,1]. That's fine if the game is outputing PQ, but not if it's outputting CCCS.
Automated HDR on SDR support may come sooner than full HDR support. We'll probably just force Reinhard to begin with.
Why would outputting HDR be less taxing?
hm. maybe i misread what you're saying.
Automated HDR on SDR support i somehow transposed on to to
meaning: a conversion
There will be a conversion, Reinhard like I was saying.
converting HDR to SDR then.
But some extra shader math would unlikely be more expensive than double render-target writes.
ok. my only experience with this is Action!. and its HDR to SDR kills your system.
versus, say, just recording a 10-bit video in something like geforce experience: hitless (basically)
what is missing in OBS to support a 10-bit color video? instead of 8bits? where is the limitation?
The compositing space is 8-bit for one. We don't want to switch to 16-bit universally and penalize SDR video perf.
And then there's color space management to be added to handle compositing SDR and HDR sources, and automatically converting as necessary along all chains of transitions, filters, and nested scenes.
Ideally without breaking existing plugins.
I don't think Action! has to solve composition issues does it? I think it only ever streams one source at a time, but I didn't look that thoroughly.
they composite
Tbh, I have most of these problems solved in a branch, but it's going to take time to push everything into master.
can we test that branch?
if you can build it: probably.
any hits to game perf while in-line converting?
I haven't done any perf measurements yet. We'd also have to see about using LUTs vs. shader math.
#off-topic is probably where you want to be @mortal harbor
can we test that branch?
I don't really want to be in a position to have to answer questions about it though. Just takes away time from getting things done.
we're discussing OBS plugins in this channel.
yep. that's what i'm waiting for. :-)
Yeah that sounds like a massive challenge with pain
It did look that way, but I think I solved it? We'll see though, ha.
Would the inclusion of this bring more generalized color support options to OBS, like choosing between linear/perceptual and 8/10/12bpc int or 16/32/64bpc float formats?
I suppose the latter doesn't make sense
Was curious as I've hit some problems in GIMP between all of those formats
I figure plugins are likely to have similar problems to contend with
anyone got an alternative to the Additional Replay Buffer Script since it seems one of the latest OBS Updates has broken it? Just want something to save replay buffers
in multiple lengths
Would the inclusion of this bring more generalized color support options to OBS, like choosing between linear/perceptual and 8/10/12bpc int or 16/32/64bpc float formats?
The plan is to allow a source to output either sRGB (SDR, 8-bit UNORM_SRGB), or CCCS (HDR, 16-bit FLOAT). The source will need to make the necessary transformations to be in one of those two spaces, and announce which is being used via a new callback. This allows a source to switch spaces from frame to frame. It also defaults to sRGB if unimplemented for back-compat.
ah, thanks.
How do I reset it through?
Hello! I was thinking of sharing a few social media post on my starting screen on OBS and I was wondering if you knew of a plugin for tool that would work on that.
I tried the browser but it would only work for one specific tweet and I'd like to have a few of them rotate until I switch to my live stream. Thanks in advance for your insight.
Best and closest thing I could recommend is with browser source but tweetdeck. It's more column based and looks like this.
@keen glacier Not too many things like that as the ones I know that could previously do that closely enough went 
Hey guys, how do I reset my websockets server password, assuming anyone knows?
I've tried that, but for some reason it won't work for me
I didn't think about tweetdeck! Thanks! I'll def. investigate this...
Is there something like this for Facebook posts?
Not touched Facebook in a decade so no idea.
I have a question about plugins (and I believe @weak escarp may be the right one to ask). I know that OBS is obviously listening to events from various plugins in order to log the events. I want to know whether / how a script could listen for the same events as well as communicate with the plugin? I should be able to figure out the finer points from there.
Essentially, the plugin disconnects from time to time and sends out its own 'socket disconnected' event, visible in the OBS log. I would like to catch this and automatically send it back a command to reconnect.
Socket disconnected does not sound like something any of my plugins writes to the log file. It sounds more like OBS Websocket
No, didn't mean to imply it was yours. It is an MRC plugin.
I want to catch the event
22:40:03.669: [OculusMrcSource 'Oculus MRC']: Socket disconnected
And then call back to the plugin to reconnect it, but programmatically rather than in the source window
22:40:36.235: [OculusMrcSource 'Oculus MRC']: ConnectClicked
You can catch logs by base_set_log_handler. Before calling it, you can get the original handler by base_get_log_handler so that you can pass to the original handler after parsing it. However, I would like to suggest modifying OculusMrcSource itself to emit a signal rather than catching and parsing logs.
I agree with modifying the OculusMrcSource, because that may help solve the problem at the root. The plugin is throwing thousands of error messages into the log and that may be why the occasional disconnect.
19:50:34.995: [OculusMrcSource 'Oculus MRC']: Unknown payload type: 16
20:16:43.578: Last log entry repeated for 44469 more lines
I looked at the code and it is looking for one of the types below, and probably in between the valid data, finding the type '16':
Frame::PayloadType::VIDEO_DIMENSION
Frame::PayloadType::VIDEO_DATA
Frame::PayloadType::AUDIO_SAMPLERATE
Frame::PayloadType::AUDIO_DATA
Else { OM_BLOG(LOG_ERROR, "Unknown payload type: %u", frame->m_type); }
It would be simple enough to add an empty handler for payload type 16. I haven't worked in or compiled C++ forever so I was looking for a shortcut. ๐ฎ
from a day or two ago: my trick did work, but i have no idea if something similar to /dev/null exists on WindBlows.
# pwd
/Library/Application Support/obs-studio/plugins/logi_obs_plugin/bin
# ls -la
total 0
drwxr-xr-x 3 root admin 96 Mar 14 08:16 ./
drwxr-xr-x 3 root admin 96 Mar 14 08:15 ../
lrwxr-xr-x 1 root admin 9 Mar 14 08:16 logi_obs_plugin.so@ -> /dev/null
basically i soft-linked the library file to /dev/null. when GHub starts, it checks to see if that file exists. if it doesn't, it re-installs the plugin. if it does exist, GHub doesn't do anything. so with it there as a soft-link to /dev/null, GHub ignores it. and so does OBS.
of course windows has a pseudo device like that. it's been there since the dos days.
but can you soft-link to it?
I think it's called nul on windows
and does it show up, when an app tries to stat it, as a file?
no idea
it's shitty that i had to do that; doesn't appear to be anyway to tell Logitech's app: DON'T INSTALL THE PLUGIN!!
NUL:
cool, appreciate the education there.
but again, the key point is: does WindBlows allow you to softlink another file to it?
not what i meant.
That wasn't in response to what you said
oh, sorry
It was an example to illustrate the NUL device on Windows.
symlinks on Windows are an artifact of POSIX compatibility, and I'm not sure how Windows device names work as pseudo-devices with regards to filesystem hierarchy, so no idea if you can symlink a NUL device.
If you make a plain symbolic link to NUL, it'll actually make a file called NUL that you can't delete from explorer or the command line.
hrm. sub-optimal.
right, the : is necessary to specify a device, like C:, D: etc. for disk drives
Yeah, mklink somefile NUL will create the NUL file, whereas mklink somefile NUL: will refer to the null device.
However, echo foo > somefile doesn't work.
which would imply that the link doesn't work quite the same way as it does in UNIX.
And type somefile can't read a file.
hi is there any plugins to ad overlays (not stream overlays)
btw am i in the wrong channel?
What do you mean by overlays that aren't stream overlays?
before i say an example is saying vmix ok?
Yeah
no, you're in the right channel, we're in the wrong channel ๐
not really: we were talking about a plugin. :-)
If I understand correctly how vMix feature works, not exactly, however you can probably do something to similar to what you're wanting with nested scenes.
well nested sequences are my problem
like a host i set a lowerthird then if i frame it the lower third shows up in the framed thing
also sometimes the lower third i use if it's overlayed on top is lagging my frames
like it's kinda weird to explain
Yeah, I'm having difficulty following.
ok visualizing time
There's a DSK plugin from Exeldro IIRC
I don't think DSK is quite what they're asking for, but I could be wrong.
like that happens if i do nested
like i just want the lowerthird to be ontop of everything
Here it is just in case: https://obsproject.com/forum/resources/downstream-keyer.1254/
ignore the scuffed drawing :>
imma check this out
yes ty
Is the plugin what you were looking for?
no prob
btw is there a way to set a hotkey to automatically disable all the overlays/lower thirds in the downstream plugin
aight just ping me imma check ur answers tomm gn :>
How would I make input overlay preset?
i instlaled OBS websocket but its not showing upo under tools, any ideas?
When plugins don't show up in OBS, it's usually because they either were not installed properly or to the correct location, or there are multiple copies of OBS installed and the one the plugin was installed to is not the one that runs when the person launches OBS. Or, their OBS is too old and the plugin is new, or the plugin is too old and OBS is new.
Make sure your OBS is up to date, the plugin is up to date, and with any plugin always download the EXE file installer for Windows if there is one rather than the ZIP file. If there is no EXE file, and only a ZIP file, make sure you get the actual plugin and not the plugin's source code. If you have to manually install from ZIP file, make sure you copy the right files/directories from the unzipped archive into the top level obs-studio directory of the OBS installation that is being used (if there are more than one). Also, plugins do not show up in a running copy of OBS until it is restarted.
well, appreciate the help
i unsinatelld it completely and made a fesh install
now works fine, thank you
sweet
Are there any asynchronous-video filter plugins other than Background Removal and Virtual Background?
this from websocket communicating with a source?
for each dsk there should be a global hotkey called "Hide on DSK 1" for example
hi could anyone help me, i am trying to update my StreamFX and Move Transition plug ins but dont know how
Make sure your OBS is updated to the current version 27.2.3 if it isn't already, then download the latest version of the EXE file installer for each plugin from the plugin's page on the OBS Resources site.
!plugins
How to install plugins: https://obsproject.com/forum/resources/421/
List of available plugins: https://obsproject.com/forum/resources/categories/6/
It's a good idea to update any other plugins you might have also.
kk ty
Iโm getting this screen now after updating the SE Live plug in on OBs. Has anyone had this problem and know the fix?
StreamElements Live is incompatible with OBS 27.2 and has to be uninstalled.
!se
Due to a number of incompatibilities with OBS 27.2 and newer, we are no longer able to provide support for instances of OBS with the StreamElements plugin (SE.live) installed.
If you need help with StreamElements products or services, please join their Discord server or submit a support ticket as we cannot provide further assistance here.
Wondering if there's been any updates about this. We really need this feature.
Another major issue is browser sources are blank when switching to the scene. This is really noticeable and looks terrible when switching to scenes with tons of browser sources. This also extends to browser interact which goes blank when the source isn't visible (ie, on another scene without that source). This breaks features we need and looks bad where before it looked fine.
I have had no luck coming up with a viable, user- & developer-friendly workaround that we can ship.
If you're having issues with browser sources not loading, that is unrelated but may be caused by the Chromium graphics renderer crashing. Unfortunately I don't believe there's much we can do in that area, the big thing is not unloading/reloading browser sources unnecessarily in your scene collections - the Chromium render process gives up after 3 crashes.
It's not crashing and they're loading fine. It just takes a couple frames to show the view again, it's blank when not visible but not due to shutting down the source. If I'm inspecting the browser source when I switch scenes, it says "the tab is inactive" over the preview like I've switched tabs in Chrome, so it stops rendering.
Hmm, it could be we're triggering the WasHidden(false) too late. I'll add it to my list of things to check.
Is this with or without a transition to the scene?
Sorry for the small view of the demo. The interact window is open on the right of the screen and you can see the program view in the middle. https://cdn.alca.tv/sharex/2022/03/14/8bb0cfc7-8ac9-4f61-9c25-7fc128491dfd.mp4
so it occurs with both? the interact window should confirm whether the source is being rendered on time or not. Slowed down, it looks like overall it's loading 1 frame too late? that could be outside of our control due to chromium running on its own process
or actually 2 frames? scenes list is 1 frame late, and then browser 1 frame after that
likely still caused by the same challenge, multi-process
Can it be tricked to not stop rendering or at least not going blank? And render while interact is open?
if you open a windowed projector it should keep rendering I believe?
It's impractical for long-term but that does work
@weak escarp Virtual Cam Filter is not compatible with OBS 27.2.3 right?
that should be fixed
This was happening to the user
#windows-support message they mention it works after removing that plugin
works fine on the most recent version actually
Mm, probably just an outdated plugin version
just an old version of the plugin you mean?
yeah the plugin installed was version 0.0.4 or lower because it did not log the version number in the log file, the current version is 0.0.6
Awesome, thank you!
does anyone know of a plugin that does motion detection based recording? like a security camera type setup?
is there a way for the dsk plugin to have a hotkey to disable all lower thirds/overlay with a different transition than the one that is set in the window?
like setting the hide transition for the downstream keyer?
like i have a transition set as fade in the dsk
but i want it to be a cut/no transition if i use the hotkey to hide all of the lowerthirds/overlays active
no, I ended up not using OBS. iSpy or similar free solution had what I needed, and worked well
mm, cant integrate a browser source into those, though.. possibly with virtual camera... hmm..
I better not ask, I think 
ha, no, arlo cameras can only really be viewed with a web app, and i didnt want to pay for recording storage so, was going to use obs
usually you can just yoink the RTSP link, or mjpeg link from the website, and add that ๐ Cant guarantee that it will work for arlo cameras, but it seems to work on most stuff
Is there some kind of OBS plugin manager? Not all plugins have an update-checker like StreamFX
There is not an official plugin manager......yet
and an inofficial?
I'm sure your google skills can assist
Well I found something, but the site looks fishy.
it is fishy
The only non-fishy OBS plugin manager at the moment is Windows File Explorer
Manage dem plugins like it's 1997! We need Prince to write us a song for that.
๐
I mean, it's easier than it was finding patches for Ubisoft games back in the day, so we have that at least.
Hey
Is there a plugin or script to create the following effect:
When you press something it showing pressed keys and stacking it
And the new line starts with new keys combiantions
also works for ctlr+ or shift+
!plugins
How to install plugins: https://obsproject.com/forum/resources/421/
List of available plugins: https://obsproject.com/forum/resources/categories/6/
There are some plugins available for displaying various input sources (keyboard, mouse, gamepads) visually on an overlay of some sort. The resources site above might have something that you're looking for.
Is there a timer when scrolling text, or do you have to add tons of spaces to reduce how often the text scrolls by?
@tulip zodiac the move transition plugin has configurable delays, and it can toggle filters, so that may be what you seek
How exactly are you scrolling text, is it in a Browser source, or OBS Text source using filters?
OBS GDI text source using the Scroll filter
Then you control the scroll speed by reconfiguring the scroll filter.
I want a gap between the loop of the text. Hitting the space bar a ton is the only way I have been able to figure out.
the tab character is wider if you'd prefer that, and you can copy-paste lots of whitespace, too, but i hope you won't hit the character limit
wait, you can also use the crop/pad filter
Ok, I will go read up on that filter. Thanks
If you want double-spacing or something like that then yeah, you'd have to do that yourself as the text widget does not offer double-spacing or other spacing options.
You can set custom text extents and make the width wider than the text will be.
Custom extents with the height set large enough to not clip the danglers, and width equal or wider to the canvas.
Hi y'all,
I am looking for some suggestions on which plugins / tools for sharing gameplay from a remote participant.
Currently I have 2 steps:
- I am sharing my screen while discussing things with my guest.
- The guest is sharing their screen while we discuss.
The guest's webcam is brought into my OBS using VDO.ninja; which is working fantastically for Scenario 1 . While Scenario 2 would work with the identical setup for relatively static content being shared via its built-in screenshare, gameplay requires more bandwidth + FPS.
What would be the most sensible setup for my guest to share their local gameplay with me so I can embed it into OBS?
An alternative i am currently considering is having the guest capture their local gameplay with OBS and stream it to me. Though here again, I am unsure how to go about implementing this ๐ค Would this be viable?
Hi! I'm new in plugin development. There is ways to draw my own button or graphics in main UI? And if yes, where I can find some simple examples? (I mean c-language development)
you will want to learn QT for that
unless you are satisfied with the properties system
I have some basics of QT. Any ways to add elements to OBS from plugin? Or just modify source files?
like the main window? You can get a pointer to the QMainWindow with obs_frontend_get_main_window and then go from there, but plugins should preferably add their own dialog under the tools menu with obs_frontend_add_tools_menu_qaction
Wow, thanks! Yes, I think obs_frontend_add_tools_menu_qaction is what I want
You can see how it's used here https://github.com/obsproject/obs-websocket/blob/master/src/obs-websocket.cpp#L71
hey where can I find my "Web Socket settings"
OBS menu bar, Tools > Websocket server settings
Hey ๐ Anyone here uses Source Recording plugin?
i tried but it keeps crashing my OBS
@unborn ginkgo ouch
Mine does work, but, I have an issue with Source Record plugin. When I set it to mp4, Nvidia H.264 codec, it does save 3 different video files like it should (one in a folder I created for the Face Cam, one for the Game alone and one in the video recording folder), but it saves the same thing (The game, my camera together). If I use x.264 the quality is bad but the videos are separated nicely. Face cam by itself, clean game footage and then both together as a third video... Any idea why Nvidia H.264 would not separate?
Possibly...
Nvenc(new) generates a green image. Doesn't do the behavior they are saying.
I created a bodycam footage for my recording, How do I overlap it on my recording.
If you need help or have questions about OBS, check out our #support-portal first!
idk if this is the right tab, but ive ran into an issue where obs will randomly refresh my sources and docks causeing some sources to break
If you need help or have questions about OBS, check out our #support-portal first!
Anyone having issues with Source Record? As soon as its active i have really high "Average time to render frames" and rendering lag spikes up like crazy. ive tried Software, NVENC in MKV format. This also happened a few months ago but stopped using it because of these issues.
@scenic cloud are you using the non-"new" nvenc?
Yes I am. I have no issues if I don't use Source record
@scenic cloud weird desu
uuh, i'm not sure how to solve this, i would try recreating the source record filter
I have alot ๐ and reinstalled OBS just too be sure same issue
@scenic cloud i'm out of ideas, you might have to ask Exeldro about this, maybe
So I moved my OBS setup from my C drive to my E, and now that I've re-installed my plugins, Tuna isn't wanting to hook in correctly to the VLC media source. I have the correct scene selected, but the dialog refuses to let me pull down the "source" dropdown.
- Unrecognised Encoder
- Windows 10 21H2 (OK)
- No Output Session
- Windows 10 Game Mode
AMD Ryzen 5 3550H - OK! / Radeon RX 560X - OK!
Your Tuna plugin is outdated, be sure to update all of your plugins to the latest versions as compatibility issues often are present in outdated plugins with newer versions of OBS.
OK, it's updated. But the problem persists...
It still won't let me open a dropdown for the source
And it's not getting the info to the text files, it seems, though the pointers seem fine.
I'm also confused by the "no" in the left column
upload a new log file with the new plugin
- Unrecognised Encoder
- Windows 10 21H2 (OK)
- No Output Session
- Windows 10 Game Mode
AMD Ryzen 5 3550H - OK! / Radeon RX 560X - OK!
Oh, yeah, I gotta try to change that encoder again
Yeah, I'd just run OBS's autoconfig and call it good
I think Gradient Source might be outdated? @weak escarp is good about putting version numbers in the logs for his plugins and I don't see it reporting a version in the OBS log
https://obsproject.com/forum/resources/gradient-source.1172/
OK, grabbed it
Also seeing a lot of Failed to open file in that log.
getting 404s with No such file or directory
I know the file pointers are right
I've went out of my way to set them correctly
When I try to click "Add" to try to get something going in the dropdown...
big block of stuff like
21:25:42.237: gs_image_file_init_internal: Failed to load file 'E:/___Rawkfist Gaming/__Channel Art/__Twitch/Frames - Modular/Camera Mask (Vector 2).png'```
Yeah, I've been in the middle of a big move to a centralized location for everything.
It's too bad junction points are too much of an obscure Windows feature relegated for greybeard sysadmins. Junction points could be used to set up OBS filesystem hierarchy in a manner that the data files are still accessible from a standard directory. That's how I set mine up here, but it's not really a particularly end-user friendly solution even though it works great.
Yeah, I decided to get OBS off my C-drive, so I took the opportunity to reorganize my assets and put them all in one main Assets folder inside the portable OBS install
Tuna errors appear gone from your log now so that's a step forward. Not sure what else to suggest other than doing a general housecleaning on your OBS setup to fix missing files and other problems that are present, possibly discovering something along the way that might sort things out. Don't use the plugin myself so not sure how it works.
I'm working on taking care of the few missing source files left
Then after that, I might try to clear caches and whatnots
I've got C:\OBSdata and subdirs of that, and also have it bookmarked on the Quick search. It is easy to navigate to, and has a short path name. If I ever want or need to move subdirectories inside of it to another drive, I can do so and then set up a junction point in the original location to point to the new location and OBS is none the wiser that anything even moved.
Nice
I've got something fairly similar, with global assets shared across OBS installs, as well as subdirs that are portable install specific.
I'm almost done fixing missing files, but I have some crapola that I think I didn't move over before crumpling the old stuff up and yeeting it into the recycle bin.
Time to go dumpster divin...
Also noticed Game Mode was still off
21:25:34.611: Game Mode: Off
I know I turned it on. Stupid Windows doing shit behind my back...
And it may seem like a complete left field non sequitur, but I'd also look for updated motherboard firmware on that AMD laptop. AMD has put out a lot of platform updates on those older Zen platforms.
Extremely unlikely
I've been working on getting all this stuff moved and all the troubleshooting involved with it... for two weeks
I'm so worn down from it all
I know the feeling
My PC died last year after a lot of headaches and I just didn't want to deal with it so switched to the laptop and never looked back. Haven't been able to access a bunch of stuff for a while now which may seem backwards, but I just didn't care. Sometimes one needs a break from tech woes.
Good chance it'll turn out to be a 1 hour fix eventually, hard to say, but it's one of those things where you have to mentally prepare yourself for a 1 month headache before taking it on to find out maybe it is 1 hour.
Plugin Question! Does anyone know of a plugin for OBS that is a timer and can be used using Hotkeys. Let me explain. I do a game show on Friday nights. I use a 30 second timer. It is web based, so everything is manual. I want to have a timer that I can start, stop, reset all using my stream deck with hot keys. I would TOTALLY appreciate any guidance with this. Thank you
this might interest u
not really sure if it can be used with hotkeys tho
u can try this link too if it helps
If you have a Stream Deck, it has plugins for itself that can do that
I do indeed have a stream deck. I have yet to find such a plugin. Not to start, stop and reset. Unless I am just missing some thing??
u can find obs plugins for stream deck in elgato stream deck software
@mortal harbor I can find many OBS stuff for my stream deck.... just not the timer I am asking about
The Stream Deck built in plugin manager has dozens of plugins in it, quite a lot from BarRaider who has several timer related plugins, and there are others also.
yeap
this link might be able to help u
I don't know if there is a plugin that does 100% exactly what you want, but there are stopwatch timers, countdown timers, and just about everything I can think of ๐
@quiet bramble I will look again, but I did not think it had the functionality i was looking for.
There's more than one, so ... ๐
or u can join barraider's discord server and ask them
Ok, I will look again. Thanks @mortal harbor bar raider has a server???
Yeah, I'm on BR's discord also, he has a tonne of additional plugins there which aren't in the elgato plugin store yet
u can find it here
Thank you @mortal harbor and @quiet bramble
๐
Just going through my Stream Deck modules that are installed I see:
Stream Deck -> Timer
BarRaider -> Stopwatch, Stream Counter
Timer[BarRaider] -> Stream Countdown Timer, Focus Timer
GhostlyTuna's Stream Timer -> Timer Play/Pause, Timer Reset, Timer Stop, Timer Bump
Going into the Elgato store under Plugins and typing "Timer" into the search box I get:
oooh i have the green one
Thank you @quiet bramble I think the GhostlyTuna's stream timer may be something with the features I need
I see another one under Utilities called "Time" also
just installed it
oh, that one's a nifty looking clock
I guess I need to see if some of these can do the functions I need for an onscreen timer.
Hello, what does this mean? Finally, configure the Scene Switcher to automatically swap between them.
Context is needed, sounds like there's a lot more conversation missing that precedes that.
Create two scenes. In the first scene, add a Window Capture of the LoL launcher/lobby. In the second scene, run the game to add a Game Capture of the game itself. Finally, configure the Scene Switcher to automatically swap between them.
here
my game capture is a black screen and I am too dumb to understand this
lol
Game capture only works when the game is in-focus.
You mention "Scene Switcher" but that is a bit vague. Are you talking about the Advanced Scene Switcher plugin?
OBS also has a built in "Automatic Scene Switcher", hence the confusion.
they're going based on this command
!lol
To best capture League of Legends, create two scenes.
In the first scene, add a Window Capture of the LoL launcher/lobby (Windows 7 users should make sure Aero is enabled.).
In the second scene, add a Game Capture of the game itself (you may need to be in a game to add this for the first time).
Then configure the Scene Switcher to automatically swap between them.
I presume that's referring to "Automatic Scene Switcher" built in. Someone should update the message to remove the ambiguity perhaps.
Ok so this automatic switch
Tools -> Automatic Scene Switcher
but still isn't the black screen supposed to be fixed?
or is there gonna be a black screen regardless
Actually, it'd probably be a good idea for that bot message to be reworded something like:
Then to configure automatically swapping between them, click on the OBS Tools menu and choose Automatic Scene Switcher.
I even tried centering it still just a black screen
The game capture or window capture is black?
game capture
Even if you switch back into the game?
Indeed
Ok, we should continue in #windows-support as this doesn't seem plugin/tool related.
Ok, I'm confused then as nothing above is mentioning any plugins or tools but rather configuration of OBS itself.
Ok, I think I see the problem
I think Yolo might have thought they meant the advanced scene switcher plugin.
I just went back in scrollback in #windows-support and you didn't give much detail there, but mentioned Scene Switcher, and it appears the person who responded assumed you were talking about the Advanced Scene Switcher plugin, which is the same thing I assumed because we're in the plugin channel.
More evidence that the bot message is confusing and vague, and should be updated. ๐
Just wait until there are 3 or 4 more plugins... Open Scene Switcher, Free Scene Switcher, Scene Switcher Plus, Scene Switcher Extreme Edition, and I Can't Believe It's Not Scene Switcher
๐
whoops
also, how did i not know about automatic scene switcher in the tools menu
literally always thought that LoL command was referring to a feature in adv-ss
Yeah, easy to mistake due to the ambiguity.
This is why we should always call Advanced Scene Switcher - ASS.
But apparently people are hesitant to say ASS.
I'm clearly not, because I think it's dumb to avoid just because you know.
๐
People will type dodge ASS at all costs... AdScSw, AdvSS...
I'm going to normalize it.
๐
hallo i am new and looking Plugin Remote Control i cant take my stream deck 4 obs studio
u want to connect obs to stream deck is that right ?
there are obs plugins in the streamdeck software itself
u can use them to connect to obs
i have die soff in stream deck but it tells me remote control
i have die obs Plug in on my deck
does it ask u to download obs websocket ?
becuz some obs plugins in streamdeck need the obs websocket to remotely connect to obs
u can download the plugin from here
I recall there being a plugin that essentially allows to hide a source during recording/streaming
Was there, and if so what is it called?
@mortal harbor source record
You might be thinking of Exeldro's Source toggler: https://obsproject.com/forum/resources/source-toggler.860/
guys after update i lost chat tab and actions tab
also there is no browser tab for design is that general problem ?
@karmic rampart Using StreamElements?
yes
Due to a number of incompatibilities with OBS 27.2 and newer, we are no longer able to provide support for instances of OBS with the StreamElements plugin (SE.live) installed.
If you need help with StreamElements products or services, please join their Discord server or submit a support ticket as we cannot provide further assistance here.
Yeah, it's unfortunate ๐ฆ
About all one can do for now is uninstall StreamElements, and manually configure all the alerts with OBS itself.
๐ฆ its sad so far thanks for your help man โค๏ธ
i will
Sorry for the dumb question; how do I install the lua file?
they now ship updated cef, so things should be better overall
Oh that's good to hear. Should the !se message get updated?
They still replace obs64.exe
Make a directory "scripts" under the top level directory where you store your OBS images/video clips etc. and store them in there, then point OBS to the script in the Tools menu
Ah, so it's basically a full fork
you mean obs-browser.dll ๐
they don't replace obs64.exe, but they do intercept the Start Streaming button and move/remove our Check for Updates button
ugh
Alright so I tried the source toggler but it gives me an empty list ...
Sounds like a "when you see SE, back into the bushes like Homer Simpson" thing still then I guess. ๐
They leave obs64.exe? I knew about browser, but I thought it was both, good to know
So far SE has been complicating things in OBS way more than necessary
I tried it out once years ago and it blew away parts of OBS and my setup and broke everything like mad, so I uninstalled it, reinstalled OBS and left it at that. ๐
When I downloaded it (and as a technical user at that), my assumption was that it was installing as a separate program not conflicting with my installed OBS. I wonder how many people think that.
Most think it's a separate program, yes - but most often it's their first introduction to the OBS ecosystem.
It was clearly a plugin to me. It's just an asshat with it's sponsor popups and changing the start streaming button for literally no reason
)^(
does ndi improve performance? is it worth it?
NDI is software for transfering video over a LAN to another computer/device. It'd be worth it if you need that functionality and the benefits align with your expectations. It doesn't really pertain to performance, at least not without more context.
Best thing to do is visit the Newtek website and peruse their info on NDI
kk
can anyone confirm if https://obsproject.com/forum/resources/animated-lower-thirds-with-dockable-control-panel.1057/ still works in the latest version of OBS
I think others have had issues with it. It hasn't been updated in over a year.
I can try it later
Did you see this @quartz grove ?
Yes it does work. Just follow steps as described by @vale vine
Thanks @vale vine @prisma thunder saved the day. Kudos. Found the review left by the user "Cptnkoala". But now the issue is the lower third keeps running again and again. doesn't do the way it used to, would auto off when it is activated once.
One more query, how can one keep track of all the plugins and update them whenever there is an update. Its not like the update with OBS which is notified when one is available. Also which is the best place to store these plugins. Is there a global folder in the obs directory to do so?
Plugins should def be in the same place if obs is using them. But could be 2 seperate locations based on bitness
!plugins
How to install plugins: https://obsproject.com/forum/resources/421/
List of available plugins: https://obsproject.com/forum/resources/categories/6/
There's not really a great answer to that question yet, unfortunately. It's currently an entirely manual process
And is a problem that is being worked on
But it is more versatile this way. But sometimes does become redundant.
a relatively low-effort high-benefit change would be to sort first-party plugins away from third-party, add a new folder to load plugins from, and move all first-party plugins in there
Is the official stance on that unofficial thing the same as it was when they were being sneaky @vivid sapphire ?
that way, third-party plugins stand out more, and are much easier to get rid of, especially obs.live
*se.live
Still the same
is this an issue that, whenever I reopen OBS, the docks are all rearranged and default resized?
because that really gets on my nerves whenever I have to stream on the go!
rearranging before going live. Feels like a preparation going off to the battlefield. uggggh
They are working to implement a proper plugin manager, but its not a simple task
That's something that should be preserved between launches -- if you need help with that, seek assistance in the appropriate support channel
@quartz grove does obs-studio have write privileges to basic.ini? that's where dock states are saved; one plugin, obs-multi-rtmp, may have had some issues with its dock, too
@untold jay exactly! but the former part I dont know
which channel do you suggest?
@mossy ibex suggestions!
#windows-support is this an issue that, whenever I reopen OBS, the docks are all rearranged and default resized?
because that really gets on my nerves whenever I have to stream on the go!
rearranging before going live. Feels like a preparation going off to the battlefield. uggggh
@oblique yew
Hello everyone, I'm looking for a plugin or a script that automatically swaps the source after a set time so that I don't have to give a separate request each time. does anyone have any ideas or anything that would help me?
thank you in advance
Hello everyone ๐ I search for a working plugin or tool to change the stream title and category to templates I made myself. For example: When I am in Just Chatting the Title is "Lets Hang out" and the Category is "Just Chatting". Now I switch to Warzone and I can press a button or something and the title and category change to "Battle Royale Winner #1" and "Call of Duty: Warzone". I knew there was plugin in the old obs where the title and category change per scene. But unfortunately its not working on obs-studio and I can't find a recent version. This is fine too for my needs.
Thank you guys in advance for your help ๐
This link is the download for source switcher
how to check if it does that?
That's a great idea.
I've found that it depends on how wide/narrow things get resized in the OBS UI whether it accepts the changes and saves and restores them or not. If docks are adjusted narrow OBS may decide "nope, I don't like that" and ignore the changes. But it doesn't just throw away all changes, just ones it doesn't like for some reason. At least that's how it's been for me anyway. I know I've mentioned it before but forgot what the devs told me about it, it was probably 2 years ago that I brought it up.
@quartz grove well, normally basic.ini is in %appdata%/obs-studio, so you should always have write privileges there, but if you're trying to run portable obs-studio from anywhere inside %programfiles%, that might be a problem, try putting your obs-studio install into any subfolder of %userprofile% (such as Desktop)
I need to switch scenes remotely from 3 different networks. Is there something you guys know off?
!remote
If you'd like to control OBS Studio remotely, you have a few options.
To control from the web on any device (including phones and computers), use OBS Tablet Remote (requires obs-websocket).
If you'd prefer a mobile app that works like the Elgato Streamdeck, you can try Touch Portal, UP Deck, or Deckboard.
Could you use this in combination with a streamdeck?
They're independent things, so if you're asking if you could use both of them at the same time, yes. If you're asking if they will work together in some way, no.
You can't send commands over the obs websocket with the streamdeck?
The StreamDeck communicates with OBS using websocket. The remote plugin above communicates with OBS over websocket. The two do not communicate with each other, as in you can't communicate with the OBS remote from StreamDeck nor can you communicate from StreamDeck to OBS remote. Not sure what it is you are trying to ask.
OBS can be remote controlled simultaneously by as many pieces of software as you would like to control it with. It isn't limited by being controlled by one thing or another thing exclusively.
(or whatever websocket's max socket connections are)
So if by "in combination" you mean that they can both be used at the same time to control OBS then the answer is "yes".
As for the Streamdeck, there are a tonne of plugins available for the Streamdeck that provide all kinds of ways to control OBS, just need to look through the plugin store for all of them, such as BarRaider's plugins etc.
There are other options out there also such as STRMR.Tool, LioranBoard, touchportal etc.
I've got 3 gaming pc's at my house. All are connected with capture cards to my streaming pc. I want to add my friends to the same streaming pc over rtmp (got that working). I've given them control over the websocket with https://t2t2.github.io/obs-tablet-remote/.
Now I'd like to know if I can hook them up with a stream deck to have the same functionality (scene switching etc)
I'm not sure of the security of having websocket open to the public Internet, or the reliability of using it that way, but it's just TCP/IP so in theory it would work unless someone else knows of a reason why it wouldn't.
Definitely put a highly secure password on it though if you do that.
I'd also recommend firewalling it so only specific IP addresses or narrow IP blocks have access, for extra security.
hello! While streaming, I'd like to run text recognition (as in, OCR) over a game feed and output some stats. I was thinking of using the c++ library tesseract for the OCR. what's the best/fastest/correct approach? obs plugin? standalone program? can I access the OBS video feed from the outside via some kind of API, or could/should I capture the image by myself (GDI? Windows Desktop Duplication API?)? or is there another solution I haven't thought of? I could even read the stream directly from twitch.tv, it doesn't have to be real time, a delay is fine.
additional detail: the game feed comes from a capture card, it's final fantasy 7, I need to read the experience points and level ups of the characters from the victory screen. so the OCR might only run once every time a fight is won.
can someone point me in the right direction? :)
@thick oasis i'm no developer, but i think a video filter would be most appropriate, you can read the source code of existing video filters; if you absolutely have to run as an external application, you can choose to implement Spout2, as there's a plugin for that available, https://github.com/Off-World-Live/obs-spout2-plugin/releases
another thing you can do is take a screenshot, either via the screenshot hotkey or via the screenshot plugin https://github.com/synap5e/obs-screenshot-plugin , then run your OCR on the screenshot file
Well, both of those would be examples on how to grab the texture to run against the library.
Plugins in OBS are already c++
Hi, thanks for the input, it's late over here so I'll check it all out tomorrow.
the screenshot plugin can do shared memory as a target, that could be really fast, but I'm not sure about synchronization with my application...
the spout thing sounds promising for sure, I'll definitely look into that.
I've also found out that the websocket plugin has the TakeSourceScreenshot request which could maybe work for me. I have little experience with websockets though, but it seems like that would be a solution which requires the least amount of 3rd party code but I wonder what the performance will be...
lots of things to experiment with, thanks a lot!
when i stream the stream cant hear the game chat
You could apply a number of filters to the output to selectively clean it up, filtering in/out by color, brightness or other color components, binarization etc.
Not sure if this is the right place to put this, but I recently downloaded the Source Record plugin. Watched a couple tutorials, but for some reason I cannot get the Replay Buffer function to work at all. I assume I'm doing something wrong even though I've tried almost everything I can think of.
Heyo is there any up to date documentation to create plugins?
I'd like in python
If possible
need help , cant find custom browser dock ? after new update obs , i cant add docl
If you need help or have questions about OBS, check out our #support-portal first!
!docs
Developer documentation for OBS can be found here: https://obsproject.com/docs/
see above
Hello! I am trying to set up Tuna so that it displays on the screen whatever track is playing at the moment. The text (song name, artist, album, etc) works perfectly, but the Album cover doesn't work no matter what I do! Has anyone had trouble with this?
how i link my obs with my code?
Instructions on how to install or build OBS Studio can be found here:
Developer documentation for OBS can be found here: https://obsproject.com/docs/
๐
I use audio application to capture individual audios. Any reason why warzone canโt pick up in game chat off this mode but it can every other game? I hear game sound through this just fine just no in game chat like death chat. Thanks
Is there any plugins that can trace an area and move an object accordingly (like a live motion tracking in after effects) that'd allow you to move something in accordance to something else? (e.g. a hat on a face)
yes I agree, it has a mind of its own ๐
I know i dont run the portable version. Nice suggestion. will implement it. Thx. ๐
Hello, I add a browser connection in obs studio, there is sound, but there is no image, what is the solution?
This is issue is not intended for this channel
Please go to #windows-support
Snapchat's Snapcam or the StreamLabs face tracker which is open source and allegedly could be compiled to run in OBS Studio but nobody's ever done it I don't think.
(which is kind of surprising)
https://github.com/univrsal/durchblick it's also on the forums, but the resource is currently awaiting approval
Yeah sorry, we're a bit backed up, I'll have a look at the approval queue
It'd it have to be able to track external sources. Not a 3rd party application for your own cam that you pull into OBS.
StreamLabs face tracking is an OBS plugin (written by Xaymar originally)
Unfortunately for StreamLabs Desktop ye?
Xaymar has stated that the plugin could be compiled for OBS but nobody has done it to his knowledge.
IOW, apparently nobody has been curious enough to try to get it working in OBS to try to compile it for OBS.
Is the SL thing also on their Mac version?
no idea, I just know people have asked Xaymar about making face tracking like StreamLabs has, without knowing he was the one who implemented that as an employee there, and he's commented as the author of the code that it could work in OBS but nobody's ever bothered to try to build it.
no worries
Anyone else having an issue with timing in the move source plug in?
Hey, so Virtual Cam doesn't appear in my windows Device Manager web cameras. I need it to be registered. How can I do it?
Someone mentioned maybe xsplit vcam does appear?
@quiet bramble @untold jay this is what am talking about, p.s i have unlocked the ui for demonstration, otherwise it is locked. This is what I come up to every time I reopen it! Also @untold jay do you mean I should install(or portable?) OBS on my desktop directory?
@quartz grove a newer version of obs-multi-rtmp remembers its dock position better, but you'll have to uninstall the current version before updating, else it loads twice
Oh totally slipped out of mind, to update it. Otherwise, I cannot live without the plugin, that every so often i would look out for an update. pffff didnt do it recently. Thanks for the reminder ๐
I would like to ask if using plugins multi stream to stream 2-3 channels, will it make the hardware that use the encoder work harder?
@onyx briar by default, it will reuse the stream encoder, so all settings will be identical and almost no extra performance penalty, but you can choose to run a different encode, too
In conclusion, if I use h264 encoder, stream to facebook, use 80% gpu, and then I install multistream plugins and stream to twitch, it doesn't make the gpu work harder, right?
@onyx briar right, unless you choose to use a different encoder
Why not use restream?
how do I make a short command? Like if I press ctrl+2 I start recording
i donยดt know if this is the right channel either
OBS Settings > Hotkeys
Okay thank you!
hi I don't see the button for stream can you help me plz?
At the bottom, right click on one of the panels, check the controls Dock
For example move your cursor next to the text 'sources' right click and check controls
thx man you are the goat
Glad I could help:)
I think there is some problem with the latest 2.8.0
@quartz grove what problem?
hey I need help none of my overlays are showing I've went to settings>advanced > and unchecked "enable browser source hardware acceleration" and I still cant see any browser source
Either unzipping or using the executable doesn't upgrade it. The unzip says the old version is installed. needs to remove the dll. and the exe just uninstalls the older version. That's it. Does nothing else.
@untold jay am i doing something wrong? one is supposed to unzip in the root obs directory right? Replace the folders with the new unzip?
@quartz grove the newer versions load form a different folder, try using the installer
And that is what all the installer ever says!
uinstall first, then install @quartz grove
Restream to Facebook costs money
oh
Yes, it keeps uninstalling everytime i run the installer. Even after uninstalling the plugin works and still the same default resizing. and even the plugin dock on the OBS isn't very clear, what version it is running.
@quartz grove i don't know how to fix this
Maybe the issue is global i guess. I dont know if he is in the community.
did you happen to give it a try?
yes, but i havewn't updated in a while
Is anyone aware of an OBS plugin that allows for animation when an element/source is made visible?
@ruby monolith right-click > show transition
if you want a custom animation, you can install streamFX and use a shader, or install some other plugins that add new transitions
@boreal hearth any reason 1.1 is only released with sourcecode and non compiled?
The binaries are on the obs forums, I just put them on github for 0.1.0 because the resource wasn't available yet
I thought it wasn't released on forum yet
it is now
Ah - I see.
going through the list of plugins on the forums....so much cool stuff i haven't touched before.
I usually touch them as they pop up.
Would be better if some of those plugins be integrated into obs
If it's a question of whether or not you have the functionality or not - it's better to have plugins.
For something to be part of OBS it needs to be maintained going forward - which in the case of plugins are up to plugin developers, not the OBS devs ๐
@boreal hearth am I missing something? Watching your video it appears as if you just select by drag clicking. But I cannot get it to select multiple fields 
are you holding down your right mouse button?
oh. that feels a little unintuitive, but it did work yes. Any reason the left one isn't used for selection?
left click is used to switch scenes, also it opens a context menu which is usually associated with right clicking. The same menu opens if you just right click once.
Ah, I see. Just was not my first thought when it came to selecting something.
Any way to disable the 'click to change scene' left click function?
That one
not right now, is there a reason why someone would want that?
I don't use it for clicking, I use it to preview. And sometimes I get worried I might click on the wrong monitor by accident thus switching to an unintended scene.
oh yeah that makes sense
I have 4 monitors, I often lose my mouse. Surprisingly often ๐
I guess I'll just add a check if the setting is disabled/enabled
Ah using default OBS settings, that would do it yes
Last question, I can't immediately see it anywhere - is there a way to fullscreen borderless the Multiview on a monitor like the default Multiview?
Not right now, but should be easy to add. I'm just used to linux where you can fullscreen any window :P
Windows life 
I can definitely see myself using this with those two features though. It looks surprisingly polished for a v0.1.1 ๐
Thanks, the volume meter doesn't work yet and I might want to add some more widget types. Also the option to have more than one window.
but other than that it's mostly done
Honestly, just having the flexibility to set things up, basically any way you want, is a really good starting point. Can always implement flashy widgets and gadgets later. This in itself is very useful.
A minor thing I would change (not the end of the world), putting Scene Display over Source Display. I'd imagine most people would show scenes? At least that's what I find myself doing. Is there a reason for this order or is it random.
The order is just how they show up in the code so that can be easily changed. I just added the source display first since scenes are basically just sources internally
universal - just wanted to say i'm looking at this durchblick plugin now and it looks extremely awesome! nice work
Ah, I see. I'd default it to Scenes first since I think most people would go scenes. It leaves them not having to change the top drop down every time.
yeah I noticed that when making the video. It's annoying
๐
Minor things in the greater scheme of it.
Would it be a bother to ask for an ordered list in the next release? (I swear, that's my last minor tweak!)
I have like.. a lot of scenes.
thanks. I actually wanted to do this a while ago, but didn't have the time for quite a while.
Nah totally doable. It's noted
๐
@boreal hearth this wouldn't fit in any capacity in default Multiview 
Biggest worry with this is spending too much time trying to get the perfect multiview 
it costs money which I don't have yet have enough money
oh
@short hill I can't DM you why
@short hill why can't I DM you, and from a total new streamer, 12 subs is great for me, so shut up about how little it is
why are you pinging that person
cuz we were DMing and now im like blocked or smth and can't msg him
๐ข ๐ข ๐ข ๐ข ๐ข
you need more than two then?
Which ones? Keep in mind that OBS releases only come out about 1-2 times per year, so any plugins that were integrated into OBS would end up having to wait anywhere up to 6 months or so for any new features or fixes to get released to the public.
Once the project accepts a plugin into the codebase, they're on the hook for maintaining it from then on too, so they're generally only likely to consider accepting things that are of interest to the majority of general users, and not things that are niche or just "would be nice if it came with it" type stuff.
plugins such as multi rtmp, text slideshow, advanced scene switcher, websocket and etc
yea for the plugins above except for the text one
has a significant amount of downloads from users
Advanced Scene Switcher is unlikely I believe as it is fairly actively maintained and new releases come out more often, and it's also more advanced user functionality than general purpose. Multi-RTMP would be of potentially wider use for multi-streaming, not sure how often that gets updated. My gut thinks if they wanted to include that kind of functionality they would probably reimplement it themselves kind of like how VIrtualCam got reimplemented. Not familiar with text slideshow. Websocket is getting integrated in the future I think I read.
i mean yea true theres also the maintenance part too, but imagine a scenario where u are forced to delete obs and reinstall and then u would have to reinstall the plugins again
and configure its settings from scratch
I think if they integrated Advanced Scene Switcher into the program they should release it as a separate build of OBS intended for advanced users and call it... OB-ASS. ๐
hahaha
The reason for including plugins in OBS project by default should not be "because some people want an easier way to get these things".
if there was a way to save settings for plugins, i woudnt mind plugins being plugins
Building a plugin manager that is easy to use into the program which makes it easier for end users to find, install, update, uninstall plugins would be the proper solution for making it easier to extend OBS with functionality.
Been mulled about for several releases now, and I wouldn't be surprised if Jim or someone decided to do a plugin manager for 28 or 29 or so.
yesss this would work plus the saving and exporting part included too
similar to the scene, profile collection
It would solve a huge tonne of tech support problems at least with regards to "I installed plugin XYZ and it is not showing up" category, and depending on how it is implemented, it could also solve the "this version of this plugin built for that version of OBS is not compatible with this version of OBS" problem too.
yes this would really help me out if it comes out in the next obs update
Could also make it easy for users to install themes/skins too
yeap agreed on that
Most of the best plugins seem to be fairly actively maintained with releases coming out fairly often, so I wouldn't want to see them come out only when new OBS releases come out. Also, being built in means you HAVE to upgrade OBS to get new versions of a plugin even if you just wanted the plugin updated.
i don't think a plugin manager is even started yet...let alone on track for the next release.
Staying current with OBS is in general a good idea, however sometimes new versions of the programs introduce instability or incompatibilities that may be problematic for some or all users, and one might want to hold off on updating the program until updates come out that fix issues.
There's an RFC for a plugin manager
ouh but i mean it could possibly start out if the idea was implemented, idm waiting for a few more years if i have too
Seems like 10bpc and HDR are likely to be the big features for 28.x.
RFC ?
Request For Comments
It's a feature idea submission functional plan submitted to the team for discussion prior to someone beginning work on code.
The idea is for someone to submit a formal plan for a feature, discuss it with the developers, come to a consensus on how it should be implemented, flesh out the details, and then begin work on it.
Ah I see...
Does anyone use Advanced Scene Switcher here? For some reason it's not detecting a certain game, Splitgate. I've tried having it detect both executable and window title and neither work. It works fine for every toher game I've tried so far - Team Fortress 2, Street Fighter V, and Ultrakill. Only Splitgate isn't working and I don't know how to fix it
Hi! Im looking for some C-plugin analog of OBS lua script_tick or timer_add. Need to refresh some parameters over time without blocking thread. Anyone know where can find it?
Well I guess it passed the stress test more or less ๐
anyone have any recommendations for plugins and tools you have found useful in your time using OBS?
Every time I quit obs I get a crash message. No issue while streaming. Has anyone narrowed it down to one plugin that causes this? This isn't really windows support since I know it's a plugin causing it from testing
What do you want more than two?
Usually I would check to see if all the plugins are updated to the latest version
Just installed them yesterday so I have to assume so. Is there an easy way to install updates or do you just check the update page on OBS?
hello, i have seperated my audio sources for twitch vods by using Win-Capture-Audio Plugin, and i am not sure how to add blerp sound source.. can someone help me please?
For the plugin updates no, u would have to go the plugin page itself or github and see if any releases or updates have been released
That doesn't update plugins
Never mind I confused something
hey all, looking for someone to help me with my old age of memory that's failing me.. i had downloaded a plugin that i inserted a html into my scene and on my computer i had a folder that had 3 test files in there that were .png pictures and i could set the time to say every 5 min the 3 pictures would jump on the screen in the lower section.. does anyone know of that plugin or could offer a link to it.. thanks in advance
You can manipulate it with OBS filters and other plugins and shaders.
https://obsproject.com/forum/resources/waveform.1423/
i like this plugin more
Me just noticing the 'Watch' feature on OBS Plugins forum: 
That's much more like it!
Thank you ๐ much better settings options
i finally started setting up adv-ss. still trying to figure out the best way to auto switch scenes when im on the COD menu.
Didn't we already come up with an 'how to' for that?
Process :focus
that doesn't do it for me. i think i have to match part of the image to the menu
Ah, I see. The menu and the game are the same.
Well if you have a static thing to match it against in the menu it should be possible.
struggling to figure out how to do it. i've found a way to match the entire picture but i only want to match a small part of it as that is all that is static
muhaha i got it!
I wanted to use whiteboard script. so I put the source whiteboard on top and in the scene I chose, clicked on the "Window Projector" option.
And in that window I click with the left mouse button to draw but it doesn't work? what should i check? (I have obs 27.2.3)
@weak escarp Your script https://obsproject.com/forum/resources/source-toggler.860/ continues working on a removed Scene/Group after it is removed, until the script is reloaded with the Reload Scripts icon. Is this intentional due to limitations, or a small oversight?
Hey there, wanted to know if there's a way i could include a sound effect in transitions
Sure, using a video editor assuming it is a stinger transition
alright, thank you
That sounds like a bug
Hello everyone, after adding Video Delay (Async) filter to VLC source, I get crash error when I change track from VLC playlist. Has anyone experienced this before? Is this an bug?
Is there a way to prevent the Source Switcher from posting to the logs. I have them set to switch on a timer via the plugins settings, but every time they transition, an entry is posted to the log that it has transitioned.
[source-switcher: 'SourceName' transition to 'OtherSource'
One of my log files has nearly 5000 entries
https://github.com/obsproject/obs-studio/issues/6188 it seems to be a bug, yes.
Operating System Info Windows 10 Other OS No response OBS Studio Version 27.2.3 OBS Studio Version (Other) No response OBS Studio Log URL https://obsproject.com/logs/s0_fUTqQxiW9Q9EA OBS Studio Cra...
As far as Iโm aware, there isnโt
I'm looking to attach the top of a text box to the bottom of another text box, and have a dynamic height of the one above. So when the content of the top text box grows or shrinks, the bottom text box will be moved along with the bottom border. Would that be possible some way?
digging around some more in my scene collection trying to find out what is causing the 'effect_setval_inline: invalid data' log entries.
After removing the 3 Source Switchers in my collection (I duped the collection before removing anything), and the issue went away. Going to do some more scene dupes to see if i can narrow it down
i have a suspicion that its due to my trying to adjust the settings of Source Switcher thru OBS WebSocket 4.9.x, and while it DOES modify the Source Switcher's entry in the scene collection JSON file, it doesnt actually effect the Source Switchers LIVE state
was able to track the issue to 1 specific Source Switcher. Rebuilding it from scratch seems to have fixed the issue. Ill do some more tests later once I toss together a websocket test app, to see if me changing settings via a websocket connect is what triggered it
I updated OBS and this began happening when i add the NDI Source from a Skype call for for Skype Local. My source. Audio is distorted on the recording.
How do I get audio from Discord to work in OBS?
I have tried application audio capture but it didnโt work
did it not work because it didnt show up in the App Audio Capture properties?
It shows up but no audio
hmm, not sure then. the issue i had was Discord wouldnt even show up in the capture properties until a call or voice chat was started.
!cleanlog @urban ice
@urban ice
A clean log file is required to help fix your issue. To make a clean log file, please follow these steps:
- Restart OBS
- Start your stream/recording for at least 30 seconds (or however long it takes for the issue to happen). Make sure you replicate any issues as best you can, which means having any games/apps open and captured, etc.
- Stop your stream/recording.
- Select Help > Log Files > Upload Current Log File. Copy the URL and paste it here.
What @obsidian agate said about being in a call/voice chat is correct. Get into a voice chat first and that "exposes" the discord output to be captured by the plugin. Some apps will be like this.
Log contains debug messages (browser/ftl/etc), for a filtered version click here
- 31.2% Rendering Lag
- 31.6% GPU Encoder Overload
- Wi-Fi Streaming
- Not Admin
- Mismatched Sample Rates
- Windows 11 21H2 (OK)
Intel Core i5-11400F @ 2.60GHz - OK! / GeForce GTX 1650 - OK!
looked into the log, and another question. Are you running SE.Live (StreamElements)?
!sehelp @urban ice
@urban ice
Due to a number of incompatibilities with OBS 27.2 and newer, we are no longer able to provide support for instances of OBS with the StreamElements plugin (SE.live) installed.
If you need help with StreamElements products or services, please join their Discord server or submit a support ticket as we cannot provide further assistance here.
I asked on SE and was told to ask here
yeah this issue doesn't sound like it's SE-related, here is fine
We're actually not currently supporting any instances of the SE plugin.
nevermind then
They shouldn't be sending you here, we've communicated that at least for the near future, we're no longer supporting instances of OBS with their plugin installed, regardless of issue.
They replace core components of OBS, which makes it impossible for us to properly support.
Are you in a voice channel or call when you set the source?
yes
Should we readd that warning in the log for se then?
no, the message about debug messages is enough for any regulars.
I'm keeping it in my pocket as an option for now.
๐
Is anyone here
After unistalling se did u also reinstall obs
you are all from there
Is there a plugin to add back the ability to paste a source as a duplicate and not a reference? I need to have duplicates with different filters sometimes and now I can't
Some sources only paste as one or the other. Poke #windows-support , owo.
I used to be able to paste a capture as a duplicate but now I cant
also I'm on Linux
That's one that you can't paste as duplicate, cuz it'd break things. Also, try #linux-support , then.
"used to" being years ago actually
U would need to reinstall a fresh obs install becuz se plugin tends to break obs doesn't get fixed even when the plugin has been removed
ะะฐะฒะตััะตะฝะพ ะบะปะพะฝะธัะพะฒะฐะฝะธะต ัะตัะฒะตัะฐ. ะะฟะตัะฐัะธั ะทะฐะฝัะปะฐ 35 ัะตะบ.
Welcome to the official OBS Community Discord server! Unfortunately, our support volunteers can only provide support in English. Most of our support documents and guides are also only in English. If you feel comfortable using a service like Google Translate, feel free to use that to send messages to us. We'll do our best to understand your intent, and we'll try to help you as much as we can.
Translate
Is there a source randomizer plugin? I've found the 'Source Switcher' plugin but thats quite what im looking for. If anyone here used FMOD Studio, im after something that works like a random container and not like a sequence container (which is what source switcher only seems to be)
I want need a plugin very similar to Source Switcher but each time the source is made visible I want it to randomly choose from a pool of sources
Does anybody know of any plugins to use with Deezer for song info?
I'm not sure if this is the right channel or not, but was hoping someone might be able to help me. So I have to record some workshops that take place in a discord I am in, however sometimes they happen when I cannot be on discord. I have figured out how to get my obs to record/stop record when I am not at the computer, but was curious if you knew of a way to get it to start streaming a live stream in a discord voice channel to record.
That's the only issue I have run into - that you have to chose a live stream once in the channel to record visual. Was curious if there was maybe a macro I could make to do this?
Why not just have the presenter record? Seems more straight-forward.
That's not an option due to language barriers, etc. I am recording for an organization & we invite different presentors to teach workshops! Many of their first languages aren't english, they aren't crazy fimilar with discord or other tech programs! ๐ i.e why time zone issues come into play occasionally!
https://obsproject.com/forum/resources/tuna.843/ you'll have to use the deezer web player though and install the user script as described in the "Web browser source" section
hello.. Is there a plugin for multistream unified chat box?
i don't think there is a plugin for a single service chat box
Most people use restream's chat that I've seen.
whats the plugin again for doing multi track video in obs
like multi track audio
but for video
Source Record
Be mindful that it has a limit depending the encoder
tbh, I just wanna split Camera from video so I have a raw out of the gameplay
Do you have Nvidia?
yup, GTX 1660 sc
Do I just match all my recording stuff I normally use with this?
Are you recording with multiple audio tracks?
Oh source record stuff.
Nevermind, I dunno anything about that plugin :p
@shell hare there is a bug in that plugin currently with NVENC. If the main encoder (streaming or recording, cannot remember if it is both or just streaming) is using NVENC, and you set the Source Record to NVENC, it will just default to using the streaming one
just learned about that today setting up that plugin
cant figure out what I'm doing wrong with it for some reason the Source record, records everything rather than just its source
Depends entirely what you're trying to do...
Knipex makes some amazing pliers, for instance
is steam safe to get obs from
Since when is OBS on Steam?
as of 2 days ago. see #announcements
yes
New to OBS? Check out our 4 step quickstart guide.
Want to learn even more? Check out our in-depth overview.
If you'd prefer to learn with videos, check out these guides made by the community:
you know how to get sub count or something on it?
one of those things
sorry for the ping
in a dock to view yourself, or to display on stream?
is there something i could use to hook up a midi keyboard to display a piano when i play it, like GamepadViewer but piano?
if so, is it possible to get it to fade out when im not playing it?
i see stuff about Chordie but thats a bit more than i wanted. i suppose i can resort to it though if there isnt anything simpler
Haven't used this plugin before but i think it should meet your required needs
U can downlod it and try it out see if u can display the interface in obs. The instructions also included in the forum thread
@slow sandal everything I find on the Internet directs me back to chordie
But have u considered like displaying your actual keyboard with showing your hands playing the keys ?
This video is a example and if u want to give it a go, its called piano vfx but the downside is it has heck of things to do and prepare before u can use it so ye :)
yeah i think ill just use Chordie and maybe turn off chord displayers or something
thank you though!
Welc ๐
About an hour ago I published my first tutorial video promoting my Hudlay project.
I made it with OBS on my Raspberry Pi400 :)
A quick peak at the website, what truly makes this stand out vs the free options out there currently in your opinion? Not really seeing anything compelling enough that would make me want to spend money.
@finite otter Hey there, we don't really allow advertising or self-promotion here. If you want to submit the tool as a resource on the forums, that's the best way to get it out there. Thanks for understanding!
Perfect, thanks a lot and best greetings!
https://obsproject.com/forum/list/tools.27/ Sounds like this would be the best fit
Since it's not an actual plugin, this is where most of the overlay and browser-based stuff goes.
hello guys sorry to bother i have a problem with my OBS when i tried to go DOCKS option in Views options I can not see DOCKS option someone can help me up please
Docks is its own toolbar next to view toolbar @sour glade
Does anyone know of a good virtual green screen plugin that isn't OBS Virtual background plugin 1.1.0 because that one keeps crashing OBS when i add the filters and effects to my camera source
in VIEWS option ?
You can manage your docks from the Docks menu.
You can toggle docks on and off, or lock or unlock docks to prevent moving and editing.
You can also reset the UI from this menu to return your docks to their original state (Docks > Reset UI).
!docki
๐
Hey guys, I wanted to ask, what does OBS use for it's main frame/window on the main application.
Is it QT, wx or maybe something else entirely?
The GitHub repository for OBS Studio can be found here: obsproject/obs-studio
The repository for the bot itself can be found here: obsproject/obs-bot
Yes, yes you are. ๐
๐
The question is, did you pronounce it Queue-Tee, or Cute (funnily, the latter is how they want it to be)? ๐
Either works for the purpose at hand. ๐คฃ
hehe, right
(also that's like saying โit's Obs, not Oh-Bee-Esโ - correct, but no one cares)
I see, I am afraid to use QT because of its licensing, but I guess that's fine as long as the software stays gpl compliant
GPL QT is just fine, indeed
is there a way to add an action on a specific button, like I want to execute my Java-Twitch-Bot when stream is starting. Is that somehow possible?
if you make a native plugin, you'd probably want to listen to the OBS_FRONTEND_EVENT_STREAMING_STARTED event and somehow start your Java program from there. See the api docs for more information: https://obsproject.com/docs/reference-frontend-api.html
thanks dude
They can want what they want. They can want many things. I want their installer not to be a steaming pile of shit. Seems like neither of us will get what we want. ๐
Just start calling them "late for dinner"
I don't even care if anyone gets that joke. LOL
Hi I am using a valhalla vst plugin and canโt figure out how to turn the effects on and off in obs studio
Have you added the VST 2.x filter to your audio source, then selected the VST file?
I have added the filter and the interface opens up
Even if I close the interface the effect continues
You need to "hide" the filter to turn it off
In the Filters list, click the eye icon
Thank-you!!!!!!
Hi, I am working on a simple video source input and I see obs_source_info.video_render is called quicker when properties window is opened. Did I miss something?
The properties window also renders the source.
(FYI: This reply will not ping OP) A program I rely on (https://github.com/UpDownLeftDie/obs-random-videos) has been showing the same issues since recent OBS updates (https://github.com/UpDownLeftDie/obs-random-videos/issues/33) and I'm trying to be a helpful end-user and provide as much info to the developer as possible. I've been getting my videos freezing with the error ERR_REQUEST_RANGE_NOT_SATISFIABLE and it seems like this is a result of Chromium failing to load the video in its entirety based on watching the Network tab of the debugger. Is there anything I can do to resolve this or help the developer do so? I'm really hoping I won't have to rollback OBS or not be able to use this app, because having randomized rotating background videos is super useful and I spent a bunch of effort setting up a rotation.
I made something similar to this in python scripting, loads random videos into a single media source item. Won't have the same issues as a Web source since it's mostly fail proof, but since it was paid commission work I don't have an agreement on licence/ownership, so it has remained private
This was how I got into obs development 
Hey does anyone know how to implement the chat into the stream, get a follow notification overlay and also like a virtual character that moves the keyboard when I press buttons, like a substitute for a webcam (think its called bongocat? but idk if there are any other presets to use)
so one *source's render_video is called twice in a given frame? Mine's source is not labeled as OBS_SOURCE_DO_NOT_DUPLICATE
video_tick is called once per frame, video_render is called once per render, so if you add a projector video_render will be called even more
got it, thanks, good to know, thought that it's called once and then frame is basically copied to other views
just to summarise, can I use video_tick to create a gs_texture_t and just simply pass it to obs_source_draw() in video_render? Shall I read more about GS_DYNAMIC textures?
As a side note, OBS_SOURCE_DO_NOT_DUPLICATE is for the user action of Copy & Paste. It disallows the user's ability to select "Paste (Duplicate)" (only Paste (Reference)) and is unrelated to the frame/video/render functions.
Does anyone have a suggestion for a good Input History overlay plugin? I've tried using https://github.com/univrsal/input-overlay but can't seem to get the Input History option.
Is there any OBS plugin or some other solution that let user cut audio off before it goes into stream incase someone yells some TOS breaking thing without having to shut down the whole stream? Sort of on the fly beep-censor thing?
Hi everyone, is there a way to apply a mask from one source to another one? I know how to apply a mask from a filter but it's limited in ways like I cannot freely resize the mask in real time. Any input on this? Thanks!
You could duplicate the audio source and create a toggle mute to it. Apply a render delay filter for 5 seconds or so for you to be able to mute it on time. The trick is to send to broadcast that duplicate but you monitoring the original without the delay.
Yes, by using the Dynamic Mask filter from the StreamFX plugin.
Hahaha I already use it for other purposes and never thought of it, I am dumbo. THANKS!
helo is there a plugin to seprate audio?
To capture audio from selected applications only, similar to Discord, you can try the new OBS audio capture plugin (Windows 10 2004 and above only)
how do i add it
Instructions are provided in that link to the download.
ya... But sadly it doesn't work as intentded. I need to be able to resize the mask in real time and that reflect on the destiny source... ๐ฆ
Describe in more detail what you're trying to do exactly, it might be possible.
So... Let's say I want a circle mask to grow bigger and smaller on me. When big, it would expand over the screen area so everything in my webcam would show... Then, with the move source plugin, the mask would shrink so only my head would show in a circle and then move all that to a corner in the screen. The only thing I am struggling with is resizing (and moving) the mask. I thought I could do it applying the mask on a group with the cam and resizing a blank source since the mask stretches depending on the group contents (it does not act like that on nested scenes). But the move source plugin breaks when doing that.
I am currently doing this in separate scenes but I wanted to try something more eye-catchy with the cam resizing applying the mask and moving with flow instead.
Ah, you'll have to use a pixel shader to do something like that.
I might be able to whip one up if you're interested
I don't even know what a pixel shader is en, but I'll look into it! Thanks for the heads up! I'll be back with news ;)
I plan on streaming speedruns to twitch, but the only video i have found on "How to add a timer" on Youtube was from 2018, any advice?
LiveSplit
How do i get it?
@jolly rapids Are you doing keyboard & mouse overlay display or controllers?
Open Joystick Display seems to be the best input overlay method, at least for controllers & fight sticks
Here's what I've got so far, it's a shader for the OBS Shaderfilter plugin that masks the source with a circle, with black background or optional transparent background. The radius and position of the circle can be moved freely, and the OBS source it is being applied to can also be offset.
Now I need to antialias the circle so it doesn't look like poop, and probably an option to have a softened or blurred edge.
The Move Value filter from move-transition plugin could be used to animate any of these shader properties. This would allow a smooth transition of a shrinking circular mask to be applied to any OBS source in a transition animation.
I need to put some antibiotics in my eye so I don't get an infection from the jagged circle edge first though.
Hello All, was wondering if there was any good plugins/tools that a person should get as a new user? Thanks!
How to install plugins: https://obsproject.com/forum/resources/421/
List of available plugins: https://obsproject.com/forum/resources/categories/6/
you can just go poke through the list of what's published and see if anything looks like it's a good fit for what you're trying to do.
But if a lot of those seem confusing on unnecessary, it's probably because you don't need them :)
I second what Fenrir has said, if there is a particular feature or functionality of some sort that you are needing, peruse or search the OBS Resources repository to try to find something that does what you are looking for. If you don't find what you need, try also searching Google or YouTube as there are plugins and other tools for OBS which have not been submitted for inclusion to the repository out there as well.
If you are not seeking any particular functionality and just wish to know what types of addons and tools that might be of interest to you, again by perusing the repository you may find some things that pique your interest to try out.
And if you can't find something you need in the repo or via Google, feel free to ask here and someone here might be able to recommend a possible solution.
Appreciate it thanks yea I guess I was trying to find what was possible I cringe came from SLOBS and was able to basically replicate everything, but scrolling text seems to be a PITA for some reason ๐ฆ IDK why....
So trying to find a good method for that, i've tried using the scrolling text in OBS, but I seem to continually have text size and scaling problems when using that method
You can use the OBS Scroll filter to scroll text horizontally, and in the text widget set manual custom extents, and specify the width and height. Be sure to make the width the width of the area you wish the text to scroll within, and if you want it to scroll right off the screen, make it wider than the screen to the degree you need.
Also, if you need to change the size of text, always edit the Text source properties and change the size of the actual font rather than resizing the text source with the mouse, which causes pixelation on upscaling, and artifacts on downscaling (mostly visible at small sizes).
That's why I started my project with layouts that are offered through HTML as this way you can offer the whole content in a responsive way.
Currently I am just struggling in if I shall them offer in fixed most common resolutions or really responsive.
Looks like it! I've wandered into the depths of shaders and... No way I can learn to do that! How would I implement the shader (never used one), how does that interact as a filter with the source? Does it have all needed values to be modified with move source or move value plugin? If too many questions, I am really sorry, really N00b here.
We have just started using Audio Monitor. THe first experience and testing with our setup on Friday was perfect. However, during a 3 hours stream on Saturday, we no longer got no Output to stream from some audio sources. Most sources had Output, Headset and Zoom(via VB cable) in the Audio Monitor. I had to remove Audio monitor as soon as we finished the Zoom and just used the headset via regular audio monitoring. Any clues why Audio Monitor would stop feeding the main output to stream?
is there anyway to fix my virtual cameera cause i cant use it on oomgle

