#plugins-and-tools

1 messages · Page 104 of 1

zenith mauve
#

Anyone try and use the OBS stream deck app for android? I installed the app but it wont connect. Any ideas?

peak vector
#

Did you install the obs-websockets plugin? Most external remote control tools require it

vivid sapphire
strong tulip
#

Elgato Stream Deck app for mobile, most likely

vale vine
#

Looks like connectivity issues are a reoccurring theme in the reviews

#

IMO there are better options

#

!remote

oblique yewBOT
#

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.

marsh blade
#

Hi guys need little help, I'm trying to integrate Agora RTC with OBS studio, getting errors. Anyone did this before ??

jagged vector
#

Hey Guys, Is there a lower thirds add on for MAC anywhere?

dim flame
#

Is there a guide to adding an alert box anywhere? Trying to do it without using streamlabs preferably.

wet valley
#

hey guys i have a question about the discord streamkit

wet valley
#

i have a bug in my chat overlay that makes some of the usernames appear like this **[object, object] **
sorry if this question was asked before but i tried looking in the chat and couldn't find anything

#

can someone help me

vivid sapphire
#

that means that whatever is printing the username is actually printing an object instead of a string representation

humble hemlock
# oblique yew

Or you can download and use Lioranboard to not just do what other streaming decks do but a hell of a lot more besides.

vale vine
#

Lioranboard is good but a not so user friendly UI

#

Touch Portal has a lot of the same functionality with better ease of use imo

#

And streamer.bot is pretty good too

humble hemlock
#

Now i thought that in the beginning but I have gotten used to it and setting it up is easier. I use it with Streamer.bot.

vale vine
#

Yea, I've heard if you can conquer the learning curve it's really good

wet valley
#

all ?

humble hemlock
#

@wet valley I just use a chat overlay from Streamelements that runs across the bottom of the stream.

wet valley
#

discord chat right ?

humble hemlock
#

With a scrolling text bar at the top with important information for the viewers. No. Not Discord chat. (no one talks in there so not worth putting up) But my twitch chat.

wet valley
#

that's my issue

#

i host events on discord and i record them i want in the recording to be the chat and the actual people who get on stage

humble hemlock
#

Why? You have a discord overlay built into discord that shows overlays the game that your viewers can see anyway.

humble hemlock
#

So, separately to your games then?

#

Have you tried Discord Streamkit overlay?

wet valley
#

here's my use

wet valley
wet valley
humble hemlock
wet valley
#

that's why i came here, sorry if off topic or annoying

humble hemlock
#

It's always good to ask, but have you tried that link I just posted?

wet valley
#

nope, thank you i'm downloading it right now and will give it a shot

humble hemlock
#

If you want your Twitch chat to be relayed to discord and vise versa then yes, there is a Lioranboard plugin for that.

wet valley
#

thank you austin for keepin up with me

#

you're awesome

humble hemlock
#

It's no problem. I seem to be doing more trouble shooting than streaming these days. Especially this time of year. Just come back from a banding engagement with the Salvation Army so just settling down before I decide what to do next. Lol.

rocky pawn
#

Hi there I have a problem on OBS studio, my twitch activity doesn't show, I refreshed it and logged in and out of my twitch and reinstalled it but still nothings changed

vivid sapphire
proper kindle
#

I've made a program in Java which counts how often I'm clicking. Currently I'm saving the number to a file and displaying the text from the file in OBS using the Text widget thing and read from file. It's not optimal.
Is there a way to display it in a better way? Can the same thing be made as an OBS plugin/script?

untold jay
proper kindle
untold jay
#

yes, the documentation as examples on how to change a source's properties, so you can write new text for any text source

vivid sapphire
#

in what way is it not optimal?

proper kindle
#

That's epic, I'll look into it, thanks

proper kindle
vivid sapphire
#

Fair

strong tulip
vivid sapphire
#

just wanted to understand the nature of why it was judged to be suboptimal

proper kindle
strong tulip
untold jay
#

oh, and if you're going to be updating a text source 60 times a second, i'd recommend using freetype2 text sources instead of gdi, as those will use less CPU to update

proper kindle
#

Yes, but never made or seen one before xD

strong tulip
#

You portion off a tiny amount of RAM to use as a storage device, meaning you never write to your hard drive. You just use an app to do it.

proper kindle
#

Yeah

untold jay
#

(also, i was hoping to find a good APM counter and/or a clicks counter that is open-source, i hope something like this happens some day)

proper kindle
#

That's kinda what im making. What makes it good tho?

untold jay
#

there's already "desktop apm", but it doesn't offer any visual customization, updates the APM counter only about 2 times per second, and eats too much CPU

proper kindle
#

Ah. Mine is probably gonna be worse XD

untold jay
#

i would say it's "better than nothing" but it almost isn't

proper kindle
#

Whats holding you back from making one yourself tho? You seem competent

untold jay
#

i, uh, only seem competent, i don't speak any programming languages

proper kindle
#

Ah 😄

steel walrus
#

@untold jay is it possible to add OBS integrations in the Multi-RTMP plugin? Like the auto twitch server selector or the new YouTube event selector, etc.

untold jay
#

@steel walrus you can still use service integration with the "start streaming" button normally, but for any additional services after the first, you only get a basic RTMP output, no extra features

steel walrus
# untold jay <@199049756985655298> you can still use service integration with the "start stre...

I use the multi rtmp plugin for all my streams and have YouTube as my primary service (due to the integration for chat and stream key)

But Twitch is experimenting with multiple RTMP servers in my country so I don't know which one performs when. Which is why i thought it would be a good idea if the auto server selector could be a part of the Multi-RTMP Plugin. Other than that, the plugin is perfect and amazing. Really can't see what else can be added to it. It's perfect

mortal harbor
#

Running a discord overlay for a voice chat and only want speakers to pop up. Had it working for weeks now it shows everyone on the call. Any solution? Please ping

strong tulip
mortal harbor
#

Thanks

proper kindle
#

Hello. Its me. I was wondering after all these tries you would like to help. To go over my issue. They say that debug-ducks are supposed to fix compiler errors, but they haven't done much fixing.
So my issue is with the Java OBS websocket library https://github.com/obs-websocket-community-projects/obs-websocket-java
My code, sorry for big copy pasta, is this:

public static void main(String[] args) {

        OBSRemoteController controller = new OBSRemoteController("ws://localhost:4444", false, "patklask");

        if (controller.isFailed()) { // Awaits response from OBS
            // Here you can handle a failed connection request
            System.out.println("Failed to connect to OBS websocket!");
            System.exit(0);
        }
        // Now you can start making requests

        controller.getSourcesList(resp -> {
            if(resp == null) {
                System.out.println("Response is null, rip");
                return;
            }
            // This check is null
            if(resp.getSources() == null) {
                System.out.println("Sources list is null, welp");
                return;
            }
            for(Source source : resp.getSources()) {
                System.out.println("Source: " + source.getType() + " > " + source.getName());
            }
        });

    }```
And i get null on my sources list, even tho i have plenty sources
#

What could be the issue?

#

It does connect. I do get the "Connected successfully" message

proper kindle
#

For some reason my authentication failed? I used the correct password so idk what went wrong, but removing the need for authentication fixed it. Yes, i know thats not optimal, but im the only person on my LAN so i think its alright

sullen talon
main root
#

Hi, i wonder do win-capture-audio plugin works with discord, viewed some videos about it wont work, so better i ask here?

wary escarp
#

According to it's GitHub, it won't

lucid inlet
#

Hello, I have a question, do I have to activate a function in OBS so that at the end of the stream it is not heard or is this function already automatic from twitch?

strong tulip
#

So that at the end of the stream what is not heard?

lucid inlet
terse moth
#

IS there a way (Or plug-in) That I can use to make nested source groups? (aka, put a group within a group, similar to a PC's file system)

I use a large series of character sprites for different occasions (Each is another series of sources)-- I'd like to be able to group them in some way for easier location- And to clean up my sources window

#

ie a "Sprites" group wich holds all of the shown groups, wich then hold their own sources?

vale vine
#

I think the grouping of groups is a no go due to some sort of redundancy or something along those lines. However there is a bounty for better organizational setup. I forget if it's in progress or nearly done.

mortal harbor
#

Is there an easy way to test/hear audio plugins? As far as I know, the effects applied are only heard by viewers. I can record video clips & listen back to the audio but this will be very tedious.

vale vine
#

Maybe the audio monitor plugin? But it may be pre filter.

#

If that's the case, you might want the music edition for as I think it allows monitoring of master mix

mortal harbor
#

@vale vine oof, lots of bad reviews for instability but I'll check it out, I can remove it later.

pseudo cosmos
#

could anyone point me at what in the Graphics API I should use to draw lines/pixels?

#

I want to create a line chart

proper kindle
whole karma
whole karma
whole karma
mortal harbor
oblique yewBOT
proper kindle
#

A mix of using Virtual Audio Cable and Voicemeeter may be able to do it, but I'm not sure

proper kindle
#

Good to hear you found a solution, and thanks for sharing it 👍

strong tulip
#

Loopback is awesome. Expensive but awesome

#

You really get what you pay for, an absence of headaches 😁

regal breach
#

Is it possible to make a plugin that adds a command to the context menu that shows up when you right click a source or scene? Please ping me for answers, I'm off to bed. Thanks.

untold jay
#

@regal breach i think that's a no, or at least i don't know of any plugins that have been able to do that

strong tulip
#

I reckon the context menu's a bit busy as it is without plugins adding stuff to it 😄

strong tulip
#

Well, for a cheaper (but still not free) solution, there's Sound Siphon. Basically the same thing, much much cheaper.

#

When it comes to free solutions, there's really only these two:

#

!macaudio

oblique yewBOT
proper kindle
#

What I've done with my audio is default all audio to "Random device 1" and sort out some audio to "Random device 2". Then i use Voicemeeter to merge Random device 1&2 into my headset, and then i can pick what audio goes into OBS by not having my headset as a source, but only the random devices which i send audio to

#

Something similar to that. My own setup confuses me, so i hope it never breaks

strong tulip
#

Yep, and practically the same thing :-)

#

Mac streaming isn't that hard, really. It's just that 99% of the resources you find out there are Windows-related. But once you figure it out, you don't need to figure anything out again :D

untold jay
#

you bought it, and then bought a bunch of adapters, it makes a lot of sense to them, as they get a lot of money from you

strong tulip
#

What bunch of adapters? You need one multi-port hub if anything. The MacBook Airs lack ports because it's supposed to be portable; the MacBook Pro has all the ports; the Mac mini and iMac also have all the ports

untold jay
#

laptops can be portable and have a bunch of ports, look at nearly any laptop not made by apple

strong tulip
#

USB-C to USB-A

#

That's what these are for

#

or similar. My husband has a different brand one, but same diff.

#

But again, this is more of a #tech-talk discussion. Let's move it there.

#

(or drop it, either is fine — it's just off-topic for this channel, that's all)

inland stream
#

Good evening, I bought Streamlabs pro which allows multistream. I was interested in putting multi chat on OBS. I want to avoid using streamlabs. How can I put the multi chat on obs (that of streamlabs pro)? A thousand thanks

strong tulip
#

I believe Streamelements has multi-service chat box

#

Otherwise there's restream chat — you don't need to actually stream with Restream to use it, just to connect whatever accounts

inland stream
hard jay
#

I would wager that from a technical standpoint, it's possible, but I have no idea if they let you do it or not.

#

We don't typically get involved with their offerings.

strong tulip
#

I mean, I can't see why you'd pay for a premium service just to avoid using the software that the service expects/requires. 🤷‍♂️

#

(unless it's to avoid SLOBS' CPU usage or so on — when people say they don't want to use Streamlabs, I assume they mean the entire suite of products including the online services)

subtle grove
regal breach
# strong tulip I reckon the context menu's a bit busy as it is without plugins adding stuff to ...

While I do agree with that, I'm thinking of adding an "Add scene to other scenes" command and another that adds it only to scenes that don't have that scene yet (no idea what name I should give that one). Would make global scenes/nested scenes much more convenient. Without the ability to add a context menu item, alternatives don't seem to be appropriate, even though it is possible, like a video filter that doesn't do anything but adds a button or just watches the scenes or something.

strong tulip
#

What about a menu item and accompanying UI for that in the Tools menu? That's something that is currently possible for a plugin to do.

regal breach
#

Can you elaborate a little more?

strong tulip
#

On what

#

I'm not sure what to elaborate on without just repeating myself 😅

regal breach
#

Hmmm. Is the UI in tools menu gonna be similar to the UI in scripts? Like seeing properties defined

strong tulip
#

I mean, take a look at the UIs that plugins already make, like Websocket, NDI, etc.

#

StreamFX even makes its own menu

regal breach
#

Yeah I think I can see that

#

But kinda wondering how I should design the UI hahaha

#

Thanks for your help

mortal harbor
#

Hi is there anyone who knows how to stream on a specific time with OBS? For example, i want to stream a video on 10:30 til 12:00 am and 14:00 til 15:30 pm

wanton pike
#

Hello! I was wondering if anyone knows if there is a way to split audio in OBS on Linux? I know there is a plugin on Windows that does wonders, but sadly it's not supported here on Linux. Does anyone know if it is possible here on Linux? I want to for example split my game audio and my mic audio and also have discord and music separated as well.

peak vector
#

I think pipewire and pulseaudio can do that natively but I have no idea how to setup this stuff (I dont use desktop linux myself)

high harness
#

Hmm

#

Can I somehow get Shoutcast/Icecast ICY title information from a "video" source into Tuna?

#

and/or is there another way to play an MP3 radio stream and display title information?

#

the video source plays fine, but Tuna can't get title info

clever lagoon
#

Hi, this is the right channel for help with plugins too, right?

analog ruin
#

yea

clever lagoon
#

I am looking for universal#8427 for help with their input overlay plugin, since it's on their github page that I could be able to find them here, but I am not able to find them on the mention list
Are they here? The 5.0.0 isn't working for me

analog ruin
#

it does say pre/test release 😅 Are you sure you dont want to try the stable?

clever lagoon
#

I'm trying to update due to the way the plugin handles the input files

#

In older versions it handles them in .ini and are pretty cryptic, I've been 2 hours tweaking one to make one that meets my needs but all I got is wrong layouts and obs crashes

#

The new version handles them through a .json, more readable and also with an online tool that makes creating these overlays way easier and visual

analog ruin
#

I see. Thats unfortunate 😦

#

they have some contact point on their site, but im not sure thats really where they want support/bug submissions

clever lagoon
#

well, thanks for the help

#

Sorry for taking your time for this hahahaha

analog ruin
#

nothing to be sorry about 🙂 Completely relevant reason to ask

#

You could get lucky that someone who has experience with the latest beta/test reaches out to you in this channel still. Unfortunately I can't do much for you at least 😅

analog ruin
clever lagoon
#

oh

#

@boreal hearth

Hi, I'm having a bit of a trouble updating the input-overlay plugin from 4.7.4 to 5.0.0.
When I update, the input overlay option dissapears, as so do my overlays, as if the plugin wasn't present.
I hope I'm not taking much time from you by asking about this, I didn't find any issues page about this on the github page.
The reason I'm trying to update is to be able to more conveniently edit my presets to something that fits my needs, as the .ini files were pretty cryptic and trying to edit them only resulted in wrong layouts and my obs crashing.
Thanks in advance.
I'm using OBS 26.1.1, which I forgot to mention before

regal igloo
#

Does anyone know of a plugin that does NOT automatically have its property window displayed when it is added to a scene? If so, I'm interested in looking at the code. Thanks.

neat geode
#

Have a look at the Dell DA310.

glass trail
#

I don't think OBS is like a phone; it's good on it's own, you don't need anything extra because the base system has no user-facing features. Plugins generally only get used to solve specific problems when they actually arise, and even then, it's very rare.

hard jay
#

!chatdocks

oblique yewBOT
#

To enable Chat docks for Twitch, Restream and YouTube, you will need to connect your account via Settings -> Stream.
If you'd like to enable chat docks for other services, you can use View -> Docks -> Custom Browser Docks. This allows you to include any webpage in OBS.

dark sapphire
#

^ once logged in, past alerts are in View -> Docks -> Twitch Activity Feed

#

Ah you're logged in via Restream rather than Twitch

#

Add a "Custom Browser Dock" pointed to https://dashboard.twitch.tv/popout/stream-manager/activity-feed

#

that'll give you a dock of recent follows & stuff

strong tulip
#

And if you're using Restream, you can use their chat embed (go to the restream website to get it) to show multiple services' chat on your stream

dark sapphire
#

for alerts, you have to use an alert provider such as streamelements or rainmaker

wanton pike
lofty onyx
#

For every plugin I install I don't see it on my OBS, I installed the most recent visual c++ redestributable for visual studio, this is for every plugin i've tried and im not quite sure what to do

any help? would definitely appreciate it

proper kindle
lofty onyx
#

i've tried in the obs folder, the recommended one on the website and just my downloads

#

@proper kindle

#

maybe i can retry it again

proper kindle
#

And you did restart OBS afterwards?

lofty onyx
#

yes @proper kindle

proper kindle
#

This is my OBS installation folder

#

This is a plugin download

#

You did move all the files and not just the "obs-plugins" right ?

lofty onyx
#

i copied the files and placed them in my obs plugins so it possibly could work now!

#

im about to check

proper kindle
#

Did it work ?

lofty onyx
#

Nope it didn't :/ @proper kindle

proper kindle
#

Are you on Windows? Is the plugin supported on the platform youre on? Im pretty much out of guesses

lofty onyx
#

Yes im on windows, and pc is 64 bit system @proper kindle i appreciate the help! I'll probably get at it tomorrow ❤️

proper kindle
#

👍

clever lagoon
# boreal hearth You need obs studio 27

Thanks, I updated and it's now working
However, the mouse overlay with movement from the presets now doesn't put the arrow where it should be.
I tried with the texture on the preset and also with one I edited to be a different color, and depending on which image I'm using the arrow is in a different place.

#

First is the original texture, second is the one i changed colors to.
Hope I'm not taking much time from you once more, and thanks for answering.

boreal hearth
#

I'm not really sure why the arrow isn't positioned correctly

#

I'll try and take a look at it when I get the chance

obsidian flame
#

I often use this mouse overlay ... as well as other players I play with. The arrow is never positioned correctly. Impossible to achieve it.

boreal hearth
#

it is possible, it worked just fine in the previous version but I guess something broke

clever lagoon
#

Yeah, pretty much

#

Thanks, and sorry for bothering
I hope it doesn't take too much time to find the problem

subtle hedge
#

how do i setup my ipohone 5s to work a a webcam my other camera is casuign lagg issues with ym nviodia 970 encoder during game play only

calm obsidian
#

What plugins and tools do people recommend for a new streamer

strong tulip
#

None. OBS has all you need out of the box 😄

#

Add plugins when you come across something you need to add to your scenes that can't be done

calm obsidian
#

Ahh fair enough i hope i set obs up correctly

strong tulip
#

If you get stuck with a techincal issue, ask in a support channel. But if you want help to set up your layouts so your streams look fancy, ask in #stream-setup :-)

calm obsidian
#

I will thank you

wheat marlin
#

Can anyone recommend a good sub goal plug-in? I use streamelements but they dont have an option to exclude re-rubs from counting and it can get annoying having to edit the sub progress when that happens or when a sub runs out.

pulsar cape
#

having issue with source record plugin. The filter keeps recording ALL sources instead of just the source it is applied to. Any suggestions?

turbid rose
#

hi everyone, I new here and my inglish is not the best, i whan to ask, if you know about video tutorial we teach how to instal a plugin in obs ? if you know about one i am really apreciared ❤️ 🛐

vapid jolt
wide hound
#

Source Record. Recording multiple cameras saved to individual files. If you need to record multiple cameras and save each to a different file for later editing, look at the Source Record plugin. I use this on my iMac. It works. Its ability to start recording subject to multiple triggers, e.g. it records Always; or when you click Streaming; or Recording; or Streaming or Recording; or Virtual Camera is exceptionally useful.

mortal harbor
#

any of you familar with obs ninja and no why my phone ninja stream into my obs looks like this

#

it sometimes works

#

all the settings are right refreche the cache when scene becomes active 1029 by 1080 my pixel 4a is plugged in and charging and its video appears normal

#

but on my pc it looks like that

vapid jolt
#

Which page exists the problem? The left guest join page, or the right capture a group scene page?

mortal harbor
#

its somewhere in the trasfer that its messing up like that is what the stream would see if i used that browser source in obs

#

but it looks fine on the little view on the phone

#

and it seems to be time sensitive a little if i leave it and dont mess with it sometimes the picture fixes it self till i change screens and stuff

mortal harbor
vapid jolt
#

Open the browser url in your Chrome on PC, like Windows or Mac?

mortal harbor
#

oh sorry im using the reussable invite thing not the group thing

#

and it has a view link and an invite link

#

i pull the invite up on my phone and the view link in a browser source in obs

vapid jolt
#

Er, maybe you could try the group scene url? It says "Use in OBS studio"...

mortal harbor
#

This is the thing im using

#

Just for a single cam not a group call

#

It's the create reusable invite option not the other kind

vapid jolt
mortal harbor
#

Yup

#

This is working right

#

this is the source in obs

#

and all of this was working fine at somepoint my phones on wifi has perfect signal

vapid jolt
mortal harbor
#

also obs on my phone if i try to change the camera between front and back it says one is being used when it isnt and wont select it

#

yes

vapid jolt
#

I try the "Add your Camera to OBS" on my iPhoneSE2, neither Safari nor Chrome worked, maybe only work for Andriod phone? Is your phone Android Chrome? 😆

mortal harbor
#

yeah its google pixel

vapid jolt
#

I mean open this url in your PC Chrome, to test whether the stream is OK.

mortal harbor
#

yes i did that and picture above

#

this one

vapid jolt
#

So it seems the problem for OBS browser...

mortal harbor
#

so its working in my browser just not in obs

strong tulip
#

All of this seems so much more complicated than using Epoccam

vapid jolt
mortal harbor
#

it was working its just now not lol

vapid jolt
mortal harbor
#

so obs broser just cant use obs ninja or or is it just my obs browser source lol

#

21.9.27 .783 powered by stream elements

#

27.13 at the top left

vapid jolt
#

Sorry, I can't fix this, because I'm not developer for obs.ninja, I'm a server-side WebRTC programmer. But I think it's definitely the problem of adaption between OBS browser and WebRTC, hope you lucky to get help from someone else. 🙂

mortal harbor
#

so do you think its all obs ninja stuff is broken right now

vapid jolt
wary escarp
#

!se

oblique yewBOT
#

To cleanly remove OBS.Live:

  1. Uninstall OBS.Live
  2. Uninstall OBS Studio (make sure that "User Settings" is not selected)
  3. Install OBS Studio again from https://obsproject.com/
    Your settings will be saved unless you have selected to delete them during removal.
vapid jolt
mortal harbor
vapid jolt
mortal harbor
#

yee its a good tool ive thought about what it could do alot right now i was trying to figure out how to route my audio over to the phone just to have a second wireless output but i need more virtual cables to do that and im using all five voice meter has to offer

#

like if a person beside me wanted to be able to listen to discord convos and talk themselves i can pipe audio to them pull the phones input from obs ninja and stuff

exotic birch
#

I am trying to unzip obs shader filter on obs studio folder but nit working

strong tulip
#

Don't unzip it there

#

Unzip elsewhere, then manually copy the files across

#

Otherwise you'll have permissions issues

marble summit
#

hello, I kinda had a problem with the plugin source dock, and got myself out of the situation.
the minimum requirement of source dock was written 27.0.0, and it didn't workout... I couldn't find it in "Tools"
I tried removing streamelements and restarting my PC and stuff, but it worked when I updated OBS to 27.1.3
probably just a reminder if anyone have the same situation.....?

mortal harbor
oblique yewBOT
analog ruin
#

oh, you're saying you already fixed it? 😅 Just posting as advice to others?

marble summit
weak escarp
versed pike
#

Bonjour, besoin d un pluging pour afficher le nombre d'utilisateur en ligne (RTMP)

oblique yewBOT
# versed pike Bonjour, besoin d un pluging pour afficher le nombre d'utilisateur en ligne (RTM...

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. google_translate Translate

versed pike
#

Hello, I need a plugin to display the number of users online (RTMP)

fossil wyvern
versed pike
#

like a stream viewer

fossil wyvern
#

because you don't need a plugin for that, add a media source, unckeck the "local file"

versed pike
#

directly on my page

#

on my website

marble summit
versed pike
#

do yo have the ling to download it

marble summit
marble summit
versed pike
#

on my website

marble summit
#

and usually those are browser source

versed pike
#

not on youtube and facebook

peak vector
#

OBS cannot help you here, this is something your streaming backend must provide

marble summit
#

then you might have to ask others, I am no expert in those stuff

versed pike
#

ok thx

fossil wyvern
#

can you describe what exactly you're trying to do?

#

you're streaming on a RTMP is what I get?

#

and you basically want the viewer count of the RTMP?

pulsar cape
#

Would anyone here know why my source record filter is recording all sources, not just the one its applied to?

peak vector
wise palm
#

Sounds like they trying to pull a video or livestream from their personal website, and embed into their live broadcast - I think there's something like "RTMP Pull" or something like that they can do easy enough to make that possible

fossil wyvern
versed pike
fossil wyvern
#

yeah, that's what I though

#

basically : that's complex.
The complexity doesn't come from integrating the count to your stream, but from actually getting a viewer count from your website

versed pike
fossil wyvern
#

yeah, I get what you mean

#

the problem is that, as far as I know, there is no cookie-cutter way to measure the number of viewers on any website

#

you'd have to actually code yourself a way for your website to measure how many viewers are on it (probably best way to use that would be using google analytics)

#

once you have that measure, it's quite easy to integrate it to your stream, best way would probably be through a browser source.

pulsar cape
# peak vector did you add the filter to a scene by accident?

I will have to double check when I get home for lunch, but shouldn't be. I have my scene called 1440p then in that scene i have 3 sources. Alerts, Webcam, and Main PC (capture card). I have the filter set up on Main PC to get just a non overlayed game footage but it still shows the webcam and alerts

marble summit
oblique yewBOT
#

If you need help or have questions about OBS, check out our #support-portal first!

random sonnet
#

i have my facebook linked but it wont update chat while i am live or notifications , please help me !

untold jay
#

@crisp veldt development-related questions can go to #development, this channel is mostly about discovering and using plugins

crisp veldt
#

a

odd onyx
#

I need help assigning a hotkey (I'm very new to OBS so sorry if this sounds like a dumb question

vale vine
#

Hotkey to do what?

#

If for turning on/off filters, you will need to install a script

#

For everything else it's pretty straightforward. Settings > hotkeys.

odd onyx
#

So I need to make a hotkey for toffling the "deactivate device when not showing" on and off and I don't see it anywhere in the hotkey tab under settings\

vale vine
#

Show/hide for that source

odd onyx
#

oh i see i see

odd onyx
#

How do I make a photo as a background in a scene? I added a photo but it is overtop of my capture card source, been trying to drag it to be behind the capture card but it's always up front

fossil wyvern
#

click on the source in the source list then use the down arrow here to move it down the list so that it's under the video capture card source in the list

odd onyx
#

nvm figured it out

#

thank you though!

fossil wyvern
#

pleasure

last lodge
#

hi I have a question regarding the new multi stream plug in?

fossil wyvern
#

ask the question, if someone can answer they will

last lodge
#

I've worked out how to set streaming to YT, Twitch & FB but it seems that the chat messages don't link up from all 3 of the platforms. was wondering if there's a way do within the plug in or in OBS itself?

vapid jolt
vapid jolt
# last lodge yes exactly

Hahaha, you can use the OBS browser to open all these chat URL, or use view/Docks to do this, where the URL is copy from "Pop out" from these platforms.

#

Like this "Pop out" URL of Twitch, you can open it by OBS browser Source.

last lodge
#

Ah i get what you mean, but wouldn't doing that mean I'll have to show 3 different chat boxes on stream?

fossil wyvern
#

yes, but you can't have one unified chat box for three different platforms

#

at least not that I know of

last lodge
#

Streamlabs has it within their app haha so I was wondering if OBS has the same function or workaround

strong tulip
#

Plenty of platforms have unified chat boxes

#

I get mine through Botisimo, restream.io also has it, and I believe Streamelements also has it

last lodge
#

@strong tulip ok I'll check those out thank you!

vapid jolt
strong tulip
#

Why are y'all making it more complicated than it needs to be, multi-chat is a standard feature of overlay services

#

That or a chat relay, usually offered by the same service, then just capture one — it'll have messages from all 3 anyway

vapid jolt
wicked ivy
#

I have a question partially related to Exeldro's replay source plugin, in regard to a high-framerate buffer specifically on linux. I've had great results, on Windows, using the Video Capture Device with replay buffer source that is included with the plugin. I capture a 120fps feed with that source, allowing me to show a 50% speed replay that is true 60fps; that is the purpose of that source, after all. I am working on migrating my production environment to Linux, and this is one of the final pieces that I still need to figure out on linux. The aforementioned source is exclusive to Windows, as it uses Directshow. Does anyone know if there is an existing similar solution for linux?

To clarify, the replay source plugin itself does work in linux, but, I believe OBS ingests the v4l2 capture source at the streamed/recorded framerate rather than the source framerate, and if so, the plugin would not be suitable for my use-case. Perhaps I'm mistaken about this (hopefully).

Maybe there's interest in modifying the Video Capture Device with replay buffer source to use gstreamer so it can be platform-independent. Unfortunately, I will not be able to contribute to such a thing, if it's even possible.

#

@last lodge The best solution I've tried for combing chat into a single window is https://chat.aircast.app/ - If your intention is to show it in the stream, rather than just docking it for personal viewing, you'll want to use CSS to remove/hide all background elements

oblique yewBOT
#

Self-advertisement or advertisement for others is not allowed on this server unless it's directly relevant to a discussion or question. Please read the rules in the #rules channel.

burnt plank
#

my mic ain't workin

static raptor
#

hello dears please i need help to fined a developer to help me to do a plugins for obs how i can find them and i need urgently ASAP i will appreciate any one can help me thank you all of you

candid bone
#

Can anyone ELI5 the Move Source filter - order function for me. I cant figure out how to make it work as I thought it would be able to. I want it to change position of two sources, so it looks good in a certain scene, but they dont seem to be moving.

weak escarp
astral mantle
#

ive been using the application audio output plugin for a while but is there a way that i can add an application output that will capture any game so i dont need to add it one by one

#

im trying to seperate my discord and spotify but they come through my desktop audio as i expected

candid bone
#

Thanks Exeldro! Got it working now. 🙂

oblique yewBOT
#

Self-advertisement or advertisement for others is not allowed on this server unless it's directly relevant to a discussion or question. Please read the rules in the #rules channel.

toxic oracle
#

Hello! Where would I go to be able to ask about overlay issues? I'm trying to convert from Streamlabs over to OBS proper

wooden mica
vernal vapor
#

Is this the last version of StreamFx available?

untold jay
vernal vapor
#

thanks

#

So, I'm doing some tests now, I will try to record my desktop in 8k

I would like you to give me some help to configure the obs to record in 8k

#

this options:

#

I'm asking help here because I'm using StreamFx

#

I normally use the simple output mode, but to record above 4096x4096 I need the H265, and I only get that in the advanced output

These other options are tricky for my level of knowledge.

#

Some friends here on the server had already helped me before, I was able to record a game in 4k for the first time.

I'm doing these tests to find out the limits of my hardware and software, I wanted to do a test with resolutions above 4k now, starting with the desktop, then I'll test it on some olds games that I can make it work at that resolution.

hard jay
#

StreamFX has their own discord for help with their plugin.

#

We can't support their encoding stuff here, unfortunately.

#

You'll need to reach out there.

vernal vapor
#

what is the apropriated channel to me asking help?

hard jay
#

For issues with StreamFX, their own discord

#

!streamfx

oblique yewBOT
#

If you are looking for more information or support for the StreamFX plugin, please visit the forum resource page.

vernal vapor
#

they have a discord channel or just a forum?

hard jay
#

They have a whole separate discord server, the link is on that page.

vernal vapor
#

thank you my friend, I will ask helpe there

void bloom
#

Who here is good with NDI and Windows?

regal breach
void bloom
#

Ooh, cool. End goal is to get Zoom happening in OBS. Current attempt is using NDI for video from Win10 running Zoom and NDI, but NDI is just color bars. What setting am I missing?

void bloom
#

Multiple. I am hoping to dedicate a separate Win10 box to a different interface (zoom/GoogleMeet, et al)

warped tinsel
#

sick

#

wish i had it 😦

void bloom
regal breach
#

where's your input? NDI is like a cable where you have to feed something in one end, to receive it in the other end

warped tinsel
void bloom
#

Then I am already totally lost. That CPU is running using zoom with audio going through a USB interface (to wire into the audio console) and video is the participant(s)

#

I am good with real, physical copper cables, though

warped tinsel
#

lol

regal breach
#

does it also use OBS?

void bloom
#

No sir, just Zoom and NDI (was the plan) OBS is on a Mac.

warped tinsel
#

YOU HAVE A MAC!!!!!

#

dude i am just a 12 year old boy with a desktop

void bloom
#

I have 14 macs, but i only need one for this gig.

warped tinsel
#

YOU HAVE 14 MAAAAACS!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

#

that is insane

void bloom
#

(Been collecting them since before color Macs were released)

warped tinsel
#

WTH

void bloom
regal breach
void bloom
#

I hit a different article and will read this now.

warped tinsel
void bloom
void bloom
regal breach
void bloom
#

Yeah, that’s where I break from it. I was going to use a separate box for each participant.

#

I wanted to just grab the screen, really, like I use the HX on the iOS and other Macs, which seem to work rather seamlessly

#

It’s how i get weather maps on my stream.

regal breach
#

can you link to the article you saw?

void bloom
#

digs through ridiculous browser history…..

#

YouTube University UnderGraduate

regal breach
void bloom
#

Does the Win10 version of NDI have a simple screen grab thing like NDI HX Capture?

#

I want to grab Win10 screens

regal breach
#

just capture the screen or window with OBS and enable ndi

#

!ndi

oblique yewBOT
regal breach
#

and on the receiving computer, add an NDI source

void bloom
#

Every machine would require OBS?

regal breach
# void bloom Every machine would require OBS?

depends on your setup really. You'd basically want to use it only for ones that will send data, and ones that will receive the data. Though for receiving data, you can also use other apps if you already have them.

void bloom
#

(4 of the Win10 boxes will be for Skype/Zoom/GoogleMeets, etc)

#

All 9 CPUs are on one network

regal breach
#

ah turns out NDI has a tool for screen capture on windows too

void bloom
regal breach
#

but it's pretty much the same as using OBS on the other pc, though I guess it could be less load

void bloom
#

That’s the part I can’t get to work. I am NOT a Win10 guy. (Mac and Linux are superior in so many ways)

regal breach
#

the upside of using OBS to throw data is that you can already crop and stuff to clean your feed before it gets received by others

void bloom
#

But, due to the apps, the support and the accounts I’m kind of stuck. Well, that and all they had were Win10 boxes when I stole it all.

regal breach
void bloom
#

Downloaded and installed.

regal breach
#

you literally stole them?

void bloom
#

Settings have me madder than a wet hen.

#

Yep. I am/was the engineer of a radio station. When the station lost the least on the transmitter, everyone else just dropped off the earth. So, i decided to pirate radio this thing and took ALL the gear home and plugged it in.

regal breach
#

ah okay

void bloom
#

Added some of my own high-end rock-n-roll equipment from my touring days and voîla! I have a radio station of sorts in my garage. Boss is still trying to negotiate some sort deal with me.

#

My role would be really as button-puncher (like my TD gig at NBC)

#

OBS would not be a participant in the meeting.

regal breach
#

In any case, after you've set up your NDI in the server PCs, you can just receive them on OBS by adding an NDI source

void bloom
#

That’s what I thought, but all I get are color bars in OBS

regal breach
#

well, did you already set up ndi in the server PCs

#

you have to turn it on

#

and use the app to capture the screen

void bloom
#

I think it is

regal breach
#

you sure it's running?

#

well in OBS, in the NDI source properties, change the source/address

#

try to find your ndi feed

void bloom
#

I found it in the drop-down list

#

So, the NDI is happening. The ScreenCapture app is running.

regal breach
#

so, we're good now?

void bloom
#

For now. Still not sure what the issue is as the result in OBS is colorbars

regal breach
#

You've selected the correct one in OBS already?

void bloom
#

I think so

regal breach
#

Then now you have to fix your firewall settings

void bloom
#

I think its the Win10 options I’m misunderstanding. On the mac side there’s 2 different apps, one for the camera and one for the screen. This seems to have both in one

#

It’s trying to mirror the webcam, not the screen

#

Well, this is really frustrating.

#

Uh, oh

#

I think I found the caveat: only one of the CPUs has a monitor attached.

glacial fiber
#

We've open sourced a neat little applet we created that triggers a hotkey when your mouse cursor moves between monitors. The intent behind creating this was to solve the problem of being a developer with multiple monitors and trying to stream... chat enjoys being along for the ride, so take them with you as you browse documentation on one screen, then return to write code in another. In the example gif, I have the keybinds trigger scene transitions in OBS. Not sure if anyone will find this useful, but I'll try to upload a video of how to fully set it up. Currently only supports Windows by default, but Mac users in the meantime can just run the .jar file in the releases section. Hope you find it useful brimeLove

https://github.com/brimelive/FollowMouse

late shadow
#

is obs completely free?

oblique yewBOT
# late shadow is obs completely free?

OBS Studio is completely, 100% free. You don't have to pay for it at all. It is a great, high quality program that excels at both streaming and recording. OBS Studio is guaranteed to be completely virus and malware free, as long as you download them from the official website at https://obsproject.com/download

late shadow
#

ok

junior rock
glacial fiber
#

Does the idea of a VS Code extension that switches to your overlay screen when opening sensitive files like .env, etc. based on a file list regex in the plugin config sound like something cool? When you close the sensitive file / change tabs, it would auto-swap back to the display capture screen...

#

Apologies for creating really niche plugins / tools, but as someone that is known as "leakn' geeken" I would personally find this useful lul

#

Could take it a step further and extend this same functionality to Chrome for websites like email, banks, etc. It would act as a "Streamer Mode" for your browser.

strong tulip
#

That would be cool, actually. But would it be able to happen quickly enough?

glacial fiber
#

I've actually never written a VSCode ext. before, but it's basically just NodeJS. I would assume it would depend on how fast the event triggers

#

The VSCode ext. would act more as a fail-safe

#

The Chrome ext. would very likely be able to switch the scene before the page loads

#

The Chrome ext. would also be more of a must have for every creator. May work on it first, and put the VSCode ext. 2nd.

#

The only sad part is that I will likely have to rely on the OBS Websockets plugin that most won't install. Every creator would be willing to click install on a chrome ext. But getting them to install an OBS Plugin would likely be like pulling teeth

#

I'll work on a proof of concept first, and maybe it will get popular enough to become a native feature within OBS

strong tulip
#

Like, it'd only really be useful if you can detect events for changing the tab, firing off the request to OBS, and delaying the tab change for a certain length of time

#

I don't know if that's possible in VSCode

regal breach
#

do I need to compile OBS when making a plugin?

peak vector
regal breach
peak vector
#

!plugintemplate

oblique yewBOT
regal breach
glacial fiber
#

@regal breach are you a c dev?

regal breach
#

nope

mortal harbor
#

hi

dire girder
#

hmm the template seems to be quite broken

#

even after correcting the file paths it gets canceled somehow

hard jay
#

the CI stuff on the plugin template is indeed very old and broken, I wouldn't bother with it.

#

It's on our list to update.

#

We're making a lot of changes to how we build/deploy OBS right now though, so those have taken priority.

dire girder
#

yeah i was making the plugin manually then since i hadnt used cmake in years i went here for help and then i found "template" and i felt super stupid and now i kinda of figured it out

wary wasp
#

27.2 will make it optional, but 28 onward will come with OBS

flat steppe
#

What does the websocket plugin do

true bronze
#

In theory, would it be possible to create a script that acts like a 'record' button, that creates a temporary name for all recorded videos created.

Ex.

Unpressed: Recording works normal
Pressed: (a) creates a prompt asking for name of file (b) appends entered value from prompt to the end of the file (c) all files thereafter have the same appended file
Unpressed again: Returns to normal

glacial fiber
#

Thank you for sharing that. This will be huge for us and open a ton of possibilities. brimeLove

cyan peak
#

I could probably add text entry prompts or something at some point

mortal harbor
#

Hello! pls say how to have this overlay?

#

pls how to have it?!

vapid jolt
untold jay
harsh topaz
#

Chiyo woke up and choose violence today.

junior rover
#

lol

flat steppe
untold jay
#

@flat steppe the newer one is updated for changes made in v24 or v25, the older one only runs on older obs-studio versions

flat steppe
untold jay
#

@flat steppe the modified binary release was published by Fenrir, not sure who made the necessary changes, might have been more than one person

flat steppe
untold jay
#

@flat steppe some vst plugins are only available as vst3, some only as vst2, obs studio music edition supports vst3 if you need that

mortal harbor
#

hello?

hollow stirrup
mortal harbor
#

I am having issues with the Audio monitor plugin. I installed it like three times but it isnt showing up in the filters even after restarting obs

oblique yewBOT
mortal harbor
oblique yewBOT
# mortal harbor https://obsproject.com/logs/_zUAcBtFwshqnR96
⚠️ Warning
  • Old Version (26.0.2)
  • Integrated GPU
ℹ️ Info
  • Insufficient Hardware
  • Windows 10 21H1 (OK)
  • Not Admin
  • No Output Session
Hardware Check

Intel Core i3-3217U @ 1.80GHz - Below minimum requirements / Intel HD 4000 - Below minimum requirements

mortal harbor
#

yeah def

fossil wyvern
#

yee, start by upgrading to current version

#

secondly, how did you install that plugin?

mortal harbor
#

using the installer

#

on the plugin it mentioned the min obs version is 26.0.0 tho

fossil wyvern
#

upgrading to current version probs won't fix this, but it's always good

mortal harbor
#

nvm it did lol

fossil wyvern
#

ok, perfect lmao

oblique yewBOT
#

Self-advertisement or advertisement for others is not allowed on this server unless it's directly relevant to a discussion or question. Please read the rules in the #rules channel.

gloomy temple
#

yo i want to help whit obs studio

oblique yewBOT
craggy compass
#

Hello I am trying to do a little obs plugin, I am trying to convert speech from an audio source to text. Anyone already tried this ? I found https://github.com/ratwithacompiler/OBS-captions-plugin but it's to complicate I am a bit lost. I only need the text from a given source as a string. Using the google speech-to-text api if possible.
If I could already record like 10 second from a source and export this as .wav or mp3 and then send it to google manually would be great.

dire girder
#

hmm i don't know what the api supports but what i would do is:

vivid sapphire
#

It's worth noting that that plugin uses an undocumented API for speech to Text that's supposed to be reserved for Chrome, and using the official Google Cloud Speech-to-Text API will likely cost you money

dire girder
#

encode the live audio in opus as it's very light, send the live audio to the api, it returns text and you copy the text source for that

#

and also

#

add delay to counter the api latency

mystic forum
craggy compass
dire girder
#

yes opus is very efficient

granite hearth
#

Is 100mbps ethernet on my streaming PC and 1gig on the gaming one enough for NDI?

paper barn
#

I've been using it

#

And haven't had to pay anything

vivid sapphire
#

That's not what I said

paper barn
#

My bad, read something different

vapid jolt
slow sandal
#

are there any tools or extensions or anything that like, slideshow stuff? more than just pictures. i want a section up top of my screen to switch between subs and bits and follows displayer to text saying which games ive beaten on a Guitar Hero controller.

craggy compass
craggy compass
#

the mp3 wav was a simple example, to be fair I have no idea how to encode obs audio. I saw in the doc the obs_encoder_t, I will see what I can do with that

peak vector
#

1080p60 needs about 250mbps

dire girder
#

i mean you should get gigabit on both anyway since it costs so little theres no reason not to get it

dire girder
#

the issue (#3682) got closed

#

lemme build libcaption

#

aight that fixed it

dire girder
#

hmm is it normal for an async video source that doesn't output any frames to segfault or am i doing something wrong?

#

when i click the "add source +" button

trail fog
#

@craggy compass and I have trouble encoding to opus. Does anyone here succeed doing that ?

ornate venture
#

I do not know it this is the right channel to ask stuff

#

But I was wondering is there a plugin to make all the audio separate? I want to stream and listen to music but I don't want the stream to hear the music

#

Anyone know a plugin/fix for that?

oblique yewBOT
ornate venture
#

^^

drowsy tree
#

Hi everyone, I would need a hand. I installed the audio cables of the VB audio and through obs studio, I would like to send what I hear in the headphones (for example from discord) broadcast on my live shows. I captured an audio source telling it to take the audio from my headphones, and with the monitor audio plug in, I told it to send it to the virtual cable. Everything works, but in the advanced options of the obs audio mixer, the audio source (ie my headphones) is not active, therefore I cannot send it to track 1 and not to track two. Why does obs give me that the audio track is not active? Thanks in advance.

regal surge
#

Hey!

#

I am having a problem with the replay source... The replay is ok, but when i save them the replays are green

verbal wadi
#

hi

regal surge
#

hi 🙂

oblique yewBOT
trail fog
#

Hello there, i'm attempting to record only audio from obs into a .wav file with my custom plugin. It is actually not working as expected, my .wav are just completly messed up. I think my problem is in the way i write the audio bytes. Does someone already tried to do that ? Or is there a plugin which i can inspired ? Thanks by advance.

true bronze
#

@cyan peak That would be fantastic (text entry prompts). I'll look into plugins for the time being, thank you for the quick reply

safe wing
#

I require a plugin for OBS which would link the volume levels of sources.
I imagine it would be a filter attached to a source, the filter would let you assign a group. All sources with the filter in group 'x' have the same volume, so if you change one member's volume all others follow suit.
Bonus features, would let you set the volumes independent from one another and then adjusted relative to a master source. ie. Source VOL Master 100% - subsource a = 85%, b=35%, c=65%. If you turned Master down, it would dial a,b,c down relative to their position. Turning master back up to 100% would have a,b,c at 85/35/65 respectively.
If you are able to make this plugin then DM to discuss please

tender rapids
#

Do obs studios live stream can pause?

manic heart
#

Hello I'm using audio visualizer and I was wondering if anyone knew how to get rid of this white box. Also the visualizer is picking up more sound then I wanted it to, I only wanted it to hear my voice

strong tulip
remote gale
#

are there any plugins out there than can switch/make & delete scenes or sources when a specific application is opened? for example if i open a browser i want to use one source but if i open discord i want to switch to a different source

strong tulip
remote gale
strong tulip
#

np

granite hearth
#

Hey y'all, I'm looking for a way to control my streaming PC's OBS through my gaming PC, preferably through an OBS plugin. I found this one, but it has not been updated in a long time. Should I just use this, or is there a better way to achieve this?

Link to the plugin: https://obsproject.com/forum/resources/obs-remote.19/

vivid sapphire
#

there are a variety of OBS websocket apps out there

granite hearth
#

great, thanks!

dark sapphire
#

!remote

oblique yewBOT
#

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.

vapid jolt
vapid jolt
deep canopy
#

where might I find a source for widgets like chat box, alert box and emote wall I can pull into OBS as browser sources? Stream Elements seems to have eliminated or moved them.

paper barn
regal breach
dire girder
#

yep mp4 will be completely gone if there's an issue

#

personally i love mkv

trail fog
dire girder
#

hmm is it normal for an async video source that doesn't output any frames to segfault or am i doing something wrong?

#

when i click the "add source +" button

granite hearth
#

does streamfx's ffmpeg NVENC have the improvements brought by NVENC New? which one should I use?

oblique yewBOT
earnest breach
#

Hello. Im new here. Trying to change my stream settings when it comes to the fps and resolution, but i cannot change anything. It's greyed out and a message shows up saying "Video is currently active" any help would be very much appreciated.

strong tulip
earnest breach
#

im not doing any of those sir

strong tulip
#

How about NDI?

earnest breach
#

Nope. I dont have the plugin.

strong tulip
#

Then we need to go to a support channel

oblique yewBOT
somber dust
#

BIIB

#

wHY

#

Ñ-W

#

N-W-D*

final ingot
#

Hi Everyone, I need some help in the installation of the plugin Background remover by Shilkrot in OBS. I guess installing the .so file is not enough. I can see all the editing parameters to edit my camera, but where I should be seen it's black. Has anyone installed it successfully on a Mac? If, so how? Thanks in advance!

strong tulip
#

To be honest, using Xsplit VCam would do a better job

vale vine
#

Seems a bit odd to wanna use something that looks like it routinely CRUSHES cpu performance with having an rtx gpu

paper barn
#

They're on mac

vale vine
#

They have a Mac.

#

But they are on a 9700k/2080s

#

I know reading can be hard sometimes. It's ok

paper barn
#

Are we talking about Want to Learn?

#

because I'm looking at their chat history and no where it mentions a 2080

vale vine
#

I'm talking about the person that opened the issue and is the first post

paper barn
#

I'm very dum dum

#

II though you were linking the obs bg removal for nvidia

#

And were talking about "Want to learn"

vale vine
#

Yes. I was commenting on the link I shared.

#

Say you are sorry and retract me being wrong

paper barn
#

You

#

are

#

still wrong

#

But I'm sorry

mortal harbor
#

Hello my name is Robin

#

Wath's your name

flat steppe
#

What are some must have vst plug ins?

peak vector
#

Depends™ I have 0

#

Typically people only need some slight EQ'ing or noise gate

safe wing
#

anyone know what this would be caused by in my OBS logs?

13:25:27.921: effect_setval_inline: invalid data
13:25:27.954: effect_setval_inline: invalid data
13:25:27.988: effect_setval_inline: invalid data
13:25:28.019: effect_setval_inline: invalid data
13:25:28.056: effect_setval_inline: invalid data
13:25:28.086: effect_setval_inline: invalid data
13:25:28.120: effect_setval_inline: invalid data
13:25:28.154: effect_setval_inline: invalid data
13:25:28.188: effect_setval_inline: invalid data
13:25:28.220: effect_setval_inline: invalid data
13:25:28.254: effect_setval_inline: invalid data
13:25:28.287: effect_setval_inline: invalid data
13:25:28.320: effect_setval_inline: invalid data
13:25:28.353: effect_setval_inline: invalid data
13:25:28.390: effect_setval_inline: invalid data
13:25:28.420: effect_setval_inline: invalid data
13:25:28.454: effect_setval_inline: invalid data
13:25:28.487: effect_setval_inline: invalid data
13:25:28.521: effect_setval_inline: invalid data```
#

thousands of lines, using quite a few plugins. Audio Monitor, move transition

dawn palm
#

Usually indicates that an effect filter is setting data for it's shader wrong.

#

Difficult to be more specific with that unless you start removing filters until the logging stops.

true bronze
#

Are custom buttons able to be added via plugins? Second question: is it possible to invoke scripts via the plugin?

cyan peak
#

when you say invoke, do you mean execute a script? or communicate with a script to make it do things? the former, probably not. the latter however is possible, but it's be a little weird to program

#

for custom buttons, depends on what you mean by plugin

#

if you mean a C++ plugin, you can do that and pretty much whatever else you'd like

#

if you mean a script, for scripts you're limited to what you can do with the properties system, which does allow buttons

young marsh
#

IS the multiple rtmp plug in for obs safe to download, my pc detected a virus

analog ruin
short tide
#

I think that im in over my head with this stuff I dont know if im even sending this out

#

I dont know it the grabber I got from digitmax works with OBS it dont seem to

dim tiger
#

Does anyone know a tool that can take audio from one output device and mirror that to another output device? Specifically where I can select the devices and not have to use ones the tool creates, and where it doesn't require the first one be an input device

short tide
#

Will the digitmak grabber work with the OBO system? it doesn't seem to.

royal trellis
#

pls i need help this

split flower
#

hello, i have a doubt, my problem is that when I install a plugin in the obs it does not appear

strong tulip
#

What plugin and how did you install it?

split flower
#

no matter which one you try to install, none works

strong tulip
#

Well, let's focus on one

#

So taking one as an example, which do you want to install?

split flower
strong tulip
#

Right. On Windows?

split flower
#

yes

strong tulip
#

And how did you install it

split flower
#

i tried it with the .exe installer and also manual

strong tulip
#

Righty. Can you post a log?

#

!log

oblique yewBOT
#

A current log file is required to help fix your issue. Please post a link to your current log file.

  • In OBS select Help > Log Files > Upload Current Log File.
  • Click Copy URL and then paste the link here.
oblique yewBOT
strong tulip
#

Well, there's your problem

#

Update your OBS

split flower
#

ok i'll try

#

does not move from this

strong tulip
split flower
#

ok

#

nice

#

the plugins appeared

strong tulip
#

All plugins basically state that OBS 27 is a minimum version required. Be sure not to ignore the documentation in future, especially for StreamFX :-)

split flower
#

okay

#

really thanks a lot

strong tulip
#

No probs

flat steppe
#

Can someone help me I tried installing the rtmp plugin but it had errors so i uninstalled it but it still kept having a dock appear ive tried uninstalling and reinstalling obs but its still there
this is the dock that keeps appearing

oblique yewBOT
flat steppe
oblique yewBOT
# flat steppe https://obsproject.com/logs/TojCBhEW5iBWpUve
🛑 Critical
  • Hardware-accelerated GPU Scheduler
⚠️ Warning
  • Wrong YUV Color Range
  • Capture Interference
ℹ️ Info
  • Windows 10 20H2 (OK)
  • Not Admin
  • No Output Session
Hardware Check

Intel Core i5-6500 @ 3.20GHz - Possible bottleneck / GeForce GTX 1060 - OK!

vale vine
#

Multi rtmp is still installed

flat steppe
#

is that in plugins or data folder?

vale vine
#

It came with an installer so I assume there will be an Uninstaller in windows settings > app changes/removal

flat steppe
#

yeah i used the installer and when i double click it again it asks to uninstall and says done but it keeps lettings me uninstall

vale vine
#

Might wanna post on the github for the plugin creator

flat steppe
#

alright and whats the warning about wrong yuv color range about sho8uld it not be set to full?

vale vine
#

!partial

oblique yewBOT
#

Most video editing applications and video streaming platforms expect a Partial-range input; streaming or recording in Full range will result in color clipping, often reported as overly bright or dark image. You can change your color range setting in Settings > Advanced.

strong tulip
#

If your editor and workflow supports Full range all the way through, including the things you're capturing, no problem. If you don't know what that means or how to check, you're best seting it to Partial.

flat steppe
#

So if a plugin gets an update will it update by itself or will i need to uninstall and reinstall the plugin

untold jay
#

@flat steppe if you used older versions of obs-multi-rtmp, manually remove them from %programfiles%\obs-studio\obs-plugins\64bit, newer installer installs into a different folder, so you end up with two installs active at once

flat steppe
untold jay
#

@flat steppe what was your issue again?

flat steppe
#

i cant get rid of the rtmp plugin

#

i tried uninstalling using the installer engine i used to install in the first place then i tried removing the files manually then obs wouldnt launch after that so i just uninstalled and reinstalled obs

untold jay
#

it has an uninstaller

flat steppe
#

yeah i used that but it kept saying uninstall done but its still there

untold jay
#

okay, open %programdata%\obs-studio\plugins\ and delete obs-multi-rtmp

flat steppe
#

idk why but it had an issue when i was trying to set it up where it had a glitched out dock but I want to know what went wrong so i could succesfully install it

untold jay
#

@flat steppe run the installer again
the dock might get stuck in a weird spot, but just unlock docks and move it somewhere and it'll work

native crescent
#

Maybe I should add manual deleting to readme...

analog ruin
# young marsh Should be good to download

yeah, I'm not worried 🙂 Its a long trusted plugin, and if you're worried about the installer, you could always just use the manual zip (its just a pain to install

coral loom
#

here please help

hasty dove
#

i need some help. i want to install win capture audio plugin, i download exe file and its not showing up. does anyone now how to fix it?

oblique yewBOT
hasty dove
oblique yewBOT
hasty dove
oblique yewBOT
regal breach
#

you have to run the .exe file

hasty dove
#

i am currently reinstalling it. when I run it, it says that it is a possible theat but i run it.

#

i saved it here every time, but its not working

regal breach
hasty dove
#

sure

#

btw i installed streamfx the same way, and its working

regal breach
hasty dove
#

yes, i have it closed when i am installing the plugin

regal breach
#

try to add a source and take a screenshot of the available sources

hasty dove
#

ITS WORKING!

#

thanks!

regal breach
#

what fixed it? hahaha

hasty dove
#

ahahaha idk, just reinstalled it, restarted obs and it magically worked xD

young marsh
#

Could someone help me with the multiple rtmp, i cant get it around the virus software, and ive tried extracting it to the obs plugin folder to no avail

final ingot
#

Thank You for your suggestions. I'm not a gamer and only use OBS for some things. I was hoping that I could use BR as it would be built in. However, I will look into your suggestions.

final ingot
sick slate
#

Can anyone who uses the Tuna plugin help me out?

boreal hearth
#

just ask your question, if someone knows the answer they'll tell you

vale vine
#

<@&715347355565817879>

sick slate
#

I have problems connecting VLC to OBS Studio with the "VLC Video Source" overlay. It says something like "Couldn't play track" (I don't know because I'm not on my PC right now.) Does anyone know how to fix this?

analog ruin
sick slate
#

No.

analog ruin
#

then that would be why

#

OBS uses the same VLC, so if it cant play, it cant play it 😅

sick slate
#

It seems like it's playing in OBS but I can't hear anything in OBS.

analog ruin
#

you could use a program like handbrake to see if you can convert the file into a usable format 🙂

sick slate
#

I can hear it in VLC.

#

I'm confused.

sick slate
analog ruin
#

most of them 😅

sick slate
#

Is .wav supported?

#

Are VLC playlists supported?

analog ruin
#

a wav does not contain video 😅 Thats audio only

#

playlists are not video or audio files

#

just a list of them

sick slate
#

Music

#

Most people use Spotify, but I'm trying to use VLC, which is supported.

analog ruin
#

im lost 😅 Originally we talked about VLC no being able to play a file.
Turns out its wav (?), and there is no video, just audio, which you can hear in VLC, yes?
Tuna is just for displaying information about the music you're playing, thats all. It has nothing to do with actually playing the files

sick slate
#

There are only Spotify tutorials.

analog ruin
#

expand VLC source. There is a video and text instructions

sick slate
#

Maybe I should keep talking when I'm at my PC.

sick slate
#

I've watched it.

#

He doesn't explain anything.

#

He also starts when he has already done half of the steps.

#

I'm so confused.

analog ruin
#

@sick slate Did you do this already?

analog ruin
#

show me? 😄

#

!screenshot

oblique yewBOT
sick slate
#

I think it said this in the log: Cannot find media.

#

Something like that. I'm not on my PC right now.

#

Maybe in an hour.

analog ruin
#

oh.. Yeah, you should certainly be at your machine for this

sick slate
#

Yup

analog ruin
#

idk if I'll be here then, but yeah. Just posted it when you get there, and hopefully someone will be around by then 🙂

sick slate
#

Thanks

sick slate
#

Tuna sucks.

#

How do I change the minimum refresh rate?

boreal hearth
#

Why would you want anything lower than half a second?

analog ruin
#

again, that refresh rate does not do what you think it does Elliot

crimson ridge
#

hello im new to this server so sorry if this is the wrong place to type this but i was looking for help on obs pluggins and how they are not showing up

#

mostly my owned pro pluggin not showing up

crimson ridge
#

ive tried pretty much everything and i cannot get it to show

vale vine
clever plaza
#

So, OBS seems to work now. Does Source Record Plugin work or is it kind of broken?

crimson ridge
#

thank you @vale vine

terse trench
#

I'm having a stupid problem (my own stupidity) with the Move transition override. I wonder if someone can dispel me of my ignorance. My scenes are here: you can see that a bunch of scenes are basically different zooms in or out of a screencast. I use a 34" ultrawide monitor, but I use the equivalent of a 27" monitor in the centre to screencast into Zoom when teaching university class (I'm a professor)

#

For all of those screencast zoom/unzoom scenes, I have transition override set to move. That way when I want to zoom in (or out) to a part of the screen in one of my classes, the transition looks natural.

#

But I'd like to have fade transitions whenver I'm not switching between two versions of screencasts that differ only in where they are zoomed. What I've done to address this seems really backwards! I basically have two "unzoomed" screencast scenes. One is called "Screencast" and one is called "Screencast unzoom". I have the latter set to a Move Transition Override. The other is set to the default transition (Fade).

#

But it depends on my practice. I basically have to use "Screencast" whenever switching to or from a non-screencast scene (to ensure a fade transition) and use "Screencast unzoom" whenever switching from a zoomed screencast.

strong tulip
#

I'd love to see a video of what you're trying to go for

terse trench
#

BTW, all of the screencast scenes share a source: [NS] 16x9 screen scene. The difference between the scenes is just in the transformation.

terse trench
weak escarp
#

To me it sounds like you need the transition table plugin

terse trench
#

OK, just reading about the transition table plugin, and yes, that looks right

#

off-topic: that unlisted video is my first video using my new Earthworks Ethos mic, which I can't recommend highly enough

weak escarp
terse trench
#

Thanks so much, @weak escarp . I love your work, but was somehow unaware of that plugin

oblique lotus
#

Is there a way to get all of the @weak escarp plugins in one download?

terse trench
#

He makes them too quickly.

oblique lotus
#

I know lol

weak escarp
#

Not at the moment, in my opinion there is nobody that needs them all

oblique lotus
#

I don't, but it is a pain to locate all of them, and download each individually, if there was a zip file with all current just put together, it would be easier to update/pick what I want to use.

#

don't have to have an installer like StreamFX

oblique lotus
#

👍

terse trench
#

Fantastic stuff, @weak escarp . It's all working perfectly.

somber dust
#

Bruh.

hard zinc
#

Hi, Ive been having issue with the OpenVR plugin, and was wondering, is this is the place to ask about it?

hard jay
#

This is a good of a place as any, though might need to be patient as that's not a widely used plugin.

hard zinc
#

got it, thanks

#

My issue is that when I add the OpenVR Capture Source to my scene, it doesn't seem to detect SteamVR or any VR game as something to record/show in the scene. Its just a grey box in the properties window, and is a black box in the scene. This was happening before AND after I installed StreamElements

#

Anything anyone might know to fix this issue?

hard jay
#

!log

oblique yewBOT
#

A current log file is required to help fix your issue. Please post a link to your current log file.

  • In OBS select Help > Log Files > Upload Current Log File.
  • Click Copy URL and then paste the link here.
hard jay
#

Do that after trying to add the source

#

Might be some useful information or errors logged

gloomy spade
#

hello, I am trying to learn how to use OBS for streaming, how do I get the twitch chat box back?

oblique yewBOT
gloomy spade
#

is there a tutorial video on how to properly do that?

paper barn
gloomy spade
dark sapphire
#

OBS Studio is the entire app

gloomy spade
#

Thank you for the info. It worked perfectly.. what about being able to play from PC in OBS? havnt quite mastered that yet?

oblique yewBOT
strong tulip
#

There will be a guide on setting up an appropriate source to capture your gameplay

lone river
#

How do I set up a bot for and win-loss counter? Thanks in advance. I think this is the right channel

rigid current
#

I use ghost-chat for twitch chat overlay. Is there a good tool for youtube chat overlay?

errant inlet
#

Is there anyone here that can help me with getting OBS to record two separate files which would be my gameplay and my webcam recording

strong tulip
#

But I’ll post again

#

There’s a download link and guide there

errant inlet
#

Thank you

strong tulip
#

No probs

exotic birch
#

i am having issues with a script counter and i have python idk how to fix this issue

strong tulip
#

That path doesn't look right

#

That path is to a start menu folder, not to the folder where Python is located

exotic birch
#

what should the path be because python program is in that folder?

strong tulip
#

Python isn't in that folder, a shortcut to Python is

#

Let me find the actual folder

#

C:/Users/david/AppData/Local/Programs/Python/Python36

#

At least, that's what it should be in theory. I'm not actually able to check, I'm not on Windows atm

exotic birch
#

I don't even have app data I am so screwed

strong tulip
#

You do have it, it's hidden

#

You have to type it in the address bar above

#

Click in the bar next to Windows (C:) > Users > David > and type AppData

exotic birch
#

I typed it up and this happened

#

ok figured it out

#

checking if it worked

#

still getting nothing

strong tulip
exotic birch
#

omg that worked lmao

#

I am a boomer sorry

strong tulip
#

All good, it's working, that's the main thing 😄

exotic birch
#

lmao yeah should I download multiple if I need more counters?

strong tulip
#

Yeah, you could just copy the script a few times

#

PointCounter1.lua, PointCounter2.lua, etc.

exotic birch
#

ty

native flame
#

Is there something that I can use that will translate what I'm saying into a different language, like for captions?

peak vector
#

You may be able to do a janky solution with Google Speech-to-Text plus automatic translation. Probably not free tho

zealous pier
#

do i need an NDI plugin for the 4k60 pro by elgato?

peak vector
#

on macOS?

zealous pier
#

windows obs studio with the 4k60pro

#

is that something thats needed?

stark narwhal
#

If you only want to use OBS and not the elgato software at the same time no not at all

#

This is just a way to use the Capture card with multiple programs at the same time

zealous pier
#

i cant seem to get it to work however

stark narwhal
#

If you have issues with the capture card in combination with OBS then #windows-support is the right place.

#

No need to use stream link

quasi holly
#

what's that plugin called that makes like animated color changing shapes like a colour changing webcam border

peak vector
#

they're typically just animated gifs or transparent videos

#

you can use the media source for them

untold jay
#

i sure hope those are not gifs, that would just be awful

#

i wonder how bad the performance would be if something like the streamfx color grading filter was used, along with move value filter?

lime rock
#

Is there any way to create a transition where the second scene appears at a smaller size and then grows to fill the screen? Not a keyed out portion of the scene, but the entire scene

hard zinc
# hard jay !log

Oh my god, im so sorry. I didnt mean to ignore you help. I'll get the log asap

mortal harbor
#

VLC plugin is looping a list of shuffled tracks, but it is looping like 20 of them]

#

but their is 100 in the playlist

oblique yewBOT
hard zinc
#

Open VR plgin issues log

untold marsh
oblique yewBOT
vivid rivet
#

i need help with the bongobs cat plugin specifically the mania mode, I want it to display zx./ in that order, but when i edit the config and put key 4 as "/" or "?" or "Slash" or "191" none of that works

#

how can i get the 4th key to register when i press /

shrewd elbow
#

anyone here?

strong tulip
#

Plenty here

#

Don't ask to ask, just ask :-)

shrewd elbow
#

so.... I have a plalylist of videos... I know how to overlay the filename.....via VLC ....or even POTplayer with a window capture....

#

Wondering if there is a way to Overlay the Title of the NEXT Video in the list....before it actually comes on...

topaz storm
#

I'm having a problem, the source doesn't show Dota 2 that was launched by a skinchanger. Is the problem missing a plugin or something else?

shrewd elbow
#

I've tried everything... looked at all plugins.. even Tuna..

#

Tuna will show the current filename of the VLC Media source...

paper barn
#

What can I say

shrewd elbow
#

but it won't show what's next...

oblique yewBOT
paper barn
#

You've been here 2 hours with the same issue, maybe removing the skinchanger help

topaz storm
shrewd elbow
#

any ideas? I've seen someone do this.. so there is a way... i was hoping there is some plugin....

paper barn
#

Not tuna or something local

#

I know it's possible with Streamelements

shrewd elbow
#

when you say, "media request" ....is that a plugin?

shrewd elbow
#

and I'll definitely check out streamelements

strong tulip
#

I think streamelements one is for when you use their media request queue, which plays YouTube videos

paper barn
#

Yes

#

It's not local

shrewd elbow
#

yeah ..no.. this would be for local media files being played from HD

paper barn
#

I did mention this before

shrewd elbow
#

right...and I also mentioned that I looked into Tuna....and that it only shows the current file being played...

paper barn
#

I don't know of any plugins that can do that for local files?

strong tulip
#

Neither.

#

Short of having something from the program showing and window capturing it

shrewd elbow
#

unless the person who I saw doing it had an overlay read the name off a text and had it show up on screen a preset amount of time before the current media file ends....

strong tulip
#

Quite possible. Do you know what player they used?

paper barn
#

The playing next text doesn't sound crazy

shrewd elbow
#

I'm surprised there isn't a plugin for a "Playing Next: " type of thing....

paper barn
#

it seemed like it was videos... and you want to show the video

shrewd elbow
#

I'm almost positive they are using OBS.....

paper barn
#

In a small square

shrewd elbow
#

and they were streaming to a Vaughn Live

#

no....the person basically had an animated text pop up on screen maybe 2 minutes before one Media File (movie) was over and displayed the next Media File (movie) on the list.... something like "Coming up Next: Star Wars" ......for ex

strong tulip
#

Are you 100% they were playing local content? That sounds like a non-local overlay

paper barn
#

I don't think is possible with something else than an actual media player showing the queue itself

#

Not possible so far

strong tulip
#

(also, your poor full-stop key is getting overworked. Let it have a rest.)

shrewd elbow
#

absolutely positive it was local...

paper barn
strong tulip
#

Short of asking, there's no real way to tell.

paper barn
#

Do you know the streamer and seen their setup with local files playing?

shrewd elbow
#

one of their mods said told me...

paper barn
strong tulip
#

You could ask their mod what they're using to show the up-next thing, then

#

Or them directly, rather. Either or.

shrewd elbow
#

and what does that mean "your poor full-stop key getting overworked" ... ? not familiar with that lingo

shrewd elbow
#

oh believe me, I've been trying.... there are NEVER avail... lot of Vaughn users let there streams just cycle...

#

ok...no worries... just thought I might ask some OBS gurus......but I figured there are are prolly running some script they make to read playlist off TXT.... becuase I did search ....and only found a couple ppl in Forums that asked the same question

#

thanks anyways....

#

oh sry...those "." are force of habit

strong tulip
#

They make you seem like your thoughts are trailing off lol.