#plugins-and-tools

1 messages · Page 48 of 1

fossil wyvern
#

ok, all I can tell you here is that it doesn't do that on my vlc source

#

make sure it's actually selected to loop and that your vlc is updated?

fierce sphinx
#

Well, I was using version 3.0.0, because that's the only version tuna works with

#

Would that possibly be the only reason why it doesn't automatically play the next one?

fierce sphinx
oblique yewBOT
fierce sphinx
# oblique yew

Will do, currently rearranging my setup, so can't do it at the moment

analog quarry
#

@glacial haven thank you brother will investigate

ashen garnet
#

Is there a way to get the Move Value "typing" feature to pull the text from a GDI text source?

#

Right now it seems like you need to type the string in manually

glacial pollen
#

Quick Question, SInce Twitch Has Allowed People To Stream On Different Platforms Like YouTube, I've Decided To Multi-stream. The Problem Is I Don't Know How To Make It So That Both Of My Chat Go Into One Overlay, Like This Creator I Know. Does Anyone Know How To Do This???

vagrant minnow
#

Well, throwing into one overlay is against the Twitch Multistream rules.

glacial pollen
#

Oh I Didn't See That On There, Thanks Though!

obsidian spade
#

Is there a good custom css website for OBS Discord Streamkit? I'm looking to customise it up a bit for games like Pico Park/Among Us/Mario Party where I can change up certain elements like people's names, avatars, border colours etc. Just looking to having more flexibility with it basically

vapid charm
green panther
#

i cant get my chat overlay to pop over my game :c

#

iv been struggling for three hours

vapid charm
#

Depends on what you mean chat overlay.

#

If you mean in OBS you just need to make sure it's higher on the sources list.

#

If you mean something for you to see while in game that's not something OBS is able to do.

green panther
#

ohhh ew thanyou C:

minor granite
#

hello. Can someone help me? I am trying to do my first even broadcast in OBV and it keeps connecting and reconnecting

paper jewel
#

I have 2 different text sources which I use them for score.

Is there any plugin, that can have a dock which let me to either add (+) or remove (-) the number of the scores?

Instead of having to enter the properties of each text sources to change the text number?

I do not want something advanced, just a dock which I select the text sources and it justs change the text/number of it.

vapid charm
hoary dune
#

hello, im using the program deckboard and i want to start streaming and use deckboard with obs but i dont understand how it works. ca someone help me?😅

leaden cipher
#

Hey guys. I work for a company that uses obs to record video inspections. I've written an application with a webpage front end to handle opening an excel file with a list of overlay titles, putting them into an html table and then when clicked, makes them overlay text and filename format match. Makes our lives easier when we're doing 100+ inspections back to back and all we have to do is click to change everything. The reason for the application was the ability to mark titles as completed if a file exists for it already which the webdock can't handle obviously.

I'm wanting to make it a plugin instead because having an extra application and the web dock is annoying and I work with a bunch of boomers that I need to take into account when developing something.

Anyone have any resources for creating a window that can be docked? I'm planning on creating the window with qtdesinger. I'm new to obs and plugin development, I've got the template and everything already set up, just can't find any guidance on specifics.

When I get home I'm just gonna look at the source code of other plugins for guidance but figured I'd ask here if anyone has any ideas.

mortal harbor
leaden cipher
#

Ya that was one of the ones on my list. Thanks!

frozen hollow
#

Is there a good 3rd party tool to get paypal notifications? I'm a newer streamer, and just made the jump to OBS studio from Streamlabs and lost the paypal ease. I just want some simple notifications nothing crazy

hallow vale
frozen hollow
#

So just copy/paste the SL browser source?

mortal harbor
#

the URL they provide for the source, yes.

quartz flume
#

What are some of the best or top plug ins to use. Thanks !

spiral ruin
oblique yewBOT
quartz flume
#

I am a streamer so whatever to make my life easier tbh !

spiral ruin
#

Take a look at the list and see what would be good for you. A "streamer" can be anyone streaming any content.

vagrant minnow
#

I am a streamer, I use zero plug-ins. 🙂

quartz flume
#

Any line suggestions ?

spiral ruin
vagrant minnow
#

Sure, blame the dog.

spiral ruin
#

always

obsidian agate
vagrant minnow
#

LOL, from one extreme to the other.

obsidian agate
#

yep, and a whole range of streamers in between

#

i just love modding in general, so any way I can extend a program beyond the base is always a plus for me

vagrant minnow
#

I thought about so many plug-ins back in the day, but my work/life balance is now in the toilet, so I'm lucky if I get in a stream a month at this point.

spiral ruin
#

modding is fine, used to do that with Android on old phones, until I got tired of custom ROMs.

karmic talon
#

does anyone know how to us 2 virtual camera at the same time in 2 different scenes

waxen birch
#

I'm working at fixing a shader, just need some help defining the min/max values for the sliders. Would this be the right channel to ask?

spiral ruin
keen fog
#

I can do almost everything I could ever want with aff, ass, kruiz, and ndi

#

So I guess that makes me an in the middle krisirLUL

fluid island
#

hey anyone familiar with source record I am trying to stream a certain scene while recording another scene

#

I knew how to do it a year ago but I forgot how to set it up again

mortal harbor
#

i am not really but if you're looking to just output two separate recordings, the vertical canvas plugin works great and is what i have used.

fluid island
mortal harbor
#

doesn't have to be

fluid island
fluid island
vapid knot
#

hello I use TDR Nova VSTs for my elgato mic and i recently switched PCs and imported my settings it says its imported but idk where to go for the revert button it mentions here on this popup. if anyone can help i greatly appreicate it

toxic bough
#

hey does anyone know how to use the move transition plugin to make images appear and move based on audio input, ive been messing around trying to figure it out and im at a loss

#

ive made a little progress, i had to put the image source in a group, but i still cant make it react to the audio source, also the movements arent actually happening it just appears and disappears

topaz rampart
#

Hi everyone! I'm looking for some plugin with some screen processing effects like pixelating, scanlines and screen curviness. Does anyone know some free plugins with such options?

bleak pewter
topaz rampart
sacred sinew
#

Hi, starting my journey with making a plugin (auto scene switching based on a game's SDK values). I have started from the obs-plugintemplate and have been following various guides. I have tried to enable Qt and OBS frontend API settings in CMakeLists.txt CMakePresets.json however now the plugin won't build. It's throwing QT-related errors.

        "ENABLE_FRONTEND_API": false,
        "ENABLE_QT": false
      }```

C:\Users\...\OneDrive\projects\code\pluginname\.deps\obs-deps-qt6-2023-11-03-x64\include\QtCore\qnamespace.h(23,11): error C2061: syntax error: identifier 'Qt'
#

When I disable the addons and it's not bringing in the auto-downloaded QT deps, it doesn't report the errors.

Is this a me thing or a plugin thing?

pulsar thorn
#

i was wondering if there was a good blur filter out there? everyone i use increases my gpu use by 20-30%

vale vine
#

The composite blur plugin works rather well

#

Using box as the algorithm seems to be fairly light weight

vapid knot
toxic bough
#

does anyone know how to use the move transition plugin well, cause im having a lot of trouble with it

toxic bough
#

finally figured it out help not necessary

real mountain
#

I dont know how to move the open obs onto a different screen after opening can anyone help me?

obsidian agate
real mountain
#

ill try

#

didnt work

obsidian agate
#

What happens?

real mountain
#

nothing happens

#

it just stays where it is

#

oh wait

obsidian agate
#

Well, something happens. When you drag it over, does it snap back? Or does it not drag at all?

real mountain
#

i can press f 11

obsidian agate
#

F11 full screens OBS, which hides the bar

real mountain
#

well thanks for helping

#

yeah it was full screen i wanted it not full screen

vapid knot
#

or at least point me to another server that can help idk where else to go for this

fossil wyvern
vapid knot
#

or i have to find their server i guess thanks

fossil wyvern
mortal harbor
#

how do i get hyper from my phone to work with obs on my laptop

grizzled gyro
#

Does anyone know a fix for the background remover not showing the option to pick a background color?

grizzled gyro
fossil wyvern
grizzled gyro
#

I found where it says they replaced that with the transparency instead so you can use media sources instead, but I'm not finding how to do that either! Let me take one for ya!

fossil wyvern
#

if you need to remove a specific color, use the chroma/color key filetr instead

grizzled gyro
#

What if I want to change the background to a media source?

#

I was copying videos of how to do this, but they all have options to do the color as a green background & use that as a "green screen" to then put a source over (essentially showing just your webcam view of yourself & the source as the background)

ancient oxide
#

Hello,I am trying to capture the screen of the game ''roblox'' but it shows me this red dot

oblique yewBOT
# ancient oxide Hello,I am trying to capture the screen of the game ''roblox'' but it shows me t...

Due to a change in the way Roblox works, OBS Studio's Game Capture source is unable to capture it. As a workaround, please use Window Capture instead:

  1. add a new Window Capture source
  2. select Roblox from the window list
  3. change the Capture Method to "Windows 10"

On Windows 10, you will see a yellow border around the game which cannot be disabled. This is not visible in your stream and can be ignored (use the `!yellow` command for more info).

polar parcel
#

hey anyone know how to setup an overlay up properly in obs

#

own3ed changed there stuff since i last used it

#

@lament nova

cyan peak
#

do not ping people you weren't already talking to for help, please use the designated channels available and try to have some patience. in this case perhaps you're looking for #stream-setup or something.

polar parcel
#

also didnt know you where a moderator

cyan peak
#

let me correct that to say "do not ping people you weren't already talking to"

#

if you cannot see the channels then it's possible you accidentally disabled it in the "Channels & Roles" section for "I want to hang out with the community". otherwise please use #windows-support for example

edgy fable
#

in this case, the missing category isn't selected in the channels and roles section

obsidian agate
sterile valley
#

is there a way to make obs make a sound when you clip replay buffer?
im now using it for val and its weird switching from medal that makes a sound
and obs doesnt lol
just reassurnce that it actually clipped T-T\

knotty sage
#

Hello

#

Please how can I use Obs studio to do dis verification?

vagrant minnow
#

Do what?

vagrant minnow
#

What?

cursive flicker
#

nothing

vagrant minnow
#

Then why post it?

cursive flicker
#

idk

#

why are you a patron

vagrant minnow
vagrant minnow
cursive flicker
#

why

#

why

#

why

knotty sage
#

Can you come to my dm ?

vagrant minnow
#

What verification?

knotty sage
#

Telus

#

You know Telus ?

vagrant minnow
#

The cable company?

cursive flicker
#

...

#

yea i think soo

vagrant minnow
knotty sage
#

Not sure

#

It’s an IT company

vagrant minnow
#

What kind of verification are you trying to do? Confused_dog

knotty sage
#

Live selfie

#

Verification

#

You don’t mind if I private message you?

vagrant minnow
#

All support is done through the server.

knotty sage
#

Okay

#

So are you customer support?

vagrant minnow
#

All support is done by volunteers, but no, I do not represent the OBS project, and all opinions are my own.

knotty sage
#

I get it now

#

My bad

hard jay
#

@knotty sage There is nothing associated with the OBS project that requires any kind of verification.

#

@cursive flicker Please stop posting nonsense.

cursive flicker
#

...

#

i reported

#

she

knotty sage
#

So I want to know if I can use OBS studio to do so

hard jay
#

OBS Studio is a streaming and recording application, not webconferencing software.

#

So, no, that's not really what OBS is used for.

knotty sage
#

Oh

#

Alright

#

Appreciate

bold basin
#

Greetings. I am using obs-midi-mg. I cannot get toggle function to work correctly. It plays video and immediately stops. Doesnt work for show/hide camera either.. Any suggestions?

red pasture
#

Hey, is there any nice way getting the camera of another obs to another obs?

So we have 2 Streamers and want both cameras to be in both streamers obs even if they are remote

whole karma
red pasture
whole karma
# red pasture Is there any latency?

There will always be some, whatever you use . There’s a link on the website to a YouTube video showing the creator chatting across continents and it’s perfectly fine imo. It’s free and there is no installation required so I recommend just giving it a go.

harsh mural
#

We recently made changes to our setup and finally got NDI to work for us again. The last issue were having with it is the sending computer has to pull up NDI tools to send on the right feed every time. Is there a way to save the proper setting?

red pasture
red pasture
#

It is really Important that it works well, i dont want 60k Viewers to experience a bad Stream Quality

whole karma
whole karma
#

They mention in the video 100 to 200ms latency from Germany to Canada

red pasture
spiral ruin
red pasture
#

Everything is then in vdo

spiral ruin
graceful robin
#

Can anyone explain this error upon merging to master on a new plugin repo?

https://github.com/marktheminer/text-freetype2-mustache/actions/runs/7951581363

Prepare all required actions
Error: The template is not valid. marktheminer/text-freetype2-mustache/.github/workflows/build-project.yaml@989e936592215fe1b3b5e4f3492e62d913ff9c5f (Line: 147, Col: 21): Error reading JToken from JsonReader. Path '', line 0, position 0.

It built just fine before merging, and those files were setup by the plugin template. It may be related to code signing which I haven't setup as I'm not sure if I care or want to pay apple to package a free plugin. Is code signing required?

hard jay
#

For macOS, the short answer is yes.

#

You can self-sign though, iirc.

#

But I'm not 100% on how exactly it all works, I just recall that most things don't even try to run without signatures on newer macOS versions.

#

poking @rancid fossil to correct me here, I'm sure I'm slightly incorrect.

#

But this is more his wheelhouse, heh

rancid fossil
#

code signing is mandatory on macOS, though you can sign with an ad-hoc profile (just passing a dash as the identifier) though users will probably need to manually de-quarantine or overwrite the ad-hoc signature locally after downloading to use the plugin

#

that specific error is due to a JSON expression failing because the string wasn't set by the codesigning setup step (because some repo secret wasn't set)

graceful robin
#

where would i set that identifier as a dash? in buildspec or in a secret in my github account?

digital arch
#

Hey does anyone knows of any website that allows you to stream without registration something similar to what vdo.ninja does but for streaming

spiral ruin
#

Well, you could host it yourself, using vdo.ninja and a broadcast room. Then you share the link with the people you want to watch it.

#

Or host it on Discord, as you are already here.

digital arch
#

I mean, yes of course but i'm having issues with virtualcam lagging my video to the point where viewers do not understand anything of what i say

#

and yes i know i could avoid using virtualcam and instead choose to share the window, but i'm looking for solutions to not sacrifice the ability to change scene and apply filters to the sources i use

hallow vale
digital arch
hallow vale
hallow vale
silent osprey
#

HI OBS STUDIO I'M JAMEEL PERKINS ASKING HOW TO DO CO-STREAMING ON OBS STUDIO PLEASE ANSWER TO MY QUESTION ?

orchid ingot
#

to sign ad-hoc, you can run the apple codesign utility with a nil - identity as pat said. this doesn't require an account; it doesn't in fact even require macOS

#

this should be a pretty straightforward invocation of rcodesign sign "$your_directory", or codesign --deep -s - "$your_directory" if you're using the official apple utility. if you need particular entitlements, which you probably won't for this plugin, you can specify those with an xml file (or maybe within the command itself, never tried that though)

late trench
#

I do use advance scene switcher but I got Issue Idk where it runs ! and I would like to make the script run only after the timer

#

becasue I've got things to save in txt file So I must know the working directory

#

it showing it doesnt saving anything atm

#

this is what I got in the log Idk if the script even running or not

#

actually this what I got when I tried to simulate what happens in the pluing

fossil wyvern
#

you probably shouldn't be running it from the python folder

#

because it's looking for files, which, obviously aren't there

#

which means, in adv-ss, set the working directory to the folder the script is in

whole karma
vale vine
ripe sphinx
#

How to get the video frame data in Obs python script?
I used obs_add_raw_video_callback method successfully in a C program,
but when I used obspython's obs_add_raw_video_callback method it kept indicating that parameter 2 was incorrect,
which is my program and error log. Can someone give me some help? #scripting

hallow vale
hallow vale
limber parcel
#

hello, i am new to obs and have a few questions. is this where i ask?

hard jay
whole karma
oblique yewBOT
hard jay
#

Can you screenshot the obs-studio folder and the files in it?

#

OBS studio can't really function without that directory, even without third-party plugins installed so you might not be looking in the correct place.

#

That's appdata, not program files.

graceful robin
#

I also tried exporting a self signed certificate that I created in Keychain and then setting these up

#

But, I think it wants the first two set too as it still failed in the same manner and I don't know what those should be set to with this method, or with the codesign or apple-platform-rs tools.

#

I think this would be a great place for a step by step how to guide. I'm going to google for some, but I think this would be a great thing to document within the OBS dev docs.

graceful robin
#

I tried this just now

#

and that gave me a cert and private key, but I'm not sure if that helps me get to

#

or not

#

Sorry, I'm totally new to signed apps and don't really know what I'm doing here. 🙂

orchid ingot
#

in my initial reply i didn't realize you were building via the official template. i don't know exactly how to set up ad-hoc signing when building via that template, i would need to go read that and figure it out. if rcodesign gave you a p12 file and it was generated with a password, then it should be fairly straightforward to add those as repository secrets as the docs suggest

#

i would expect that not setting the identity secrets is acceptable, but i don't know how the scripts are set up

graceful robin
# graceful robin

This way did get me a p12 file and I gave it a password. Is there more to it @rancid fossil ?

graceful robin
#

that got me past it! is that something that should be documented in the template readme @rancid fossil ? still gotta see if i can install the bundle and what the user experience.

#

had to go through that

tall goblet
#

Hey yall, newly trying to connect to obs websockets and having some trouble. I tried looking through docs for examples but was really struggling, hoping someone can point me towards what I'm doing wrong.

I'm using typescript for reference.

So in OBS under the webscoket server settings, I enable the websocket server, and I disabled the authentication (this is just for me on a local host program, so I figure I don't need it?)

And then I have

const obsWebSocket = new WebSocket('ws://localhost:4455');
obsWebSocket.on('open', function open() {
    console.log('Connected to OBS WebSocket');

});
obsWebSocket.onerror = (error) => console.log("WebSocket error:", error);
obsWebSocket.on('message', function message(data) {
    console.log('Received OBS:', JSON.parse(data.toString()));

});

and I get the "Connected to OBS WebSocket" but it doesnt actually show up in the connected sessions.
For some reason it connected the first time, but every time after it doesnt. I don't get any errors, I get one message of { d: { obsWebSocketVersion: '5.2.2', rpcVersion: 1 }, op: 0 } which I assume is just some standard info.

Am I missing something? First time trying to use obs websockets, and honestly am a bit new to websockets in general but I've been learning. Also this looked like the best channel to ask in of all the development channels but let me know if I should move.

mortal harbor
#

!websockets someone may answer here, but there is also a dedicated websocket server

oblique yewBOT
#

OBS Studio can be remote controlled via WebSocket and some apps that connect to it. For more information, including a list of compatible apps, see the Remote Control Guide.

To learn more about using the obs-websocket API in your script or application, see the Developer Guide or join the obs-websocket Discord server for support from the developers and community.

tall goblet
#

Ohhh wow okay Ill go there, thanks!

graceful robin
# graceful robin

tried a few other plugins on mac and this seems to be pretty standard, so probably folks are used to iit

graceful robin
#

I see my artifacts on my action run

#

but not on my release page

#

is that something I have to configure in github?

hard jay
#

It should as part of creating a release tag, afaik.

#

link your repo?

#

I don't recall if it needs specific massaging to work

graceful robin
#

maybe i shouldn't have the v based on that regex

hard jay
#

I'm not intimately familiar with what specifically would cause that to fail, though.

#

Probably another wait for Pat or Ryan to look thing, heh

graceful robin
hard jay
#

yup, worked that time looks like :)

graceful robin
#

yep! thanks again!

#

just gotta wait for approval now!

hard jay
#

Didn't you already submit this one?

#

oh you did gdi

graceful robin
#

yeah, and then someone asked for linux/mac 🙂

sleek lynx
#

I have a browser source, plays memes basically, im trying to duck my music whenever one of them play with adv-ss, but cant think of a good condition to use since its always visable, tried audio/output vol anything over 0%, but doesnt seem to trigger the macro

mortal harbor
#

you would normally just use a compressor and sidechain the audio.

obsidian agate
#

^

mortal harbor
#

sidechain = 1 volume goes up the other goes down, for most purposes.

sleek lynx
#

i dont know what that means(how to do it), but im a dummy and the macro was disabled/unchecked

obsidian agate
#

add the filter to the audio that you want to get ducked

in its dropdown menu, select the source you want to cause the ducking

if you need more, add an additional filter. (though it would be great if it supported multi-source ducking)

sleek lynx
#

ah brilliant, ill check that out

sleek lynx
#

how come when i use source mirror or source clone, i click audio, i hear audio, but like the audio mixer doesnt detect audio

#

also cant control audio level

mortal harbor
#

you would need to elaborate. i have added a media source, used source clone to make another, and all is working fine

sleek lynx
#

hmm

#

the idea was to clone a scene, so everything would play through the clone, because I cant add a scene/group to adv-ss audio condition. but for me nothing plays through clone, they just pop in to the mixer on their own if possible, the browser source one doesnt show in mixer even though i selected control audio with obs... i dunno whats up

#

i know it definitely doesn't work like yours... unfortunately

obsidian agate
#

the scene itself isnt generating sounds, its the sources themselves. So the Source Clone / Source Mirror are unable to capture that audio

sleek lynx
#

works with just a single source, so its just obs being smarter then my work around

obsidian agate
#

they (Mirror/Clone) can only capture the audio from a source that generates audio

mortal harbor
#

yes if you're expecting the audio from a scene to merge as one master mix that displays for the source clone entry in the audio mixer, it does not work that way.

graceful robin
# graceful robin

let me know @rancid fossil , I'm happy to create a PR to clarify it for folks like me who aren't paying for an Apple dev account.

glossy gate
#

Hewwo, repost from #documentation

I'm trying to use the screenshot API but it always puts my screenshots into OBS/bin/64bit, no matter what I put into the filepath

#

this is what I request

#

tried putting it straight on C:\ or my downloads, but nope

#

ohhhhh

#

you need to write it like this

#

use / instead of \

bright shoal
#

@bright shoal @mortal harbor

obsidian agate
mortal harbor
#

they have just taken a picture of my own screenshot, i was never talking to them.

obsidian agate
#

oh sorry

ashen prism
#

Hi! Is there a plugin which would allow me to add an adjustment layer as a source? What I mean is a layer to which I could add effects and all of the sources below it would be affected

hard jay
#

You can just do that with nested scenes.

ashen prism
#

Oh, I forgot that I can add scenes as a source , my bad, thanks for help❤️

dapper night
#

I don't know if I should be in this thread or the Linux thread but I am trying to get help with the Automated Lower Thirds plugin.

#

Sorry I should have said I am running OBS in Linux Mint.

#

Linux Mint 20.2 Cinnamon. Cinnamon version 5.0.7. LInux Kernel 5.4.0-171-generic

dusk gale
#

OBS Virtual Cam Plug in help requested! I installed the plug in but I do not know if it was installed properly and I do not know if I am even using it, how to use it, or what it does. Would you please help me with this?

hard jay
#

You shouldn't really be using the plugin version at this point.

#

OBS comes with a built-in virtual camera.

#

You just click the "Start Virtual Camera" button in the controls dock

queen sierra
#

Anyone familiar with Source Record, can you tell me if its possible to get the audio to record at something OTHER than 128kbps?

gray raven
#

hi! does anyone have any ideas why OBS teleport is not working? for information, i have a macbook pro that i'm running obs to record its screen, and i have turned teleport on. on my windows pc i have a source that i am searching for the mac teleport send with, but it says it can't find anything. they're both connected to the same wifi networks, while the pc is also connected via ethernet AND wifi, and i've tried switching off ethernet to see if it would find the mac display then, but it still didn't

glacial haven
#

if it's not that, another option would be that your router is configured to not let Wifi clients see each other - this would often go unnoticed, because you usually do syncing stuff or filesharing through the internet using cloud services, so you'd never notice they cannot actually connect to each other locally

gray raven
#

do you have any alternatives besides using a capture card?

#

thanks for the advice btw

#

i'll let you know if it works

glacial haven
mild yacht
#

yorvex can u check dms

glacial haven
#

it's not that Wifi can't work, but it's very error prone and either needs luck or a lot of knowledge in configuring network and wifi stuff to be stable enough for video/audio feeds like teleport

mild yacht
#

@glacial haven

glacial haven
mild yacht
dim harbor
#

Hey can anyone help, not sure why im dropping frames while streaming cod. how can I add the log files?

oblique yewBOT
# dim harbor Hey can anyone help, not sure why im dropping frames while streaming cod. how ca...

To help resolve your issue, we need to view a log file from a fresh launch of OBS Studio containing an output session. Follow these instructions to upload a clean log file:

  1. Restart OBS Studio first!
  2. Start your stream/recording replicating any issues (meaning having any games/apps open and captured, etc.)
  3. Stop your stream/recording after 30 seconds or after the issue has occurred
  4. Click the Help menu → Log Files → Upload Current Log File
  5. Paste the URL into this Discord channel
dim harbor
oblique yewBOT
# dim harbor https://obsproject.com/logs/SO5pOHD80yDOp8of
⚠️ Warning
  • Browser Not Accelerated
  • Non-Standard Framerate
  • Capture Interference
  • Capture Interference
  • Multiple Game Capture
ℹ️ Info
  • Windows 11 23H2 (OK)
  • 0.4% Rendering Lag
  • 1.7% Encoder Overload
  • Dynamic Bitrate
  • Third-Party Plugins (5)
Hardware Check

Intel Core i7-11700F @ 2.50GHz - OK! / GeForce RTX 3060 - OK!

glacial haven
mild yacht
#

yeah but when I select a media source it works just fine, but the audio isn't there

spiral ruin
mild yacht
#

yeah but its not the same thing I mean

dim harbor
spiral ruin
gray raven
#

what should i try next?

glacial haven
# gray raven what should i try next?

if you scroll up a bit you can see the bot instructions on how to upload a log from OBS. it would be good if you could produce the situation again where you see something in the preview on the sender OBS, selected the teleport feed on the receiver OBS in a teleport source and click OK, and then when instead of showing what is on the preview of the sender OBS you only get a blank/black feed you follow the instructions to upload a log of each OBS and post them here - make sure to clearly state what is the sender log and what the receiver log

arctic kestrel
#

anyone know how to add delay to stream?

restive nacelle
#

is there a plugin that automaticly searches for files that are missing and uses them? (i did google search but couldnt find anything)

hard jay
#

There's already a built-in missing files dialog in OBS.

restive nacelle
#

ok

#

but

glacial haven
# arctic kestrel anyone know how to add delay to stream?

sounds like a question more appropriate for a support channel, because you don't need plugin functionality for this, unless you want a dynamic delay for something like instant slow-mo effects (for that there would be exeldro's dynamic delay plugin).

in OBS itself check the Settings -> Advanced -> Stream Delay section

#

you can also add delays to individual sources by opening the filters of the source and either adding a "Render Delay" (Effect Filters section) or a "Video Delay (Async)" (Audio/Video Filters section) to the source. for audio sources you can use the Sync Offset setting under advanced audio properties

#

but yeah, if it's just about delaying the stream to prevent sniping e.g. for competitive gameplay, the most simple and standard way would be the stream delay in advanced settings

cedar stone
#

hi i was wondering if there was a plugin that will automatically speed up the video and reduce stream delay when having preserve cutoff point on . lets say i disconnected and the delay is now 60 second so i can make it 1.2x faster so that it slowly reaches 0 second delay again.

stiff zodiac
#

Hello, I was asked to move my issue here...
I´m at my wit's end, I don´t know how to fix this issue. I was working on improving my camera and I wanted to use filter Move (this one: https://obsproject.com/forum/resources/move.913/ ) - so I downloaded the installing file for Windows and for a while, it worked well, I was even able to use hotkeys so my camera was able to do the trick. But it took probably 15 minutes and the whole app started crashing immediately after I tried to adjust the camera - or click on the scene I wanted to use.

Not sure if this makes sense for anyone here... ?

vague wigeon
#

I was told to move my question to this channel:

Hey there, really hoping someone can help me cause I am pulling my hair out and have tried everything.

I am an content creator trying to record some Vail (VR game) gameplay.

Vail does not run well on steamVR, so I am using virtual desktop and VDXR, however that breaks my OpenVR capture plugin.

There appears to only be one other option: openXR Mirror by Jabbah

I cannot for the life of me get it to work. I have tried everything. I unblocked Powershell, confirmed that string was installed correctly in registry editor, tried with DX11, DX12, Oculus link, installed previous version, everything I could find online or think of.

Posting here is my last ditch effort hoping that someone out there has experience with this plugin.

Also, I should add that the main issue here's and reason I don't just record the computer screen is because the FOV is not wide enough.

Quest 3, PCVR

untold jay
#

!ad @timber berry

oblique yewBOT
#

@timber berry

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.

pure quail
#

hi everyone , anyone know where i can find a one piece ( anime ) overlay stream package for obs ?

gray raven
craggy sand
#

Hi everyone anyone have a link or instruction on how to stream on tik and twitch the same time ? Thank you

glacial haven
# gray raven alr thanks anyways but i got it to work, it just had a horrible delay. luckily m...

yeah, as I said, Wifi is just not a good idea for this, the log would have probably shown just that. vdo.ninja is usually something I only think of when streaming over the internet and mixing video feeds of several people together, but you're right, that at the same time means it's also a good compromise in other bandwidth limited scenarios like on Wifi - cranking down the quality slider in teleport might have also worked, but with worse quality than vdo.ninja I'd suspect

#

I think the reason why it's not recommended in local scenarios is that usually you would locally stream to move encoding load from a gaming PC to the streaming PC - but now when you use vdo.ninja on the gaming PC, it basically means encoding load all over again, making the whole 2 PC setup pointless

#

so you complicate your setup, increase the encoding load on the sender PC and lose quality - and there's no gain whatsoever

#

it's just all downsides

analog quarry
#

Was having issues with delay between gaming and streaming pc using Teleport. Changing the quality on obs teleport from max (90) to about 75 has seemed to help it not have a delay between two pcs (gaming and streaming), but I've noticed that by about the 2.5h mark the A/V have a noticeable delay. They may always have a delay from the start that just accelerates over time. What can I do to fix this? Is it possibly because I put teleport filters on my desktop audio and mic to make separate sources on the streaming pc?

obsidian agate
quasi yew
#

Can someone DM me to help me with setting up an instant replay with stream elements

spiral ruin
#

!replaybuffer
this guide will help you get started with the replay buffer. If you need further assistance, head to a support channel. All support is done in text channels, nothing is done by dm.

oblique yewBOT
#

The replay buffer is a feature that allows you to keep a rolling buffer of OBS' output for a set amount of time (known as "flashback recording"), which can be saved to disk as a recorded video when a hotkey is pressed. You can enable it via Settings -> Output.

analog quarry
obsidian agate
analog quarry
#

yea i understand

plain plover
#

does anyone know how to put chat on like my screen without chat seeing it?

#

its so I can see it

#

I only have one monitor

#

I've been using my phone for chat and looking at it while I play but I wonder if this is possible would make things easier if so

peak vector
#

I think there are some tools that support some sort of transparent hover window, but ideally you use a 2nd device or screen

wraith creek
#

hello there o7

#

does someone use bongobs cat plugin ?

analog quarry
#

@proud relic Not sure if you are active here but I could use some help identifying why my 2 pc setup using teleport has gradually accelerating A/V desync over time.

proud relic
analog quarry
#

playback of the resulting video. Tends to be pretty close to perfect in the beginning and then be noticeably about ~200ms off by about the 2.5h mark

#

also people in chat will tell me once it gets more noticeable. Was more desynced from the beginning early on when i was at 90 quality, has been better initially now that i've moved it to 75-80

proud relic
#

then you may hit a bandwidth/performance bottleneck somewhere. if there is a buffer underrun OBS may decide to resync audio to video resulting in that desync. there is little the plugin can do imo. perhaps you can increase robustness of such situations by adding a video delay filter to the teleport source, but i never tried it. tl;dr is: have a setup which does not have bottlenecks

analog quarry
#

do you think having 400mbps fibre could be too slow to use teleport adequately then?

#

or rather, do you have suggestions on how I can determine where this bottleneck could be?

proud relic
#

internet speed is not relevant. your LAN speed is. if 90 is not working it sounds like you are trying to use WLAN?

analog quarry
#

both pcs are hardwired to the router

#

that's what you mean right? i'm not the most knowledgeable

proud relic
#

sounds ok so far. may still be the router. i feel like you have to find out what may be causing it. i have reports from people using it for many hours without this problem.

analog quarry
#

would this be a matter of obs log files? some sort of speed test? Any suggestions would be appreciated for troubleshooting

proud relic
#

monitor the taskmanger's network and cpu usage. cpu usage should have some room left.. network usage should show any bigger gaps. however if there are smaller gaps it may not show there. try to connect both pcs directly without a router

analog quarry
#

okay will try to connect the two pcs directly.

proud relic
#

test with the video delay filter. try with 1000ms for example. it will cost you a second of delay, but see if it helps the desync

analog quarry
#

on my gaming pc i have a teleport audio filter on both my desktop audio and my mic, so that on my streaming pc I can have separate sources for volume control. Maybe a little scuffed.

#

wondering if this could perhaps be contributing

proud relic
#

well if you try to sync independent teleport streams that will probably never succeed

analog quarry
#

so maybe i'll try to go back to just the single feed of all audio and video as one, and try to find a separate approach for audio level control

proud relic
#

the main use case is to use teleport output for audio and video. this should be in sync. everything else you can tinker around with, but expect things to fall apart.

analog quarry
#

that makes sense

#

thanks for your time

ember jungle
#

Hey!

What would you guys recommend for a good facecam camera?

This camera would only be used for my facecam infront of a greenscreen of course. 🙂

spiral ruin
#

Do you have an old smart phone? The camera is better than most USB webcams.

ember jungle
#

I dont know why i said "facecam camera" xd

#

But its going to be used for recording my face

spiral ruin
ember jungle
#

I am looking for a professional camera.

vale vine
spiral ruin
#

lol "professional" means you will make money using it.

ember jungle
spiral ruin
ember jungle
#

And i am hoping to get a camera for around $300-$800

hard jay
#

Probably a #tech-talk conversation, this has nothing to do with plugins.

hard jay
#

'.')b

signal anchor
#

Does anyone know if SoraYuki's Multi-output stacks on top of OBS's default output, or if it replaces it?

fossil wyvern
#

it adds additional outputs

signal anchor
#

ok, dope! thanks for the info!

high crater
#

Hi I accidentally clicked away the vertical scenes on obs with the vertical aitum plugin. I tried to reinstall to get them back but it doesnt work. Can anyone help me?

vapid charm
#

!aitum

oblique yewBOT
#

For help with the Aitum OBS plugin or their tools and services, please join their community Discord server for direct troubleshooting.

gray wedge
#

Anyone know of how to make Source Switcher be a manual process instead of via a timer? Anyone know of how I can combine it with another filter to change the source in the list its on?

#

I have 3 cameras I would like it to cycle through, but don't want it on a timer. Seems like you can't tell Source Switcher to change sources without having a timer.... Anyone know of another way or plugin to do this?

oblique yewBOT
umbral cedar
#

anyone know how to install the new 6.5.1 Plugin for Elgato into obs? I cannot seem to find any support on this.

mortal harbor
#

it installs with their streamdeck software, if you install the most recent version of that the plugin is bundled.

umbral cedar
#

(apparently the old version was causing my obs to crash)

mortal harbor
#

i understand, but the most recent version of their sotware has been out for a few days and fixes that.

umbral cedar
#

yes, I have that link, as I said i have uninstalled and reinstalled it twice. and everyone has said that updating my elgato plugin will stop it from crashing.. and it hasn't.

#

maybe its the new one thats causing the crashing

mortal harbor
#

sure, send a screenshot from your elato software showing what version you have installed.

umbral cedar
mortal harbor
#

okay, if OBS is crashing send a crash log.

umbral cedar
#

ill try and find it again. its hard when i can get to it directly from obs

mortal harbor
#

the streamdeck plugin crash was only occurring when you remove a source.

#

!crashlog

oblique yewBOT
#

A crash log is required to investigate the cause of your issue. Please upload the last crash log.

  1. In OBS, click the Help menu
  2. Select Crash Reports, and then Upload Last Crash Report
  3. Copy the URL, and paste it to the chat here.
umbral cedar
#

that would be helpful... if OBS wasnt crashign on me.

#

trying to find the file with the crash logs

mortal harbor
#

!manualcrash what i am saying is that it probably is not the streamdeck plugin crashing then.

oblique yewBOT
#

To find the OBS Studio crash logs, follow these steps:

  1. Press WinKey+R to open the Run dialog
  2. Type in: %APPDATA%\obs-studio\crashes and press Enter
  3. Upload the desired crash log, usually the latest, directly to this Discord channel by dragging and dropping the file into the chat window
umbral cedar
mortal harbor
#

describe "crash", because we are talking about two different things here. if you are no longer seeing a crash log, the issue is not the same.

umbral cedar
#

I open obs.. then obs closes immediatly after opening

mortal harbor
#

you have probably added kick browser docks then, i am guessing?

umbral cedar
#

i did that a month or two ago.

#

but I do have one

mortal harbor
#

that is your issue then, you can either manually remove them by editing a file or you can install the current beta version of OBS which prevents them from closing OBS.

umbral cedar
#

sure ill give anything a try at this point

umbral cedar
#

i deleted the kick browser docks.. and it opened

#

thank you

graceful robin
wanton pendant
#

Hi, i need a help pls its urgent...

oblique yewBOT
royal tulip
#

does anybody here know their way around obs-localvocal?

mortal harbor
#

usually better to be more specific with what you are asking, otherwise you probably won't get a response.

royal tulip
#

ok, so its about this issue: https://github.com/occ-ai/obs-localvocal/issues/68

I have a livestream tomorrow and it will mostly be in swiss german. the localvocal plugin works fine, and I can live-translate most languages... but all the external models I try to load (whisper models from huggingface) just wont load, including the one I need: https://huggingface.co/ss0ffii/whisper-small-german-swiss

here are the error messages I see:

21:30:01.398: [obs-localvocal] Loading whisper model from C:/Users/xxx/AppData/Roaming/obs-studio/plugin_config/obs-localvocal/models/pytorch_model.bin
21:30:04.420: [obs-localvocal] Failed to load whisper model
21:30:04.511: [obs-localvocal] whisper_model_path_external modified
21:30:04.511: [obs-localvocal] External model file is already loaded
21:30:04.511: [obs-localvocal] starting whisper thread
21:30:04.511: [obs-localvocal] Whisper context is null, exiting thread
21:30:04.511: [obs-localvocal] exiting whisper thread
21:30:04.519: [obs-localvocal] External model file is already loaded
21:30:04.519: [obs-localvocal] External model file is already loaded
21:34:51.630: [obs-localvocal] Loading whisper model from C:/Users/xxx/Downloads/whister_large_v2.bin
21:34:58.500: [obs-localvocal] Failed to load whisper model
21:34:58.801: [obs-localvocal] whisper_model_path_external modified
21:34:58.801: [obs-localvocal] External model file is already loaded
21:34:58.802: [obs-localvocal] starting whisper thread
21:34:58.802: [obs-localvocal] Whisper context is null, exiting thread
21:34:58.802: [obs-localvocal] exiting whisper thread

#

this is the plugin config:

graceful robin
fervent marsh
#

You probably mean "changed the conditions of the race condition slightly"

soft eagle
#

i cant run roblox on obs

#

can someone help me

spiral ruin
graceful robin
torn sluice
#

hey does anyone know why virtual cam is gone from obs

oblique yewBOT
night creek
soft eagle
#

it’s ok someone already helped me

#

but thanks tho

winter hatch
#

Hi guys, is there any plugin that when I press start streaming it also starts the countdown timer?

Thanks in advance 🤗

final wind
#
#include <obs-module.h>
#include <plugin-support.h>

OBS_DECLARE_MODULE()
OBS_MODULE_USE_DEFAULT_LOCALE(PLUGIN_NAME, "en-US")

extern const char *autodir_source_get_name(void *type_data);
extern void *autodir_source_create(obs_data_t *settings, obs_source_t *source);
extern void autodir_source_destroy(void *data);
extern void autodir_source_get_defaults(obs_data_t *settings);
extern obs_properties_t *autodir_source_get_properties(void *data);
extern void autodir_source_update(void *data, obs_data_t *settings);

bool obs_module_load(void)
{
    obs_log(LOG_INFO,
        "plugin loaded successfully!!!!! LOOK AT ME (version %s)",
        PLUGIN_VERSION);

    struct obs_source_info source_info = {
        .id = "autodir-source",
        .type = OBS_SOURCE_TYPE_INPUT,
        .icon_type = OBS_ICON_TYPE_MEDIA,
        .output_flags = OBS_SOURCE_ASYNC_VIDEO | OBS_SOURCE_AUDIO |
                OBS_SOURCE_DO_NOT_DUPLICATE |
                OBS_SOURCE_CONTROLLABLE_MEDIA,
        .get_name = autodir_source_get_name,
        .create = autodir_source_create,
        .destroy = autodir_source_destroy,
        .get_defaults = autodir_source_get_defaults,
        .get_properties = autodir_source_get_properties,
        .update = autodir_source_update,
    };
    obs_register_source(&source_info);
    return true;
}

void obs_module_unload(void)
{
    obs_log(LOG_INFO, "plugin unloaded");
}

Hi! Please help me to understand the creation of properties (which is responsible for the ui) the problem is that when building I don't even get a message that it's friended and the plugin itself weighs 1 Kilobytes.... I don't understand what I'm doing wrong, I'll be glad for help!

i used obs-plugin template and build with command

.github/scripts/build-macos --config Release
#

I want to end up with a plugin that is a virtual source for "labelling" scenes in obse.

At this point, we need to add a plugin that allows us to add an empty source that contains nothing to the scene.

fossil wyvern
#

if you want it to contain nothing

final wind
#

okay.. but problem in how to create it.. i

fossil wyvern
#

did you try loading your plugin?

final wind
#

yep

fossil wyvern
#

and?

final wind
#

and it didnt load

#

and plugin size is 1 kb

fossil wyvern
oblique yewBOT
# final wind and it didnt load

To help resolve your issue, we need to view a log file. Follow these instructions to upload your current log file:

  1. In OBS Studio, click the Help menu → Log Files → Upload Current Log File
  2. Click the Copy URL button
  3. Paste the URL into this Discord channel
final wind
oblique yewBOT
# final wind
🛑 Critical
  • NO LOG
Hardware Check

Apple M1 (not in benchmark DB) / Apple Apple M1 (not in benchmark DB)

fossil wyvern
#

yeah, it's not even trying to load, how did you install it?

final wind
#

in directory with plugins

fossil wyvern
#

which

final wind
#

this

fossil wyvern
#

and you restarted obs after putting it there?

final wind
#

yep

#

i think problem in code or how i build the project

fossil wyvern
#

which libobs did you buld against?

final wind
fossil wyvern
#

no, not all in this

final wind
#

obs-module.h?

fossil wyvern
#

you need to link libobs

final wind
#

but it is in .deps

#

if you mean this..

fossil wyvern
#

right, hence, the which one question

#

update your obs to 30.0.2, check again

final wind
#

29.1.3 doesnt work correctly?(

fossil wyvern
#

since you're building against 30.0.2, test with 30.0.2 first

final wind
#

i'll try!

#

is it correct?

#

before this command i used github/scripts/build-macos --config Release

fossil wyvern
#

?

fossil wyvern
final wind
#

cmake --preset macos?

fossil wyvern
#

yes

final wind
#

but i dont see plugin after this

#

*.plugin

fossil wyvern
#

what output does it give you?

final wind
#

files written in cmake_build

#

cmake --preset macos
Preset CMake variables:

CMAKE_OSX_DEPLOYMENT_TARGET="11.0"
CODESIGN_IDENTITY=""
CODESIGN_TEAM=""
ENABLE_FRONTEND_API:BOOL="TRUE"
ENABLE_QT:BOOL="FALSE"
QT_VERSION="6"

-- The C compiler identification is AppleClang 15.0.0.15000100
-- The CXX compiler identification is AppleClang 15.0.0.15000100
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Setting up Pre-Built obs-deps (universal)
-- Setting up Pre-Built obs-deps (universal) - done
-- Setting up Pre-Built Qt6 (universal)
-- Setting up Pre-Built Qt6 (universal) - done
-- Setting up OBS sources (universal)
-- Setting up OBS sources (universal) - done
-- Configure OBS sources (universal)
------------------------ Disabled Features ------------------------

  • Plugin Support
  • User Interface

-- Configure OBS sources (universal) - done
-- Build OBS sources (universal)
-- Build OBS sources (universal) - done
-- Install OBS sources (universal)
-- Install OBS sources (universal) - done
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE
-- Configuring done (42.8s)
-- Generating done (0.0s)
-- Build files have been written to: /Users/valentin/Documents/cpp_projects/obs-template/build_macos

#

sorry for spam..

#

andd i dont see the plugin

fossil wyvern
#

ok, now build it

#

with cmake --build build_macos

final wind
fossil wyvern
#

can you show the whole error?

final wind
fossil wyvern
#

oh, yeah, you didn't include that

#

so naturall, it can't find the functions you defined in there

final wind
#

???

#

which fucntions didnt include

fossil wyvern
final wind
#

i should include in cmakelists? or in plugin-main c

fossil wyvern
#

you need to include it in plugin-main

final wind
#

now i have errors..

fossil wyvern
#

solve them?

final wind
#

???

#

i dont understand how to create this ui...

fossil wyvern
#

there's no UI to create whatsoever

final wind
#

why not?

fossil wyvern
#

why would there be?

#

also why are you putting those functions as extern?

final wind
fossil wyvern
#

and none of that requires you creating a UI

final wind
#

speaker/presentation and etc

#

and after i need to define conditions for transition

#

on time, on people count

fossil wyvern
#

maybe we can start with "make the plugin compile correctly"?

final wind
#

it is compile it i just use plugin template and in logs i can see plugin loaded succesfully ))))

fossil wyvern
#

ok, good then?

final wind
#

and then i tried to write this code

#

to create simple ui for creating source

fossil wyvern
#

no, you do not need to create a UI to create a source, it's already there

final wind
#

i know..

fossil wyvern
#

but anyways, if the plugin is loading correctly, then it should be good

#

which, good, cause I have to go

final wind
#

ohhh

#

thank you anyway!

slow tundra
#

did anyone manage to figure out whats going on here? Im having exactly the same problem? v 2.10.0 of Move Transition. Basically when i have a PTZ location set, and press play on it, the eye lights up on the action but never turns off, locking up obs as it tries to fire off the ptz command over and over again. a single "add" value sends the add command and shuts off perfectly. but the "settings" option breaks. The frustrating part is, i had this working just fine yesterday, updated Move, and now it doesnt work at all

weak escarp
oblique yewBOT
#

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

mellow ocean
#

Does anyone have the same problem as me? I'm streaming dota 2 but my game keeps on stuttering every 2 mins. I'm having this problem for 2 days now. It was just fine before, but now I dont know can anyone help please

oblique yewBOT
#

@mellow ocean

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

trim helm
#

hey, i have download obs-gstreamer plugin and i put the dll into C:\Program Files\obs-studio\obs-plugins\64bit and yet it does not appear in sources.

vapid charm
#

!log

oblique yewBOT
#

To help resolve your issue, we need to view a log file. Follow these instructions to upload your current log file:

  1. In OBS Studio, click the Help menu → Log Files → Upload Current Log File
  2. Click the Copy URL button
  3. Paste the URL into this Discord channel
trim helm
vapid charm
#

Doesn't look like you properly did that 0.o

#

link 404s

trim helm
#

mb

oblique yewBOT
vapid charm
#

Yup. Something didn't get properly added by the looks of it

04:33:50.634:  (126)
04:33:50.634: Module '../../obs-plugins/64bit/obs-gstreamer.dll' not loaded```
trim helm
#

weird

#

i did just as the guide says

#

what could be the problem?

vapid charm
blazing tide
mellow ocean
blazing tide
vapid charm
#

Go to the support channels.

shut lily
#

hey folks, what's that plugin for saving timestamps in a long recording called? for example i am recording a long video, something goofy happens in the game i am playing, i press a button and obs saves a timestamp relative to the video in a xml file or something like that

shut lily
#

I tried searching already. Couldnt find anything

trim helm
#

is anyone familiar with gstreamer and rtsp? i have a device connected to me via ethernet cable that is streaming video via rtsp, i can easily pull the video using vlc but im unable to via obs gstreamer, id love some help.

shut lily
#

that's perfect! thank you mate!

latent kiln
#

Hey guys, does anyone know why Facetracker 0.7.1 doesnt work on V29 obs anymore? is there any other way?

#

Can anyone help?

spiral ruin
latent kiln
#

I reverted from V30 a couple weeks ago because somethings were not working. I guess i should try it again

latent kiln
#

yea couldnt figure it out

final geyser
#

hello sir/ma,ams

atomic scarab
#

easier just to say "folks"

#

cause some folks are neither of those

final geyser
#

i am seeking help with my obs and i coudnt figure out why my advance scene switcher isnt showing up to my tools

#

is there anyone here that can help me? 😦

oblique yewBOT
glacial pollen
untold jay
#

@glacial pollen If you used the executable installer, you'll find it in the "add or remove programs" menu.

glacial pollen
untold jay
#

@glacial pollen You don't need to keep the installer to uninstall. (Also, could you not write in Title Case? It's harder to read.)

glacial pollen
untold jay
#

@glacial pollen Search the start menu for "add or remove programs", obs-multi-rtmp should be there.

untold jay
#

@glacial pollen In the Start menu.

pulsar thorn
#

i was wondering if there was a plugin that plays a noise whenever encoding overload happens?

hidden shoal
#

hello guys I am new to this and I need help with recording stuff on my xbox

#

any help is welcome

sleek lynx
#

I may have asked this before, I cant remember... but is there a plugin/script or something "out there" that can monitor streamlabs alerts, once SL alerts it'll trigger the same on streamelements? (this is for an integration thats only for SL, and I hate have a SL account for 1 alert)

obsidian agate
# sleek lynx I may have asked this before, I cant remember... but is there a plugin/script or...

not that i am aware of, since SL and SE alert browser sources are basically sandboxed away from eachother due to their different domain names and CORS (so you cannot have them communicate with eachother via something like the javascript Broadcast Channel API)

What you could do is create your own alerts if you have the means, and then use something like Streamer.Bot to selectivly use SL and SE's alert messages from their APIs and WebHooks to trigger your own custom alerts

glacial pollen
#

Question, How Do You Setup Source Record To Multistream On Different Platforms?

spiral ruin
oblique yewBOT
glacial pollen
spiral ruin
vale vine
#

Aitum vertical canvas can assist in not running a full fledged "2nd instance"

#

And it get do both vertical and horizontal, all depends on how you set it up

whole talon
#

My epoccam wont work simultaneously with the vertical screen and normal screen at the same time, why is that?

final wind
#

i should buy subscription for 99$ to build correctly obs plugins...?

mortal harbor
#

why is my gamign screen black on obs

#

its not capturing the gam

#

e

#

any1?

final wind
#

i used obs-plugin-template and tried to create simple ui and simple comand for build cmake --preset macos-ci && cmake --build build_macos --preset macos-cidoesnt work

oblique yewBOT
final wind
raw owl
#

hello I would like to schedule a recording on obs but I can't find a specific time for the recording to start and the same for it to stop I installed advanced scene switcher but after that I am lost

desert finch
#

does anyone know how to add instant replay on mac?

spiral ruin
desert finch
#

yes, no one responded

spiral ruin
# desert finch yes, no one responded

Still probably the best channel for support. Just have to be patient as they are less mac users than windows users. And those mac users knowledgeable on replay buffer may not be online right now. I assume it would be the same as on Windows, but I know there are a couple differences in things the Mac version of OBS can't do or must be configured differently.

desert finch
#

ok also

#

I have a long text that i put a scroll on and the text just dissapears

spiral ruin
#

I thought your issue was adding instant replay.

desert finch
#

its both

spiral ruin
#

This channel is for plugin development and sort of support for them. Unless these issues are directly related to an OBS plugin you are using, then the best place for support is #macos-support

desert finch
#

ok

hot atlas
#

hi im having audio issues between my capture card, xbox and laptop

#

anyone able to help me?

sleek lynx
#

Any idea what I would have to change in RANDOM STINGER VIDEO lua script to make it see Aitums transition list instead of OBS's? I asked in the forum, but dont look like hes been active in a long time.

south stratus
#

how do i download the plugin? for obs for the overlays

crisp cedar
#

hi, using some plugins that allow me to use midi control to switch scenes and stuff, i cannot achieve to use my minilab mk2 with some plugins

#

i'm using obs-midi-mg rn but i'm clueless

raw owl
#

hello do you have a plugin or a script to schedule a recording

oblique yewBOT
raw owl
#

and if anyone can help me after configuring it

fossil wyvern
raw owl
raw owl
fossil wyvern
#

how did you set up advanced scene switcher?

random bolt
#

is there anyone that could help me with source record plugin?

raw owl
raw owl
fossil wyvern
#

or, you could use a wait condition inbetween

raw owl
fossil wyvern
#

that's to say, in the actions of the macro, put a "wait" inbetween the "start recording" and "stop recording"

raw owl
#

ok

raw owl
fossil wyvern
#

that's one way to do it yes

#

the other is to use a wait action

raw owl
raw owl
# fossil wyvern why?

I don't know I put to test that it stops at 1:57 p.m. French time and it doesn't know how to stop after that hour I put 1:57:00 p.m. and in recording action "stop recording"

fossil wyvern
raw owl
#

whait

fossil wyvern
raw owl
#

yes

fossil wyvern
#

ok, and that didn't work?

raw owl
#

and macro 2 doesn't stop so I don't understand

#

start yes but not stop

fossil wyvern
oblique yewBOT
# raw owl and macro 2 doesn't stop so I don't understand

To help resolve your issue, we need to view a log file. Follow these instructions to upload your current log file:

  1. In OBS Studio, click the Help menu → Log Files → Upload Current Log File
  2. Click the Copy URL button
  3. Paste the URL into this Discord channel
raw owl
#

ok

oblique yewBOT
# raw owl https://obsproject.com/logs/UmOWIXTuz5iNCMkm
🛑 Critical
  • Hardware-accelerated GPU Scheduler
⚠️ Warning
  • Non-Standard Aspect Ratio
ℹ️ Info
  • Windows 11 23H2 (OK)
  • Not Admin
  • No Output Session
  • Third-Party Plugins (2)
Hardware Check

Intel Core i7-11800H @ 2.30GHz - OK! / GeForce RTX 3060 Laptop GPU - OK!

fossil wyvern
#

recording didn't start in this log

raw owl
#

I'll test again to see

fossil wyvern
raw owl
#

it's good I found a solution I start recording with advanced and I stop recording with the obs output timer and it worked thanks anyway for the help

sand verge
#

Anyone in here an NDI wizard? I’m trying to set up a stream (locally on the network) using NDI.

Goal is to use one laptop with OBS and a webcam, send video over network to another computer running NDI monitor to display on a screen.

It’s the simplest way I can think to accomplish the goal without buying dedicated encode/decode boxes.

I installed NDI tools on both laptops, both are on the same network, but neither one sees the other’s NDI sources.

I’m at a loss and need some help, please and thanks! 🙏

I’ve got as far as OBS being available on machine one, but machine two can’t see machine one’s NDI sources.

#

Could really use some help here. I’m feeling like I’m missing something.

oblique yewBOT
sand verge
#

Oh my lord.. I just want to talk to a human. Forget it.

open zinc
#

@sand verge try on youtube...

sand verge
#

If I wanted to watch a 15 minute video to find the 5 seconds of info I wouldn’t have asked.. forget it.

#

Why is everyone so anti helping someone? It’s discouraging and frustrating.

mortal harbor
#

you are in a server which is entirely volunteer based so the premise that everyone is "so anti helping someone" doesn't really fit.

sand verge
# mortal harbor what do you mean? someone has linked you to the obs-ndi discord considering you ...

Man all I’m asking for is someone who knows how the heck to set it up to explain it. I don’t see any videos showing what I want to do and frankly I’d rather read an article but none exist.

Figured I’d ask a human for some assistance and instead I get “go Google it” which is just.. frustrating. Yeah I get its volunteer. I’m just asking if anyone here knows how it works because I’m obviously missing something and I can’t seem to find the info I want anywhere else.

But yep I’m the bad guy 😅

Sorry for being frustrated that people are so willing to push you aside instead of actually assist.

mortal harbor
#

you were linked to an entire discord devoted to what you are asking about, the next step would be to ask there.

sand verge
#

By a bot, my assumption is more bots.

lament lark
#

"Here is a link to the NDI Discord where they know all about NDI specifically and can probably help you with your NDI issue better than we can" isn't really Google It, let's be honest

#

The bot is providing information that a human triggered, because who wants to type all of that 100 times a day

sand verge
#

Sorry I wanted a little human touch ig

#

Clearly I’m the wrong one

#

My bad

lament lark
#

!ndi It's just someone doing this

oblique yewBOT
lament lark
#

The bot has a crapload of little factoids like that, makes it a lot easier to dish out the info people need without going on a hunt

oblique yewBOT
lament lark
#

Unless you're me and forget the triggers

vale vine
#

We also have a command for that, and turns out it's warchamps fault

#

Not yours

sand verge
#

I’m not trying to press blame.. I’m just frustrated and very much need help with NDI. It’s nothing to do with the plugin or OBS.

lament lark
#

All good

vale vine
#

In the hood

fervent marsh
#

I kinda wonder if it was a mistake to have the bot delete the triggering command from chat after it posts a response, since that hides the only indication that there was an actual human triggering a response instead of just some automated thing. (Would most people notice? Dunno. But one clue is still larger than zero clues)

lament lark
#

I think it's a net benefit for people who may want to throw out some simple info without volunteering to have a conversation about it

vale vine
#

That

lament lark
#

Most people who get frustrated by not talking to a real person are actually just frustrated about their issue and it's easy enough to clear up in those rare instances

vale vine
#

I don't always wanna go deep on a mine craft assist but if I can link the guide with minimal commitment it's still helpful

fervent marsh
sand verge
#

Even just a “a human saw your message and may not have the answer but thought you might be able to find it here” would be great.

And for what it’s worth, the NDI discord isn’t much help either.

Probably going to just have to abandon it, I genuinely can’t seem to figure this out.

spiral ruin
# sand verge Even just a “a human saw your message and may not have the answer but thought yo...

Typically, when a networking solution like NDI doesn't work, it's a firewall or some related network settings that prevent NDI stream from connecting between the desired PCs. And troubleshooting network issues is something the average OBS user doesn't have a lot of experience in. And it can take a lot of time and Q/A between the volunteer and you trying to get to the bottom of the situation. And, it requires someone with experience and a willingness to help to be online when you post about your issue. That's why the regular helpers here will link the bot replies that have the automated (and OBS-approved) information. It's a starting place for you to narrow down what specific question or issue you can ask about here.

So... How far do you get in the setup? Do you encounter any errors from NDI when you are sending a stream or connecting between PCs?

sand verge
# spiral ruin Typically, when a networking solution like NDI doesn't work, it's a firewall or ...

As far as I was able to get was installation of the Core Suite on both machines. I’ve got OBS sending the NDI output into NDI Router, and that sends OBS source to the Destination 1 slot. I can view the test footage at any point in that chain just fine, however, when I open NDI Monitor on the second machine I’m not seeing anything other than the default local inputs.

Really all I’m after is.. am I missing a step somewhere or is this likely just the firewall blocking the apps/traffic. If it’s the later then I just need to get my boss to open up the right ports.

I’m not even able to get that far - I haven’t found any intuitive guides that just explain how to view a source on another machine. That’s all I want to do.

spiral ruin
sand verge
bold thunder
#

Hi, you know how i can resolve this problem?
"These plugins could not be loaded: obs-virtualput
Please update or remove these plugins"

fossil wyvern
bold thunder
fossil wyvern
#

it's in the controls dock

bold thunder
bold thunder
fossil wyvern
#

your friend is using the plugin

bold thunder
#

i want to use the plugin also

fossil wyvern
fossil wyvern
bold thunder
bold thunder
fossil wyvern
bold thunder
fossil wyvern
bold thunder
fossil wyvern
bold thunder
fossil wyvern
#

yes, I am aware

#

why do you want the plugin

bold thunder
#

for bluestack

fossil wyvern
bold thunder
fossil wyvern
#

why?

#

have you tried using the builtin?

bold thunder
fossil wyvern
#

and what doesn't work exactly?

bold thunder
#

yes

#

virtual cam doesnt work

fossil wyvern
#

what doesn't work

bold thunder
#

i just need help for install plugin

fossil wyvern
#

what doesn't work

#

precisely

bold thunder
#

You can see on internet, its not working with Bluestack, need to install plugin

bold thunder
#

all the time error

fossil wyvern
bold thunder
fossil wyvern
fossil wyvern
#

no it's not

bold thunder
fossil wyvern
#

it's not named just "obs"

bold thunder
#

OBS 30.0.2

fossil wyvern
#

show me a screenshot?

bold thunder
fossil wyvern
bold thunder
fossil wyvern
bold thunder
fossil wyvern
bold thunder
#

and not working

#

but i hear, virtual cam plugin is working

#

2.0.5 version

fossil wyvern
bold thunder
fossil wyvern
#

that's what I'm saying, it will not work with current obs

bold thunder
fossil wyvern
#

if you want, but I'd suggest asking bluestacks why the builtin camera doesn't work for them

bold thunder
fossil wyvern
#

no, it's not for this that the plugin was created

#

and if bluestack accepts the plugin's virtual camera, there's zero reason it couldn't use the builtin one

#

that's an issue on bluestack's end

unique willow
#

Hello guys! Can OBS choose recording scene ?
Streaming Scene A
Recording Scene B
Like that ?

bold thunder
unique willow
fossil wyvern
bold thunder
#

witg this version its good right ?

bold thunder
oblique yewBOT
oblique yewBOT
# bold thunder https://obsproject.com/logs/XB1hSAgF4zVUSXip
⚠️ Warning
  • Old Version (27.2.4)
  • 32-bit OBS on 64-bit Windows
ℹ️ Info
  • Windows 11 23H2 (OK)
  • Not Admin
  • No Output Session
  • No Scenes/Sources
Hardware Check

AMD Ryzen 7 7730U - OK! / Ryzen 3 4300G with Radeon Graphics - Possible bottleneck

fossil wyvern
bold thunder
#

okay

bold thunder
fossil wyvern
tacit nexus
#

I am trying to make the output to fit to any active video source on every scene switch. Installed Advanced Scene Switcher and found the right triggers, but can't find an action to resize the output. Any solutions to that?

median marten
#

i'm trying to use source recorder on mac but only the main recording is working not the source recording

sly sage
#

guys i have the voice changer folder ,where do i put it

hallow vale
hallow vale
# sly sage it says a vts thing too

If one of the files in the download is an .exe that will install ot and you don't need to place the folder anywhere.

If they are VSTs, search your computer and then unzip them in the Steinberg folder

sly sage
sly sage
hallow vale
mortal harbor
#

%ProgramFiles%\Common Files\Steinberg/Shared Components\

hallow vale
sly sage
#

theres no folder called Steinberg

hallow vale
sly sage
#

nvm i think ii accidently found it on C:\Program Files\VstPlugins
ty for the help guys

worthy crystal
#

I can not use the WHIP setting.

#

pls help me.

tranquil olive
#

Hi ! OBS isn't showing plugin interface of Reaper Plugins (reastream). What can I do?

random bolt
#

Hello, with advanced scene switcher plugin do you know of a way to do the following : if key 1 is pressed then ......
I want it to be key and not a hotkey so that I can for ex press key G on my keyboard and then it does something

fossil wyvern
mortal harbor
#

I you haev one idea for first plan chatbox in OBS?

mortal harbor
fervent marsh
#

Hey @\Tuna (or whoever), what things can have an effect on obs-teleport audio/video sync? I had a situation this past week where I got someone moved over to OBS30+teleport (from a much older NDI-based setup), and when we were doing our testing on it the sync was spot-on out of the box... but two days later when it came live stream time, it was significantly off -- like, on the order of "a couple of seconds" -- right out of the gate. What should I be looking at?

fossil wyvern
fervent marsh
fossil wyvern
#

fair, but could be worth checking out if you have the time to

fervent marsh
#

What is the actual behavior on an overloaded network (or other resource limitations)? I'd thought that teleport was designed so that it wouldn't get out of sync, generally?

(Also, it was off as soon as we started it (which was a few hours into the stream) rather than slowly getting out of sync or such)

fossil wyvern
#

Generally the behavior on that is stuttering, but I remember a few cases of it desyncing

#

I think it was with krisirie's stuff, but to be fair his setup is weird

fervent marsh
#

Definitely didn't get any stuttering or other obvious indications of resource limitations. (Sadly, I don't have proper metrics gathering on those particular systems yet ... whups).

Streamer is kind of limited in how much time he's actually at that site outside of streaming hours, and I'm getting ready to be out of town for a few days, so kinda trying to figure out which specific things could potentially cause issues, and specific things we can look at live if it happens next time to get more specific info about what's going on ... at least, if teleport has a way to do that ... so that I can be somewhere other than "hey streamer just live with this for a week"

fossil wyvern
#

yeah, then probs not that, sorry

tawny grove
#

Hello, I need some help with fixing the lag on my obs when I connect my Elgato to my Nintendo Switch & PC. I want to be able to stream the game smoothly and need to figure out this fix. Can someone help me figure out how I can fix this? @here

oblique yewBOT
round lava
#

Hey anyone, I need some help using Advanced Scene Switcher to image recognize. I'm succeeding in a game on detecting these icons, but I'm also getting false positives on the borders of text and I don't know why. does anyone have any ideas on how to improve the recognition (or alter the reference Icon so it's easier to differ from a near matte black)?

random bolt
mortal harbor
#

Any plugins that are better than OBS's application audio capture? My audio keeps getting bugged when I use it

random bolt
proud relic
# fervent marsh Hey @\Tuna (or whoever), what things can have an effect on obs-teleport audio/vi...

First it may depend on how you use it. Assuming just using the output method - on the receiver side audio and video will be interleaved according to their timestamps before handling it to OBS. However there seems to be no strict rule how to achieve sync. So handing it in "close enough" to each other seems to yield in good results usually. However in case of a buffer under-run OBS seems to decide otherwise and may rearrange audio and video. A plugin does not seem to have the ability to know about these things. Perhaps a video delay filter gives you an increased buffer avoiding buffer-underruns and this behavior.. I never figured out a canonical way for a plugin to guarantee sync.

fervent marsh
proud relic
proud relic
# fervent marsh Hrrrm. Frustrating. Hmmm^2... are those effectively wall-clock timestamps? e.g...

But also make sure you are using output mode of Teleport. Some people seem to transmit audio and video with sperate streams and wondering why it gets out of sync.. And of course, use a dedicated cable directly between the PCs. That should mitigate most network stalls that may occur in some routers.
P.S. Since I have seen your name here a couple of times for quite some time, feel free to ping me

round lava
vale vine
mortal harbor
vale vine
#

MS hasn't officially commented on the issue but has communicated with the obs dev team working through this issue for over a year

random bolt
round lava
#

Do you use any streamdeck or bot systems currently? I have a digital "streamdeck" to jump scenes and reset scores in obs using Streamer.bot

#

(looks kinda like this but as a docked window in obs)

random bolt
round lava
#

Nice. Eventually I'll get a real streamdeck. (So many other things to improve first, like cameras)

random bolt
round lava
#

I don't understand the difference. Any key can be made a hotkey

#

But I believe ASS has options for hotkey too if obs doesn't naturally have the "does something" you're looking for and you want to run it through that.

fossil wyvern
#

adv-ss hotkey condition works through the obs hotkey system

random bolt
# round lava I don't understand the difference. Any key can be made a hotkey

Yeah but you have to use what is given I want it so that if I press for ex "1" it hides A;B;C scene and shows D scene and then when I press "2" it hides B;C;D scene and shows A scene and that can only be done with macros but I do not see a KeyPressed option in Advanced Scene Switcher another reason I want it to be done in ASS is I don't want the function to always be active so that I can disable the hotkeys 1 & 2 if I don't want to use it

fossil wyvern
round lava
#

I'd have to wait till lunch to be 100 percent sure, but based on penwywern, yeah it's got a hotkey function, and you can tell it to respond by doing several actions instead of just one.

fossil wyvern
#

yee 100% can

latent kiln
#

i am so frustrated as I cant use tracking using NV AR MOVe. I keep getting this "The specified Pixel is not accomodated" error message

random bolt
random bolt
fossil wyvern
random bolt
fossil wyvern
#

look for the one with the name you set

random bolt
fossil wyvern
#

yeah, that's not easy to do

#

not impossible that it's not doable at all tbh

random bolt
#

I discovered ASS 2 days ago and holy I would never be able to stream again without it best plugin ever made, it automates all my work

fossil wyvern
#

it's fucking glorious

vale vine
#

I love ASS

hallow vale
#

Who doesn't?

pseudo cliff
#

Does anyone know if theres a plugin that includes OCR, im trying to make it detect a number on screen and when that number is on screen itll change scene, play a source or activate a hotkey etc.

#

I need thiss. Do you know if theres any tutorials videos? Im looking for it to play a video (switch scene or auto hit a hotkey) when the number of kills increases

#

any tutorials on this?

ruby lichen
# pseudo cliff any tutorials on this?

Don't have a tutorial on that use case in particular but it's definitely doable! The ocr plugin can update a source which you monitor with AdvSS and trigger a video, sounds not difficult to implement

pseudo cliff
#

I have no idea how to do anything OBS related, so im kind of struggling with the entire thing

smoky stream
#

Has anyone used the PTZ Controls plug-in by glikely? My presets keep getting changed when I add a new source that goes to a specific preset.

digital trellis
#

Is there some sort of plugin where you get notified (via phone for ex.) if your stream hits 0 kbps/no connection? Please let me know! 🙏

faint bane
#

Hey guys
Does anyone know of a plugin that can do this type of marking on the screen while recording a video?

#

When I record the screen, with specific software, it shows these markings but when I record, a window does not appear.

hallow vale
faint bane
#

I understood.
Well, that's what I needed but that's okay.
I'll look at other ways.
Thanks.

hallow vale
faint bane
#

I didn't want to have to record the entire screen but I'll adjust it here to have a better video experience.

hallow vale
faint bane
#

Translation errors.
But I understood the characteristic of OBS.

copper jay
#

I’m using video ninja with OBS when I have my guess I can hear them. They can hear me in each scene except my window capture and what I mean is they can’t hear the YouTube videos is there a way to fix this? I have the virtual cables, and I also wanted to know, what this work with the electron capture

random bolt
#

Is there an easy way of duplicating a text in obs but the second text is independent from the first text so that the text 1 and text 2 can have different text on them?

obsidian agate
obsidian agate
random bolt
obsidian agate
#

you used the Paste As Reference then

#

if both sources have the same name, they are the same source

random bolt
#

See now thanks missclick

obsidian agate
#

np

random bolt
#

Also why does copy transform and then paste transform not work

#

it does nothing

obsidian agate
#

are you pasting the transform of one source onto another unique source, and do they have different transform values before pasting?

random bolt
#

Yep

obsidian agate
#

!support not sure then, its working for me on my copy of OBS. may want to check in a support channel

oblique yewBOT
#

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

random bolt
obsidian agate
#

ah, groups...

im thinking its not working the way you want because Groups have their own internal positions that are not the same as the global positions

vale vine
#

Groups are so cursed

obsidian agate
#

I dont use groups myself, except as a very brief utility feature

vale vine
#

I bet @wide kraken dreams of the day they no longer exist

random bolt
random bolt
obsidian agate
#

like Matty said, Groups are Cursed

mortal harbor
#

can anyone who made the wincaptureaudio plugin pls fix?

mortal harbor
#

i know but its a liitle bit shitty

#

you aren't giving any info that makes it possible to help you

#

i must everytime change the window and that is annoying

#

you mean for different games?

#

yep

#

I found the other plugin much easier

#

if you install the latest beta of OBS, you can include audio directly within your game capture source so the audio will include whatever game you have selected at the time.

graceful robin
#

My plugin post shows it was deleted. Is that correct?

mortal harbor
#

i think it shows that way for you until it is approved

graceful robin
#

Strangely another one that hasn't been approved doesn't show that:

hard jay
#

you're looking at the forum thread for one, and the actual resource listing for the other.

#

The forum threads show as deleted until it's all approved.

graceful robin
#

Ah

#

Cool!

#

Yep, I see it now.

sullen breach
#

!plugins

oblique yewBOT
silver topaz
#

stream rtms now wanting to stream to facebook or youtube. is there a specific reason why it will not stream to those but is ok with twitter,kick, trovo

signal pendant
#

Hi there! Does anyone have an idea how to crop the chroma key to the green screen only? So that the rest of my facecam does not have the chroma key filter?

manic ermine
#

You could use source clone to copy and crop your face cam, and then just apply the chroma key filter to the cropped clone. Might be tricky and require you to edit the transforms manually so the multiple source copies line up with each other. Probably best to do it in a separate scene and then use the scene source in place of the video capture source for scenes where you want the face cam.

If you wanted a diagonal crop you could make a mask of just the area you want green screened and then layer a copy with the inverse mask on top of it.

vocal storm
#

Hi! I am trying to multi stream to youtube and tik tok live using the Atium vertical plug in. When I connect my OBS virtual camera the tik tok live application, it only shows my horizontal stream set up instead of my vertical one. Any help on how to change my virtual camera to being my vertical set up?

obsidian agate
vocal storm
#

Thank you!

obsidian agate
#

Welcome

glossy hatch
#

Any tip on what plugin I can use or 3rd sdie app:

Set a list of timers to run one after each other and play sound on the end:
1 minute
3 minutes
15 minutes
etc.

Anything exist like this?

oblique yewBOT
lofty leaf
plain socket
#

I'm using the Move plug-in and have set up a few Move Sources to move my webcam source around which are activated with hotkeys.
I'd like to have the same setup in a different Scene Collection. Is there an easy way to copy over the settings? Or do I need to redo everything?
The sources/folders are all named the same

plain socket
#

Woah. Thanks

#

You know how they say "there's an app for that"? Well, there's definitely a plugin for everything too. Lol

last axle
#

yoo guys

#

hello, I have a problem, I had a saved screen and a few other things on my obs scene, but I changed the resolution on the computer, so my screen and other screens were moved so much that I can't reach them

plain socket
warm wagon
#

I would like to use the Social Stream Ninja plugin to display my Facebook Live Chat as a Doc. I want to react to certain comments and show the featured chat overlay in the stream. Now my question. Can another person access this doc to sort the comments for me during the stream? I need a mod in my OBS chat. is that possible. I hope I have expressed myself clearly enough. Would be happy if someone has a solution. Thank you

hallow vale
lofty leaf
#

Whenever I try and install/add plugins they don't show up in OBS like I've been recommended a couple of audio filter plugins and I drop the .dll in both the 32 bit and 64 bit folder just to try and get it to show up, but I don't see em when I go to add a filter 🤔

lofty leaf
#

Yeah they are but I figured it out.. the installer had a different default folder than the one I was sposed to have

quasi flax
#

what's a good option to stream my obs output to another computer with low latency? I'm planning on running image recognition on another PC by feeding my game video output to it

broken hatch
#

Hello User, I hope you are having a great day. So I am a VR/Video Game Content Creator. I’ve been really successful here the past few months but I’m trying to figure out how to elevate my content. So I thought I could do livestreams! There is only 1 problem. I do not have access to any computer interface. But I figured since the meta quest browser acts like a computer app I was going to try and install OBS and stream directly from my Quest! I just need a few things. I have the plug in downloaded but I do not know what to do from there! If you have any tips please help me out. God bless ❤️.

hard jay
#

OBS will not run on a quest.

foggy hull
#

Is there a way to enable a hockey press automatically if certain words are on the screen?? ( large text )

#

Looking to enable certain sources if a couple words appear

real raft