#plugins-and-tools
1 messages · Page 18 of 1
no why?
shouldn't it be called NENC (ffmpeg)?
rate control to CQP, then CQP number to 20
Okay, I did that for both recordings I have.
Ig I test it now?
OH MY GOD I THINK IT WORKS???
👍
👍 glad it works
Thank you as well.
As you have found, the Move Transition plugin is available for Apple Silicon. Everything should work fine, but I have not been able to test it myself. Let me know if you find any issues or if there are features you are missing.
How can I make a source with OBS_SOURCE_COMPOSITE show up on the audio mixer?
trying to create private media sources, but they wouldn't show up on the audio mixer
I know cg PR'd a thing that'd allow you to add additional sources to the audio mixer
I don't remember if it has been merged
Ah, has not been merged yet https://github.com/obsproject/obs-studio/pull/7584
thank you
@fossil wyvern @sage slate if you're using source record, choose "NVENC" as the encoder, this was added by Exeldro to dodge the issues with the built-in's and plugins' nvenc implementations
ouki. ty, I knew that jim-nvenc had issues but wasn't sure which one was the good one
@muted island Do you see the NDI sources in your OBS?
I can't see NDI option here
That's not in OBS
you need to download NDI Tools (https://ndi.tv/tools/), they include NDI for Premiere plugin
I did but for some reason it doesnt connect with premiere pro maybe it doesn't support the new premier pro
sorry no idea about that, I haven't used Adobe software for the last 20 years
I’ll try this and start a recording after work. Are there any other settings that needs changing or no?
Anybody know the best way to stream to a wordpress website with as little latency as possible? We're currently using restream but some guys on the team aren't loving it.
VDO.Ninja?
what is the current latency?
15 seconds
we're using restream to keep it simple https://restream.io
checking it out
It uses WebRTC and should give <2s latency depending on network
Not sure how many viewers you have to reach?
what platform are you streaming to after restream?
we're trying to embedd the stream on our website, and youtube channel while also streaming to our discord(which is running separate of course
You can also use it in combination with meshcast.io for supporting more viewers and not hogging your system resources
We usually have about 100 on youtube and another 50-100 on discord. Not sure how many will be on the website as we haven't set it up yet
is the 15 sec on YT or on discord?
on the website
which is embedding youtube?
When I say we haven't set it up yet I mean we haven't let our members see it yet
Is YT set to low latency?
yes
the youtube latency is actually less as about 5-10 seconds
that sounds high for low latency
that's actually ok
I'll double check it anyway
so, its the discord latency? How are you embedding a discord stream on the website?
It seems there is also ultra low latency
there is, but it hurts 😅
basically I'm thinking if there's a good wordpress plugin that doesn't break the bank that we could use or something on the website
It's in Dutch but yeah
It's all about the bandwidth, if you got 100Mbps and got a 5Mbps stream you can only support 20 streams until totally full.
If you are not running multiple quality levels and such, that is also a CPU/GPU load
no. Im almost positive that there is no plugin for what you want to do. You need something that will ingest the stream, and you can point a player at.
Personally I use ovenMedia for when I need ultra low latency, but it is far from easy to setup (and potentially costly with lots of viewers)
I'd just embed the YT stream on the website, and be happy with 5-10sec latency
yeah I was looking into that but we didn't want the stream branded with youtube it might be the way to go though
livestreaming is very expensive. Even at 100 viewers, its likely going to cost you, as I don't think you'll be able to run that on a simple VPS
you're looking at a full scale streaming solution, potentially with transcoding and a ton of bandwidth
so I think you (or someone) needs to have a hard think of that little yt logo is worth potentially thousands a month to remove
maybe around 450 USD (per week) for 150 viewers, 3 hour stream, 3 time a week
thats just the CDN cost
thank you any recommended website or community to visit in order to follow up on its current update status? Cheers and Thanks.
the author isn't updating it.
Do you know of anyone who is?
afaik, nobody has taken over
someone linked you a fork of it that someone made directly after my message #plugins-and-tools message
Avasam probably won't be putting major effort into it by the sound of it, but should at least keep it functional for now
thanks for the help and patience I have been scraping the inter webs with no luck and I have access to some developers so trying to maybe solve this I really need this plugin for my studio cheers and thank you
how do I open it within the program
it's under "tools"
ok thx
On the compatibility page "Freeze Filter", "Dynamic Delay" and "Recursion Effect" are set as not available for macOS (Apple), but they are available
Hello all. Please, help me. I need to add a pause to the script between the activation and deactivation of the filter in the scene. How can I add a little delay here?
is that the whole code? i don't see anything here related to the activation and deactivation
@weak escarp sorry for the ping, but i haven't really seen other plugins that do the same. In your Source Switcher plugin, how did you get it to show the video of media sources? i have been fiddling with my plugins for days, and i still can't get a video to show up on my custom source. Also, would your plugin work in theory, if you added a private media source and displayed that? Cause that's what I'm trying to do (i did use obs_source_add_active_child and obs_source_video_render), but maybe the fact that it's private is the reason why i can't get it to work? Also, is the transition needed for displaying the video if there's only one child source?
Transition is not needed, in the render of the source call the render of the private source. Do you also have the enum (active) child functions?
oh!
wait
oh i do have it
.enum_active_sources = mps_enum_sources,
although you seem to have 2 enum functions
the image slideshow only has the enum_active_sources so mine also has that one only
what's the difference? the "all" one includes inactive sources?
Yes
thank you, added it, but it seems that it still doesnt show a video
get_duration on the private media source returns 0, even though its state is playing
would this be enough to display the video of the child source?
should be, yes
thanks
is there another function that i need to trigger the media source to activate? i already used obs_source_add_active_child in .create
and i even did obs_source_media_play_pause(mps->current_media_source, false); in _activate
if anyone has the time to look at what i'm missing, the file is here (no-transition branch)
https://github.com/CodeYan01/media-playlist-source/blob/no-transition/src/media-playlist-source.c
any help is much appreciated
I can look at it tomorrow
thank you!
note: i also tried to replace OBS_SOURCE_COMPOSITE with OBS_SOURCE_AUDIO, because i wanted it to show up in the audio mixer (apparently you cant add private sources to the mixer yet)
Ummm, it might have been simple stupidity of mine
I used "path" to set the path in the ffmpeg source instead of "input". Arrogance took the best of me and I didn't double check the source of ffmpeg source (even though I keep going back to it for other parts of the code). This might be the issue. I'll have to verify in the morning, but really, why do solutions pop up when you're about to sleep?
hello, i am trying to use blur effect on mac OS intel- BIG SUR with stream FX plugin but i can't seem to find blur effect after following the exact tutorial
my web cam is ELGATO-facecam
here are my steps:
- Download obs-studio-28.1.2 - production ready
- Download streamfx-macos-10.15-0.11.1.0-g81a96998.pkg from this tutorial https://github.com/Xaymar/obs-StreamFX/wiki/Installation
Am i missing something ?
Thanks for the help
@weak escarp it's shows a video now, thank you! yeah, i was setting the wrong string. should've been "local_file"
Only OBS 27.2.4 is supported by the latest stable release of StreamFX. There is an unstable alpha build available that is built for OBS 28, but it is unsupported and now obsolete and not recommended for production use. There is a StreamFX beta available for OBS 29.0.0beta2+ as well, but it is also unstable and not recommended for production use.
Ahh okay, will try. Thanks man!
No prob!
hi
Welcome to the OBS community support channel. If you have a question, go ahead and ask it, and if someone is available to help they'll respond. Try to be detailed, and provide a log if you are having issues with streaming/recording (Help -> Log Files -> Upload Current Log). Please be patient if someone doesn't respond right away!
Has anyone else had issues with the StreamDeck plugin since the last major update? The buttons don't seem to work, I have to constantly delete and reconfigure buttons to get them to work... But using the Barraider version seems to be a lot more stable?
I've installed the available updates when I'm aware of them too
Just got my gaming machine & a streaming machine setup with OBS & can see my gaming machine on the streaming but the audio seems to cut in & out. Ideas?
OBS 28.1.2 on both machines & obs-ndi 4.10.1 plugin while ethernet on the same network
make sure both machines are running gigabit ethernet, and that the equipment between them are gigabit. 100mbit link is not enough
and no wifi, of course 🙂
Is anyone here familiar with OBS Command? After I updated to the newest version I can't seem to figure out how to toggle filters.
All of my other Commands seem to work....
What version were you on previously?
And you should show the command you're trying
Thus is what I used before. I was using this as a launch parameter on the .exe to toggle my filters.
/password={TXT:password} /command=SetSourceFilterVisibility,sourceName={TXT:Source},filterName={TXT:Filter},filterEnabled=true
I'll check the old version...one sec
Version 1.5.7
The protocol was changed
The plugin page also mentions the protocol change in obs 28 https://obsproject.com/forum/resources/command-line-tool-for-obs-websocket-plugin-windows.615/
Yes this. I have tried using the example posted on the forums plugin page for OBS 28 and can't get it to work. If anyone has an example of a working filter toggle via launch parameter that would be amazing .
/command=SetSourceFilterEnabled,sourceName="My Source",filterName="My Filter",filterEnabled=true
I assume that's how it's supposed to be
If it doesn't,show the error message
Thanks I'll try again
It worked. The change in code was "/command=SetSourceFilterEnabled"
I was using "/command=SetSourceFilterVisibility" previously
Thankfully the way I program my script I only had to update one line of code :)
I thought you already knew that, given that you've even screenshotted it haha
guys I installed streamFX and doens't apperar 3D filter why?
what obs version are you on
Latest stable? Latest alpha? Latest beta? For streamfx
Latest as in 29? If not, you're on the wrong StreamFX version.
Stable
Latest stable is obs 27 only
mine says 28.1.2
Correct. Latest stable for streamfx is only compatible with obs 27 though
Streamfx has multiple active versions. A stable, an alpha, and a beta
You need to install the correct version of streamfx for your version of obs
I'll check it thanks!!!
Just shows StreamFX 0.12.0 Beta 164
I'll have to install a new OBS I can't believe it...
Streamfx versions should list the required obs version. I think there is a beta 157 that works with 28.1.2
I'm trying to find it I can't...
Are you using it for Perspective, Orthographic, or Corner Pin?
I need a corner pìn
to leave a video in a screen behinf me..
.Thanks for the help guys!!!
I keep track of which versions of plugins work with which versions of OBS with this chart: https://docs.google.com/spreadsheets/d/1kmudne3luLFuM5zGA4bXk9w_T9cS_liTntSgH8dRNYE/edit#gid=0
If all you need is the Corner Pin effect from StreamFX, I have an anti-aliased Corner Pin shader for OBS Shaderfilter
obs shadefilter let me find it
Works with OBS Shaderfilter in OBS 26.x through 29.x
For OBS 28.x you need Exeldro's fork of Shaderfilter
(linked on my chart above)
I'm hardwired. I know my streaming machine is running Windows 11 while the gaming one is on windows 10
Same issue Its like the audio pops in for a moment then its gone for a couple of seconds then it comes back. And I'm seeing this from the audio mixer
I can confirm I can hear the audio abit with crackling using a different machine running Windows 10 the same as the gaming Machine. But its one Wifi. So I think Windows 11 is causing a issue with passing the audio over
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.
got him
I’m having an issue where this keeps showing and I can’t stream my switch games. Can someone help me out please?
the old virtualcam plugin no longer works. You can use the new one in the bottom right (start virtualcam). The old one can be removed (wont work anyway), and you'll be rid of that message
How can I remove the old virtual cam so I can install the newer version?
@analog ruin
you dont need to install the newer version, it is shipped (already installed) with modern versions of OBS.
in order to uninstall the old one, you would normally go thru normal (add/remove programs) means of uninstalling something, like you would any other program
Ok, where’s the add/remove option on the stream setup?
Ok, the OBS plug-in issue warning is gone, but I still can’t get to stream my switch games in discord via a window application.
you are trying to use the virtual cam? @uncut blade
ok, then I don't know what you're trying to do, and the error message was unrelated I guess 😅
I’m trying to make it appear here to stream it, but it’s still not working.
yeah, so people usually do one of two thing:
- Spawn a projector in OBS, and point the discord window capture at that
- Hit "start virtualcam", and share your fake webcam "OBS virtual camera" in discord
How do I spawn a projector in OBS and point it at the window capture?
right click the preview > windowed projector
and then in discord's screen share, select the projector
Oh.
I’ve been doing that, but it still won’t show up in Discord
Ok, I got virtual camera to work in Discord, but now it’s mirrored
The view you see in your application is flipped for you only. This is because most applications expect a webcam, and they want to mimic looking in a mirror for your own preview. Everyone else sees what you see in the OBS preview.
I see
Anyone else had an issue with StreamFX 0.12.0 Beta 164 not working with v29.0.0?
just tested on my end, can confirm it isn't loading.
!streamfx @split scaffold you should report this to the developer.
@split scaffold
If you are looking for more information or support for the StreamFX plugin, please visit the forum resource page.
weird, was workin fine with beta3
if no one reports, it never gets fixed 🙂
now I gotta make an OBS forum account and like message a dude or somethin? arg why can't I just complain in discord T_T
he has a discord
that page i just linked has it on it.
oh sure, now that I've created a forum account lol
Reporting complete, thanks Yolo
I am trying to get the zoom blur shader filter installed on OBS for my webcam and am having trouble. Can anyone help?
Which zoom blur shader specifically?
On the compatibility page "Freeze Filter", "Dynamic Delay", "Source Record" and "Recursion Effect" are set as not available for macOS (Apple), but they are available
updated
29 out already? Insane. Plugin compatibility?
nothing changed from v28 to v29 with plugin compatibility which is the case with most major OBS releases.
many thanks 🙂
I want to add a broadcast playback tool on more than one platform
A third party plug-in for streaming to multiple RTMP servers is available for OBS Studio. https://obsproject.com/forum/resources/multiple-rtmp-outputs-plugin.964
When installing the tool, the menu does not appear inside the program. What is the solution?
how can I play music in discord using obs?
yeah, ok, you're on a very old version of obs
Ah, good eye
either update obs or install a previous version of the plugin
Indeed, I use version 26.0.2 because this version appears in the broadcast notifications. If you update to a higher version, the problem will be solved
Currently, many settings are installed on it. If I update to a higher version, all my settings will remain as they are, but I will repeat all this from the beginning and again
well, the latest release of multi-rtmp works only with obs 28 and later. For 26.0.2, you probably need version 0.2.5.1 of the plugin? not evn sure that would work
I updated my settings as they are
I updated and the list appeared, thank you😍 
👍
Hello I was wondering if anyone would be able to answer a couple questions about the Audio Monitor plugin?
Welcome to the OBS community support channel. If you have a question, go ahead and ask it, and if someone is available to help they'll respond. Try to be detailed, and provide a log if you are having issues with streaming/recording (Help -> Log Files -> Upload Current Log). Please be patient if someone doesn't respond right away!
I am just trying to figure out why it would be better to run things through Audio Monitor instead of using the built in Audio mixer. Unless you just don't want to be able to hear specific audio sounds but your stream still can?
from what I understand, the main interest of the audio monitor plugin is the ability to monitor to different devices
I must be missing what you gain from sending to multiple devices just to stream or record? Could you explain what you get from sending it to multiple devices?
idfk, I guess maybe shenanigans with VB-cable or some shit like that
generally, if you don't see what the use case of smth is, it probably means you don't need it
there's bound to be an use case though or people wouldn't have bothered coding it
Exeldro tends to make things that serve a purpose to more than just a handful of people
yee, generally, his shit is good
I figured there was just wasn't sure if the only reason was to let you control the volume of something on your stream you didn't want to always have to hear.
can someone link the website you can get OBS from? my school friend sent me one that im pretty sure is fake and i wanna get the real one
OBS Studio can be downloaded right from the OBS Project website: https://obsproject.com/download
only use the website above
ok yeah thank you he sent me a different website
there are a ton of fakes currently, which will give you malware if you run them
can someone tells me how to play background music in discord using obs
You can share your OBS Studio content over video call services such as Zoom, Skype, Discord, etc. by following the Video Call Streaming Tutorial.
Hi Everyone, am using source record plugin (or trying to). When i set the source record up as a filter on a camera source, I set it to record, only when i record i dont get the second file, it works when i click always. any help appreciated.
Hey just found out my deckboard isn't connecting and I'm about to stream. I downloaded the new websocket that is needed, but now I'm getting a plugin load error. please tell me someone knows how to fix this 🥺
You installed the wrong websockets. So :
1 : go to C:\Program Files\obs-studio\obs-plugins\64-bit and remove any file with "websockets" in its name
2 : open OBS, click on help > check file integrity.
3 : if you need the websocket-compat, grab it from here : https://github.com/obsproject/obs-websocket/releases/tag/4.9.1-compat , install it and restart obs
I wouldn't delete it.
that's a part of OBS itself
ASAPI (Windows Audio Session API) is Microsoft's multi-channel audio interface for communication with audio devices.
you delete it you get no audio
Unless if you install a specific plugin yourself, I wouldn't uninstall anything that is in the plugin folder.
Or delete the files I should say
never really a good idea to just delete files that you dont know what they do, even if you search online for information about them. Files are there for a reason 99.xxxxxxxx% of the time.
I think they deleted their comments now.
Mostly virtual cable shenanigans
Because virtual cables don't output to speakers, and the built-in "listen to this device" supports only one device
Furthermore, it lets you monitor the sounds of audio sources in obs using different devices. OBS atm only supports one.
Which means i can send specific audio to one Zoom call, and another to other
Assistance with the Multiple Output plug-in, Anyone available?
Welcome to the OBS community support channel. If you have a question, go ahead and ask it, and if someone is available to help they'll respond. Try to be detailed, and provide a log if you are having issues with streaming/recording (Help -> Log Files -> Upload Current Log). Please be patient if someone doesn't respond right away!
I installed the Multiple Output plugin today and for some reason nothing is computing, To explain that i input my stream key to the other platform i wanted to use and it keeps reading wrong address for some reason even tho i copied it over directly
I've just installed the obs shaderfilter plugin but when I tried to apply any filters I realised the examples folder is empty, anyone know how can I install the examples? I just wanted rounded corners for my webcam lmao
You can round the corners with a simple image mask filter, you don't need a shader for that.
What version did you install? The version from my fork?
https://github.com/exeldro/obs-shaderfilter/releases
not initially, but after trying really to fix the other one I just reinstalled OBS, installed your version and now it's all good ^^ thanks!
I was looking into the Move Transition, if I want to build two different scene positions inside the same scene, do I have to make one filter for each source? Or is there a better workaround? Because some sources need to disappear, but no matter what I do to try, they keep glitching, as if they were resetting positions
If you want to use Move Source filters you need a filter per source per position
Other way would be different scenes for different positions
Got it, because for example, I have the following sources on the lobby scene: Background, Frame, Camera, Game and Chat.
On the game scene, I want the Frame to disappear (fade), the camera to reposition, and the Chat to slide out.
From the lobby to the game, the camera one works well, it just moves, but when I switch back, the camera just shrinks and then resets
This is what is happening
It seems like a problem with source matching, you can help the source matching using the move transition override filter
Would I use that on which scene? The Game or Lobby one?
both should work
What tweaks I need to change?
this video would probably be clearer if you showed the actual video. because you have like 2-3 black sources
The main issue is happening with the camera, it's pretty much clear to see there
well i couldnt tell if you had a different camera or something
does your second scene have a nested scene?
show me your move transition properties
in the Scene Transitions dock
Default for now
Got it
Because I wanted to set my stream itself to use the stinger, but between the Lobby and Game, they would use Move Transition
@weak escarp am i correct that that option is meant to handle this case?
Scene 1
- Scene 2
Scene 2
- Some source
your case is kinda weird, i did try having two scenes that have the same nested scene, but it works on me
That option is made for this case:
Scene 1
- Source to match
Scene 2
- Scene 3
- Source to match
Got it
ah i see, thanks
tho it also seems to handle this case, works for me hahaha need that
tho i see weirdness here
I'm gonna set the streamdeck to change the transition for every scene XD
here's a slower one
You might want to check the transition table plugin
What would be that?
But doesn't OBS already have an option for override transition?
it's different. the built in feature overrides the transition to the destination scene. the plugin controls the transition depending on both the source scene and the destination scene
so you could have two transitions for one destination scene, depending on the previous scene
Oh gotcha
Can you do that with the "origin" scene?
For example:
Scene 1 - Move - > Scene 2 < - Stinger - Scene 3
what do you mean by "origin" scene?
isn't that what i just explained?
You said destination scene, I thought it was the final scene, not the first haha
my bad
Exeldro's Transition Table is a goated plugin. Would not go without it.
I missed that phrase
I'll dive into that tomorrow, thanks a million for the help ❤️
Is it possible to get the selected item in an editable list property using a button callback? Basically making the editable list a combobox? I have tried a modified callback on the list, but it only triggers upon list changes, not selection (which is included in the data array). I have also tried using the button callback but there doesn't seem to be a way to get the settings on the properties window (before it is saved by clicking OK)
anyone in here know where I would copy the Twitch Soundtrack plugin file to?
this is what the twitch guide says but it's not overly helpful in this case
and this is what I see in my obs install folder
If someone wants to DM me about it feel free, as I unfortunately have to sleep. Trying to figure out tech stuff at 4am is not a good idea, TIL lol
lolz, they don't even provide an installer?
They do but it's not working
how is it not? i would trust that installer over you copying files
it just doesn't want to install via the soundtrack app for some reason
regardless
if anyone knows where to put the file, or otherwise knows how I could get the app to install it itself, pls either mention or DM me
I doubt it's been updated with 28+ compatibility, since the site mentions 32-bit, and there's not been a 32-bit OBS installer since 28 became a thing.
might be just that specific guide, because the download page lists windows 10 64-bit as requirement
have you updated that app?
Literally just installed it
from what link?
Uhh, lemme find it rq
Should be this one
https://www.twitch.tv/broadcast/soundtrack
can you go to the folder shown here and screenshot it?
It's an official twitch service, just the app itself is in beta
I would have to turn my computer back on, and i really need to sleep. So i can do that in the morning/afternoon.
- Old NVIDIA Drivers
- Non-Standard Aspect Ratio
- Windows 11 22H2 (OK)
- Not Admin
- No Output Session
Intel Core i5-11400H @ 2.70GHz - OK! / GeForce RTX 3070 Laptop GPU - OK!
So what's the issue, exactly? You do need to update both your Nviida and Intel GPU drivers, along with run OBS's autoconfig wizard from the Tools menu.
Are any OBS devs or plugin devs aware of any known issues with plugin compatibility between OBS 28.1.2 and OBS 29.0.0, or is it more or less expected that any plugins built for 28.x should work fine in 29.x?
plugins should generally still work
except se.live, which apparently makes obs crash when changing scenes
there are exceptions, SE.live for example was reported to cause crashes
streamfx is still in beta to be fair
idunnae why I put streamfx, yee meant se.live
ah
Ok, thanks.
Did a preliminary update of my plugin compat chart for 29.0.0 stable. Now... soon... the fire that burns inside me... must... pollute my OBS 29 with a billion plugins to get the chocolatey goodness... hehehe
is there somewhere a always up to date plugin list which tells me which plugin is avaibale ar the current obs version? 
No real plugin issues for 28 vs 29
BTW, I just updated the chart today for 29.0.0, which is mostly compatible with 28.x. If you encounter any issues feel free to let me know.
well streamfx doesn't work with the complete 29
atleast not for me
with beta 3 no problem
only plugin I actually use and love 
Worth your time to drop into the StreamFX Discord and see what's up
Correct, StreamFX has no stable release for OBS 28 or 29. There are only developmental builds that are unstable, unsupported, and not recommended for production use. The latest build does not work with the final release of OBS 29.0.0. I would recommend if StreamFX is a necessity to switch to OBS 27.2.4 and use the stable release of StreamFX that is compatible with that release (0.11.1). Otherwise to try to find alternative plugins/tools that provide similar functionality depending on which features of StreamFX you were intending to use, there are some alternatives out there.
Yes streamFX doesn’t work on v29 currently, it has been reported in the streamFX discord already.
Or it was at least, just checked and those posts seem to be deleted.
!log @raven berry
@raven berry
- Outdated Plugins (1)
- Hardware-accelerated GPU Scheduler
- Capture Interference
- Windows 10 22H2 (OK)
- Not Admin
- No Output Session
Intel Core i5-8300H @ 2.30GHz - OK! / GeForce GTX 1050 - OK!
17:49:11.024: source-record.dll
try removing that plugin and see if you can reproduce the crash aftwards
i doubt the crash would happen again if i removed it but its one of the only ways for me to record webcam and gameplay seperately
source record can be kind of temperamental depending on the encoding options you choose but i'm not too experienced with it to help out. i would think the plugin dev would probably be your best resource on this one.
show me the options you set for the filter
you're on an outdated version so that would be a good place to start w/ updating.
otdated plugin or software?
the plugin is a version behind.
@fossil wyvern
use "nvenc" not "nvidia nvenc hvec"
done
does it not crash now?
I'll try
didnt crash but im gonna check the vids
it works thank you but theres just a few things i'll have to sort out
Hey there guys Is there a plugin that can replace StreamFX such as the blur filter for example? I'm trying to fully replace It because It's taking forever for them to support OBSv28/29 In a stable release.
alpha streamfx works with 29 and seems fine
you mean the beta release. alpha releases are mostly for v28 and should probably not be used
no alpha as the beta doesnt run in 29 only the 29 beta
so if you want to use 29 just use the alpha
OH I'm never touching It's alpha again because I got problems with It, (to be expected.) & also I just want to have a peace of mind that what I'm using works
well if you have issues with it well then no other option as far as i know
As someone who only uses the blur filter, I feel your pain. StreamFX is really the only option for that. That being said, if you’re just using it for that the plugin works fine regardless of being an alpha/beta/whatever.
Oh thx for telling me & I also use the source mirror from what I know so yeah. (I have that one sorted tho.)
I had been using the alpha build for the first month or so since I had upgraded my obs to v28 & oh boi weird stuff was happening that forced me to delete It,
(I also have to many plugins that only supported v28 & onwards so I don't want to go back to the old version of obs.)
from there I tried to wait but couldn't anymore.
yes there is a source clone plugin by exeldro which has all the functionality source mirror does.
Source Clone is so much better, especially with the ability to clone the source at lower sizes
if you're only using the blur filter i doubt streamFX will really cause you any issues.
that's what I meant by It being sorted lol, I used that as my source mirror replacement
well first of all the mirror fix only happened like an hour ago while the chaos with streamfx's alpha build happened a long while beforehand,
(also I've updated to v29 now, yeah forgot to say that.)
secondly whatever I had used that plugin for beyond the 2 mentioned, (I still don't know what that could be, crash reports didn't tell what It was & the people In their severs help section didn't really know.) went weird & the only fix to It was to delete It & even the new beta build that could be fine but before or after v29, It also had It's own big problem such as not wanting to work at all because of how they changed the installation process that for some reason doesn't want the plugin to be In use. (confuses the livings out of me.)
uh yeah sure do what you want, was just giving input.
oh I was just trying to get you to understand on what's been happening (sorry I'm bad at explaining stuff.)
I get this. Having to stay two versions back just to run a specific plugin, while all others are keeping up, isn't quite tenable.
i agree but my experience with the streamFX alphas/betas have been fine considering my limited use personally. if you aren't using the streamFX-provided encoders, there really aren't many issues you'd run into.
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.
nah, crypto currency is on the way out anyway.
For the record, do not report bugs or give any feedback about alphas/betas to the StreamFX dev. He will literally just call you an idiot, start a series of bizarre arguments, then delete the conversation and ban/report you on discord/github.
Screenshot? I'm not sure I would trust such statement without proof
go to his github and read the discussion
dude is of the rail
links?
locked his github to only contributors and his disc is devoid of normal channels and only has threads
Oh, don't take my word for it, go mention how the latest alpha doesn't work with v29.0.0 (despite it saying it's the preferred version)
I'd rather not see posts like this, not the place for it whether it is true or false. If there is drama on StreamFX channels, leave it there. Don't fuel it and bring it here.
I'd appreciate it if we didn't trashtalk about other people here
please stop that.
you may not agree with another persons point of view on your issues, but that does not entitle you to insult them
no one insulted anyone?
Sorry I wasn't trying to stir up a thing here. I was in here yesterday mentioning a problem with the latest StreamFX alpha and v29, and was told that I should report it. I just want to mention that reporting bugs to this particular dev should not be advised
yeah this don't go there, he will eventually fix the plugin but right now not a good time
Maybe it was worded badly, but the point is you're talking ill of someone. This causes other people who didn't really experience it to be mad at him. This is just stirring up conflict. Whether or not Xaymar is right doesn't matter, you shouldn't bring up such issues here.
Remember that streamfx is a free and open source software
They have spent literally years on it
how? just stating how he behaves and it's not great+
As was said, this is not the server for such news
Still bad form. And frankly it's hearsay too.
lol its not
everything is still there on the github and his disc
whatever i dont care
just knock it off.
Please continue your drama outside of this Discord.
ok dad
I am having issues with the newest update and the Multiple RTMP plugin seems to have disappeared. I tried reinstalling it. No luck. Any ideas to fix this?
Goto View>Docks or something like that, it might put itself in a tiny area
These days, what's the best way to have a "zoom and follow cursor" setup? I know of two Python scripts (one doesn't work for me, the other looks too "heavy"), but was actually wondering if some combination of Advanced Scene Switcher + Exeldro's Move transition would do the trick.
Is it possible to scene switch based on whether game capture’s hooked into something or not? Was looking around in adv scene switcher and didn’t see a way
you could use the Video condition, i'm pretty sure there is a way to detect if the video has changed or not
or if there's a way to check the source size, it would be good one, since unhooked is 0x0
@boreal hearth why must you hurt me this way 😦
(I see now you pushed a fix a week ago)
Hmm.
Hey guys, I'm getting crashes while trying to use Source Record.
This was present in
OBSv 28+ using Source record 0.3.1
OBSv 29+ using Source record 0.3.2
Making me think that's it's me.
I am using the OBS.Live version
Here are my logs from teh crash this morning after making sure that all the plugins are up-to-date.
The system is a fresh install last week.
Have tried every encoder, and run out of tutorials on youtube to follow. they all show the same settings that are no working for me.
also cant find anyone else having the issue so I have no choice to think its my end.
- Max Audio Buffering
- Multiple Game Capture
- Windows 11 21H2 (OK)
- Not Admin
- No Output Session
Intel Core i9-12900K - OK! / GeForce RTX 3080 Ti - OK!
Neither of those are crash logs. But the .live plugin indeed causes issues with v29
hmm it was doing the same in 28 also.
hang on yeah I uploaded to wrong ones xD sorry I not long woke up xD
Yeah the crash should be fixed. I just pushed another change that should fix the log spam
Much appreciated. I was also running into an issue where the album art would update but the title/etc files would be perpetually blank when set to Spotify. If I set it to Windows Media, it'd update the title but not the album art. I couldn't figure out exactly what was going on, but eventually got it to start working somehow.
Was there anything in the log?
Nothing at all.
I'll try and see if can reproduce it
To be fair, I had a very, very old token and I expect it was confused.
I'd rather expect it to not work at all then
Yeah I thought as much.
Driving me mad now. I can record perfectly, but as soon as I use source record it just dies..
I was working just fine. then I changed games yesterday pre stream and no its just not working at all.
Insta crash.
https://obsproject.com/logs/poN4egQjI7X9lytU
I will add that the recording settings are the exact same
I feel like Im missing the check box that says work xD
I can't reproduce the issue right now. You can try with the new release, maybe that'll work better. Spotify worked fine for me, windows media control depends on the player. Edge for example only seems to provide the title and the cover.
I'm gonna have to agree on this, I've seen his response to that kind of stuff & yikes. 😬
All that is acknowledged and appreciated, but we use software from many sources that fit that same bill, and don't receive anywhere near the same, let's say, developer response, when helping with testing and bug reports. Let's avoid enabling.
i believe the developer's frustration with users is justified when you see 10 succeeding issues regarding installation of the plugin on 28.1.2, when the beta release says it 29 beta is required. have that kind of issue several times and i'm sure anyone would be frustrated. even in support on this server, we get annoyed by users who can't follow or read instructions. someone even came here, was told to update nvidia drivers, went to the site, and asked how to download it when there's literally a download button in the link. you get me? we're humans too. that action blocking conversation is definitely just a temporary thing, as issues that are literally the same happen several times. it's all user error.
now that not working on 29 is surprising, but developer doesn't need to see that reported a million times. and as the rule in many softwares, don't update right away when a major update comes.
it's unfair to see someone "summarize" what happened here without actually knowing the whole situation
you don't want to "enable" the developer to restrict conversation due to flooding of the same error? how about we also do not "enable" people from spreading possible misinformation and conflict, especially on an unrelated server? i mean, we don't talk here against all the plugin developers that have abandoned their plugins, do we?
in fact, the server for the plugin has already reopened support chat
if you still do not understand how such talk creates unwarranted bad reputation, i don't know what to say anymore
don't judge someone based on what others say
which also means you shouldn't say something that would cause others to misjudge someone
Hi, is it possible to stream and record at the same time different scenes? Before I have streamed and record at same time with 2 different obs by using obs virtual camera, but now if I start obs virtual camera, other obs crashes.
yup, with the source record plugin
hello
Welcome to the OBS community support channel. If you have a question, go ahead and ask it, and if someone is available to help they'll respond. Try to be detailed, and provide a log if you are having issues with streaming/recording (Help -> Log Files -> Upload Current Log). Please be patient if someone doesn't respond right away!
Yes. I have downloaded the OBS and configured it but on the site, I am trying to use the cam and it just keeps trying to load. is anyone firmiliar with what i`m talking about?
what site?
did you click Start Virtual Camera in OBS?
Hello. I would like to feed the output of one Portable OBS into another as a source without using Virtual Camera.
Currently what I do is use a preview window then target said window but was wondering if there is a plugin or method to make it smoother.
there's a spout plugin
uses less resources and has almost zero latency
Oops hehe
same plugin
Ya I noticed too late. Thanks @regal breach !
np
Any tips on running multiple OBS apps without getting the error? I used to run multiple OBS last year without this issue. Everything is in portable mode (both shortcut and text in root). Wonder if something changed..
well, if both are in portable, you can safely ignore that
i can't tell myself if that's due to how you have set it up or a bug
That's not an error.
I completely understand your viewpoint, including the frustrations as I'm a former software developer. But I disagree that the entirety of the developer response was justified. It goes beyond shutting down comments. I've only very rarely encountered that kind of response. And it's the kind of response that makes me never to want to use that software. These are my last words on the subject.
It's simply a warning saying you have multiple OBSs running, it's been there since I requested in like 2018 or something?
oh, so it doesn't detect whether obs is using the same profile or separate portable obs folders?
Oh, yea if they're opening a Portable mode it shouldn't give the warning.
So they probably messed something up with their portable 🙂
are you sure that you're launching obs from different folders? and both are portable?
Both Targets of shortcuts
C:\Users\Phoenix\Desktop\OBS_🔥\bin\64bit\obs64.exe --portable
C:\Users\Phoenix\Desktop\OBS_💸\bin\64bit\obs64.exe --portable
Here are the two shortcuts. Both have a "portable_mode.txt" file in each folder
Hm.. odd.
!log you can send a log to confirm it's running in portable mode.
you have emotes in folder names?
Simply a folder with text file portable_mode.txt
i think discord did that 😄
Yup. Been using them for years. Keep in mind that emojis in file names dont work in DeVinci Resolve! Took a few hours to figure that out!
paths can't contain colons last time i checked hahaha
Download 2 OBS zips, extract on desktop. Add the file portable_mode.txt in both, open them both.
If you have issues opening those, then it's not your current installation.
https://obsproject.com/download > Download Zip
Yup, that's what I did. Hm. Not sure what I'm doing wrong. I'm going to do it again and pay close attention. I suppose I am tired too.
You did some changes with target paths etc. Shouldn't be needed. A simple separate folder with a portable_mode.txt should do the trick.
I removed those, but Im actually going into the folder and opening the .exe directly and still getting the error.
If that's the case, I'd head over to #windows-support and post logs.
Can't say I've experienced it myself.
I think I figured it out.
So doing a test with two virgin OBS installs, I had no issue.
My current OBS, bloated and fat with plugins, when I duplicated that one and ran it twice, I got the error.
Thank you
Yea, its usually something you do along the way that messes things up. At least in majority of cases. Always good to test with clean OBS and see if its happening 🙂
Hi, Im having trouble with obs 29.0.0 and NDI 4.10.0. Until yesterday I was using older versions of both without any problem, but I decided to update obs studio and NDI too.
I stream with 2 PCs and I need that working to do it. The thing is that NDI apparently works, but not quite good, the stream pc is getting the video and audio, but the audio sounds like broken.
I cant find out what is going on, I hope I'm not the only one with this problem, and someone can help me.
Thanks to you all in advance.
^^ cross post, answered in #windows-support
Another (free) alternative to the spout plugin mentioned, there's NDI, https://github.com/DDRBoxman/obs-ndi/releases/tag/4.10.1 / https://www.ndi.tv
Use the obs-ndi link I just linked above this reply
Er, shit, just saw Yolo's reply
Hello, I used to use a plug in which I could put a image in and then cause a displace on it.
https://youtu.be/2rboRSACVWs
I would use it as a backdrop for streams.
Ive recently done a fresh install and cant seem to find it. is anyone aware of which plugin i require? thanks in advance
the Displacement Filter is part of StreamFX.
Currently, StreamFX compatibility is as follows...
StreamFX 0.11.1 Stable -> OBS v27.2.4
StreamFX 0.12.0 Alpha 151 -> OBS v28.x.x
Stream FX 0.12.0 Beta 164 -> OBS v29 Beta
One of the Alpha releases may work with the official v29 of OBS, but last I checked, the beta release of StreamFX was having compatibility issues with it
there are currently no "stable" releases for OBS v28 or v29, so use at your own risk.
I see you have good taste in puns
it may just be best for me to downgrade the obs then, cos i dont do much game capture stuff- It essentially would just be audio/camera as moving from the VR to IRL.
appreciate the assitance and will look into it
How would one restart a VLC source? I'm looking at SceneSwitcher however it says it cannot enable/disable a source globally.
does it need to be a vlc source? adv-ss can restart media sources
Right now I'm running a playlist of .wav files, so likely
Im new here, what is adv-ss?
I am looking at https://github.com/WarmUpTill/SceneSwitcher/releases
ouki, then in its properties, set it as "stop when not visible, restart when visible" and use adv-ss to hide then unhide all the sceneitems of the source
that's adv-ss. Advanced Scene Switcher
Ah, ok manually
manually?
IE manually specifying each scene item of that source
I have the music in several scenes, with automation between them to change volume levels etc
yup
Ok, thanks!
I'm trying to investigate some weirdness with the Teleport plugin before I submit a bug report
what happens if the raw_video handler for an output plugin blocks/stalls?
will I be able to see evidence of that in the log file?
I can't follow the logic in video-io.c
Hi All, If I am having some issues with a particular plugin is the best place to ask for assistance in that particular plugin forum? (BTW: my gut is saying yes...) As in I should go directly to https://obsproject.com/forum/resources <enter the rest of URL here> 🙂
you can ask here too
heh, ya... OK. That is very true.
I just found myself writing back story, so I will cut to the chase. I need to use the Audio Monitor plugin but have found A/V sync issues in OBS 25 in the past, abandoned the plugin and now am rebuilding my production studio. I would love to use Audio Monitor but am finding that the A/V sync issues I am experiencing destroy the product I have created.
Wondering if anyone has run into similar issues and if there are any fixes...
My chain looks something like this. Audio gets routed from Track 1 to a VB-Audio cable output to be used as an input for social platform. The video input for said social platform is the virtual cam from OBS. A/V sync may start off good but then it can get more and more out of sync.
Any thoughts??? (And of course I was just informed by the fam that it is dinner time. I will drop this here and come back as I really do need to find a solution.) Thanks in advance.
Log attached here. https://obsproject.com/logs/O6Es8sL2xQF7P4R1
- Max Audio Buffering
- Mismatched Sample Rates
- Windows 11 22H2 (OK)
- Windows 10 Game Mode
AMD Ryzen 9 7950X - OK! / GeForce RTX 4090 - OK!
this is likely what's causing it
ok cool i see that this round and now remember that last time I tried all this I made those adjustments. I will make some changes and report back. Thanks
Your log also shows Max Audio Buffering caused by your NDI source.
Please also try to uncheck Enable Audio on your NDI source if you don't need to have the audio from it.
FYI, the Displacement Map filter got removed from StreamFX quite some time ago. I just checked my OBS 26.1.1 installation and it is not present in that release (0.10.0), so wouldn't be present in any newer releases. The removal of the filter was due to it having fairly limited usefulness, and more or less for developers only, ie: Not useful to an end user that doesn't know what a displacement map is or how to create one. It was deemed that programmable shaders are more powerful overall and can be used to do displacement also, so the displacement map was unnecessary more or less, and got culled.
The ndi sources that I use must be paired with their audio.. not at my computer at the moment but I would be interested to know if there is a way that there is another adjustment to minimize the buffer? Oh and... this is something I can do via the Google machine. Haha
Low Latency Audio Buffering Mode in Settings/Audio might improve a little but I'm not 100% sure this will work for your case.
Please don't do that ❤️
please delete. Dont spam nonsense in any channel please
Ah gotcha. Thanks for the correction on that
is it possible to do something like obs_source_update_properties(), but update only one property? because it refreshes all properties. problem is, it would reset the selection in editable lists, which can cause issues when editing an item in the list, but before confirming, the properties view refreshes
actually even just moving and holding items, waiting for it to refresh, then drop makes it crash
so i guess that's out of the picture
Hi is ther anyone that can help ,me regaurding the Multiple Output plugin ?
Describe what you're trying to do with it and what problem(s) you're having and someone with experience with it might be able to assist. Hope this helps.
i will try here
hi guys i need a help with the virtual cam filter for obs 29
is there a plugin for obs 29 where i can use the same webcam in obs and streamyard?
teh exedro plugin and the base plugin don't work anymore
and i need it because i have only one webcam
and can't use in obs and streamyard simultanely
thank you for your help
OBS has a built in Virtual Camera now, you just have to enable it.
i can't find the button
just unistalled and reinstalled
i trying to do a clean installation
maybe it gonna work now
Have you installed OBS using the EXE file installer, or the portable mode ZIP file method?
now it work
installed with exe file
quality is not like exedro filter but it work and is pretty good
i used the default settings for the wirtual cam
is tehere some guides for this new feature?
thank you
Hi to all, I’m trying to install Streanfx0..12.0b164 on OBS 29.0 Win 11, someone knows if it’s compatible?
it's not, wait for another streamfx release, or use the stable release with obs 27.2.4
Thanks
I downloaded source recorder addon but idk how i can mute one audio but put audio on another case and as an example i want no sound on my camera but i want sound on my game capture. also i dont know why its using the audio from my camera instead my mic
in the source record filter, you can select the audio track. this means you should set the audio you want on the video to a specific track
The only audio options Source Record has is to pick one specific track to include if you don't want to use the regular OBS audio settings
If you want multi-track audio you'd set that up in regular OBS
Why is my stream being choppy and why is that all the time I am losing audio for my game
If you need help or have questions about OBS, check out our #support-portal first!
Has anyone used obs-cli? Does it still work?
Ok well i have just recently installed the Multiple Output plugin and its not registering the Platforms , even with inputing the streamkeys directly from sites theey still read incorrect Link ? ANY HELP ?
omg caplocks i apologize
obs-cli -should- work, since it only communicates with OBS via obd-websocket. You need to install v4 compat plugin of websocket though.
https://github.com/obsproject/obs-websocket/releases
obs-cli does not yet support the v5 websocket plugin that comes preinstalled with OBS 28+
Was that for me ?
no. it was an answer to bry
- Integrated GPU
- Windows 10 21H1 (EOL)
- Mismatched Sample Rates
- Insufficient Hardware
- No Output Session
- Windows 10 Game Mode
Intel Core i3-2330M @ 2.20GHz - Below minimum requirements / Intel HD 3000 - Below minimum requirements
rhis
Does anyone know a way to grab spotify's lyrics into .txt and insert on OBS?
i know i'm the one who added the "return true" bit, and that's based on the comments in the obs repo and other plugins in the repo, but is this actually not true? whether i return true or false, my properties function does not get called
i tested it with both 28.1.2 and latest commit
only when i use obs_source_update_properties along with returning false in the callback does it actually refresh
is this a regression?
the refresh i want is to refresh a list property
Tuna plugin
tuna doesnt look to get lyrics
are their any good plugins you guys would recommend for streaming and reecording
Ones that meet specific needs a person has, which don't have functionality built into the main program mainly.
Hello!! Is there a plugin that allows something to activate with a voice command? For example, every time I say “toast”, a gif can pop up.
never looked into this but a google search of voice activated OBS turned up this https://streamgeeks.us/voice-control-for-obs/
considering it uses OBSCommand macros it may not be "new user friendly" but if you are tech-savy it shouldn't be too tough to set up.
this may seam like a streach but is their a plug in that lets me merge some audio track and leave others separate
OBS Studio supports a variety of plugins that provide new kinds of sources, filters, and additional features.
- For a list of plugins, see OBS Studio Resources: Plugins
- To learn how to install or remove plugins, see the Plugins Guide
- To see if the plugins you use are available for the latest version of OBS Studio, see the OBS Studio 28 Plugin Compatibility table
To capture only audio from specific programs:
Windows
- add an Application Audio Capture (BETA) source and select the program to capture
- alternatively, you can also use the win-capture-audio plugin on Windows 10 2004 and later
macOS
- macOS 13 (Ventura): add a macOS Screen Capture source, use Window or Application, and select the app to capture
- for previous versions of macOS, follow the macOS Desktop Audio Capture Guide
I’ve never used OBSCommand, but willing to test it out. Thank you for the tip!
as far as i can tell the guide is pretty thorough. if you have any questions this channel would be the spot to ask and i'm sure myself or someone would be able to answer.
I appreciate it! I just joined this channel today, but have been using OBS for 2 years along with Touch Portal. So maybe there is an option for TP as well I could look into if this doesn’t work
not what im looking for but thx
you might want to look into streamer.bot which is a super robust bot and automation application. it has voice command capability: https://wiki.streamer.bot/en/Voice-Control
do keep in mind, you will need to train the voice control via Windows Voice Dictation a lot. Ive put about 20 minutes or more into training, and it still cant understand when I say "twitter"
same with Voice Attack (since that also uses the Windows voice recognition engine)
Hi, I am trying to get a new software approved for the resources forum, how long does it usually take to get my software approved
afaik there's no real "usual duration" it just depends on the availability of the people that review it
hey guys anyone can help me fix my obs studio i tried to add the own3d plug in it tell me to update it i did and it wont load in the plug in and tell me to up date it or remove the plug in
i am looking for a way to indicate whether or not my Discord mic is muted. i cant seem to figure out a good way. so far using a screen reader to see if the discord icon is 🟢 or🎙️🚫 is the best thing i can think.. (which is quite ghetto)
is there a plugin for this?
Discord does not expose that information to applications in any API so there is no good way to do it.
you could bind both to the same hotkey
They have a streaming kit for Discord on their website somewhere, but I dunno if that still works or not. Heard someone mentioning recently that it was broken. Not sure it'd do what you want either though, but it's one of the few ways that Discord can be interacted with.
they have one, it will show a green ring around me if im talking but
That wouldn't be reliable though as there are other ways for Discord mic to get muted that don't involve hitting a hotkey, such as clicking on it with the mouse, or being muted by a moderator, etc.
unless i have some fan blowing into the mic and constantly track the green ring
right
the tray icon changes, tho im not sure where to grab that info from
and theres a Stream Deck plugin for mic, but i dont think i can use that in obs
And tray icons can jumble around randomly at Windows whims, or by installing/removing software that adds/removes icons to the systray, so screen scraping is unreliable.
tho if it could be read as data
i could look thru the list of tray icons
currently shown
mmm
(i like that youre brainstorming this with me lol <3)
The Stream Deck module is something worth exploring
It does seem to track the mic status whether you activate it with the SD or Discord client.
can that be used for things outside streamdeck tho?
i assumed it went to streamdeck encrypted
else wed be seeing improved streamdecks
Ok, I just looked and the Discord integration that provides this is an official integration from Elgato. Not sure if they have the source code of their SD plugin modules available or not. There are some other third party modules also though.
wtf.. this is literally the most anyones ever taken an interest in helping me at anything
you must have a lot of friends lol
LOL
Fighting software to make it do what we want is a good way to sharpen our swords. 😛
oh, i wonder if theres a sound notification logger, discord DOES make a slightly diff sound when u toggle mute
hm wonder where this is logged
Ok, it looks like there might be a Discord API, and I presume Elgato is using that and embedding the API key into their plugin, while other plugins seem to require you to obtain your own API key
mmm
so whats our approach here?
how do we tackle this
err *stab at this (cause sharp swords yaknow?)
This is the source code for one of the plugins from the Elgato store: https://github.com/CZDanol/StreamDeck-DiscordVolumeMixer2
Ok, the Discord developer website has a bunch of info. Need to log into it and do 2FA to get access to the docs tho
Looks like ther is an IsSelfMute() and SetSelfMute() function authorized apps can invoke
So, to do something like have Discord mute status say... show up on the screen in OBS, one could get a Discord API key, and write an OBS LUA or Python script that communicates through the Discord API it would appear, and invoke the IsSelfMute() call then trigger something in OBS to reflect it (hide/show a source or whatever). At least in theory.
Looks like it might be something fun to play around with some day.
Anyhow, hope that info might be useful for you. The #scripting channel is useful for the OBS side of things also (Python/LUA scripts for OBS)
wow
this... 🥇🏆...
this is so much to go off of, thank you so much
It's a bit speculative but appears possible at least. If you manage to get something going, let me know. 🙂 Might be worth posting in the OBS Resources forum for others also.
Oh, another thought... it could be a standalone app written in any language, communicating with OBS to enable/disable a source or whatever else via websocket.
hello i need some help im using game capture and when i maximize the game window in obs the screen of streaming turns black
If you need help or have questions about OBS, check out our #support-portal first!
is it possible to disable logging of child sources?
So i got a problem with move transitions i assume.
In one direction it changes the scene correctly and move the gamecapture source as expected. But in the other direction it starts the trasitions and then goes crazy for some reason
how can i #include <util/threading.h> ? my CI fails with this error. i'm using the plugin template. whole log is here: https://github.com/CodeYan01/media-playlist-source/actions/runs/3911436936/jobs/6684830993
it seems to fail only on windows
in the Scene Transitions tab, select the Move transition and open its properties. then try to disable the "Match Nested Scenes"
Its disabled already
I had an issue like that a while ago, but I thought it was fixed. This was the issue for it https://github.com/obsproject/obs-studio/issues/7155 though I never checked if it was really fixed, as I just stopped using the header as a workaround. (I only needed one function from it, which I just copy-pasted to my project)
ah might be because plugin template didnt update buildspec to use 28.0.2 or higher, thanks!
yep, worked when i built against 28.0.3, thanks!
np
How would I go about "replacing"/swapping out the embedded album art for a track that's showing in Tuna?
Do I replace it externally or is it possible to do it for a singular one?
This is when using a VLC playlist.
i don't know what this means. isn't the album art that is actually embedded, actually embedded in each file?
because in windows i'd edit the art using mp3tag
but that's for every file
ah, it appears tuna gets its music information somewhere else, not from the file
tried using this?
ohhh, if you're using vlc video source, it should indeed be the metadata embedded in each file
And there's a singular specific track that has a not exactly SFW but not NSFW art and I'm wanting to replace that.
if tuna doesn't let you set the image path like the screenshot above, then setting it externally is probably your option
That does have it last time I looked but don't think that'll play nice with other songs that don't have any art due to file format.
you'll need to edit the song file with mp3tag or a similar tool and replace the embedded cover art. Tuna can also download cover art from itunes so if the cover art is coming from there you'll have to disable that option, if it is on.
Yeah.... Gonna have to edit the file since itunes appears to carry the same image which is a no-no.
- Max Audio Buffering
- macOS 12.5 (OK)
- No Output Session
Apple M1 (not in benchmark DB) / Apple Apple M1 (not in benchmark DB)
- macOS 12.5 (OK)
- No Output Session
Apple M1 (not in benchmark DB) / Apple Apple M1 (not in benchmark DB)
Well, it ain't perfect, but it should fit my needs for 9-slicing. Source is here if anyone wants to tinker: https://github.com/cmdwtf/filter-9slice
hello! i was just going to ask if OBS has a FILTER DOCK? i've looking for similar things as well like obs-filter-hotkeys
thank you.
not natively. The source dock plugin might be able to do that but I'm not 100% sure https://obsproject.com/forum/resources/source-dock.1317/
i just tried it out and although you can add a filters button to the dock for the source, you cannot control the filters directly on the dock.
that does have a filter option but it opens the filter window altogether tho
oh ouki. Mb then
pinging @weak escarp as i think this would be a very cool option for the plugin though, hopefully he's not too mad about it 🙂
maybe if we summon the wizard, he'll do the magic and not kill us
i realized this filter dock isnt a thing because most people use a stream deck i guess
i still think its a great/useful idea.
@boreal hearth any chance you'd be able to squeeze time in for taking a look at the dock bug for durchblick? 👀
Since @weak escarp is pinged anyway, i also suggest a scene dock hahaha. Basically a second Sources dock but locked to whatever scene is selected on the dock. So if we need to do changes in that scene while previewing a different scene, we don't need to keep switching back and forth, especially when handling nested scenes
this is already an option in source dock i think?
not sure, me downloading it right now to check the filters thing is the first time i've used it.
@mortal harbor @fossil wyvern
I managed to make a "filter dock" work from lebaston100 / obsFilterMonitor in github with websocket
thanks for sorting out my websockets again ahahaha
👍
didn't even know that was a thing, nice!
you're asking for a second preview?
isn't that studio mode?
I think they want to preview two scenes at the same time
docked?
yes that's what i was showing in my screenshot, i think that should be what CodeYan is asking for?
(I presume as you can preview as many sources/scenes as you like in a window or fullscreen)
the big question would be whether it's meant to have editing functionality
good point.
because that would be a big ask... or a big copy-paste job 😛
Having filter dock would be super awesome, dunno if there is such a thing but I'd use it so fast my monitor would warm up. 😛
oh that used to be on my list for my properties dock plugin, until I forgot 😄
I almost always have a filter dialog up, often wishing I could have 2 or more of them, and then switch windows and have to bring it back or move it to another display etc. depending on what I'm doing, so dockable would be epic
you can make that happen using websockets. find this github lebaston100 / obsFilterMonitor
not mine, but something i found myself. and its working
websockets are very powerful indeed
Ah yeah i was talking about editing
Like being able to toggle visibility
On two scenes
So no need to keep switching
Thanks... does that embed filter properites, or just toggle on/off?
And yes i already use studio mode

its just a simple toggle
ah, I just want to basically embed the filter dialog popup including the filter list and active filter properties to be able to actively edit them
You can already do the thing in your screenshot with projectors hahaha, so no, that's not what im looking for
yes i wasn't thinking this one through all the way.
bookmarked tho, might be possible to use that one as a starting point sometime to that
At what point do you just use projectors or multiview? 😅 Why must it be docked?
hey guys anyone can help me fix my obs studio i tried to add the own3d plug in it tell me to update it i did and it wont load in the plug in and tell me to up date it or remove the plug in
That would be a question for Own3d, then. Specifically, they need to update their plug-in.
If you're asking about my suggestion, it's not the view that I want docked. I want a duplicate of the Sources panel, where I can hide/show sources in a scene, and do change properties/filters. But yeah, it does look like you need to copy a lot of the code so maybe it's actually something else I need, like a hotkey to go to the previous scene (prolly with adv-ss)
I just pushed some changes, I think I fixed the issue, but it's been a while so I'm not sure if it actually worked https://github.com/univrsal/durchblick/actions/runs/3915788381 you'll probably have to try with an empty layout and see if you can reproduce it
Your suggestions sound a bit like adding the scene to source dock plugin and selecting the scene item option?
That does from my initial testing seem to have fixed it 🙏 It's unfortunately not backwards compatible as you stated, so will have to recreate the MVs. Not the end of the world though, thanks!! 
Or maybe you just dock the projector/mv 
#durchblick
you can probably keep the config, you'll just have to edit it manually and remove the layout for the dock which is the json object at the end of the layout.json file
You'd also have to do this for every scene collection that you use
thanks for pointing out that "scene item" option in your plugin Exeldro I missed that somehow.
I'm looking for a plugin that can take a text file with bunch of lines in it, and flip between each individual line with animations
Think loading screens for games that do "Reticulating splines", etc
If it is static text, best to do that in a video editor. If the text is updated in realtime, Browser Source with CSS animation or Javascript is a possible and common solution. Otherwise a custom solution using LUA or python.
I need help i downloaded streamfx and it says it has failed to load and i have already deleted it and redownloaded it
If you're using OBS 28 or 29 stable releases, there is no stable release of StreamFX that works on either of them. OBS 27.2.4 is the last release of OBS officially supported by StreamFX.
Is this directory %programdata%\obs-studio\plugins a common place to install plugin for all OBS instances on Windows?
only a few plugins do like elgato, multi-rtmp, and streamfx.
i personally don't like it as it makes them load in your portable installs as well but it sounds like that's what you want.
imo it's a good thing to have a plugin install folder that's separate from the "builtin" plugins, but the fact it affects portable too..... yee
Just asked my friend, he's the author of multi-rtmp xD, he told me that this dir is hard coded into OBS xD
but imo that sounds more an issue of the portable install.
In portable mode, the install shouldn't look for plugin outside of its folder, no?
Yeah, I wish that directory could be disabled in OBS, or that all plugin installers gave an actual option of where you want to install a given plugin. I have 11 OBS installations and don't want random plugins built for one OBS release that do not work with another release screwing up one of my installs.
I renamed the directory with -disabled in hopes that other installers wont recreate the directory if it isn't already there, but I doubt that is the case. I always get the zip file installers for plugins for the portable installs, however StreamDeck and some other plugins are only available in an EXE installer format.
Or if you know, like how to configure game libraries for Steam, make it possible to configure where does OBS should search for plugins
Unsure if it works, but next step was to try to hardlink or symlink the directory to the NUL: device
"aaaaaand we hook this.. into.. the garbage collector... there!"
you can actually specify additional plugin search paths
Wow, with some parameter?
yeah, I'd have to look it up real quick
yeah, but can you tell it not to use a given path?
disable the appdata one for portable install
nope
--DO-NOT-USE-APPDATA-PLZ (no way
although that sounds like something that honestly should always be disabled in portable
I suppose one could remove plugins found in there, do "touch pluginname.dll" and make it read-only
or perhaps make the directory read-only or change ownership to some other user
yee, I agree, but apparently, portable installs pick up a streamfx system install, for example
yeah, StreamDeck, StreamFX I've found so far
Yeah, depending on one's use case for portable mode, it can cause serious issues, where a plugin crashes OBS because it's incompatible with one of the various portable installs that force-loads it.
Even if the plugin is made for a given release of OBS, you don't necessarily want it in that install. For example, I have a copy of each release of OBS that I use which is intended to be 100% pristine, no plugins, to use to test one single plugin for memory leaks or other problems. But having mystery plugins secretly loading from magic-directory can cause surprises that one might not catch for example. 🙂
Would be nice if there was a way to disable that functionality, however even if there was it wouldn't help older releases.
ah, it was as an environment variable
You need to specify OBS_PLUGINS_PATH and OBS_PLUGINS_DATA_PATH
I believe just to Correction, looks like you need to set it to path/to/my/plugin/directory? Don't quote me on that.path/to/my/plugin/directory/%module%/bin and path/to/my/plugin/directory/%module%/data (not replacing the %module%)
Also don't ask me how to set environment variables on Windows, I have no idea 😂
you gotta hack the Gibson for that 🙂
Agreed. Had some issues with elgato and this funky behaviour.
Doesn't make any sense to have a portable version that's still linked to external paths for sources. Is no different than if it still pulled files from the default SC/profile folder
Portable by definition implies you'd be able to take the folder on its own and move it to another place and things should work without dependencies right? If you're using plugins not within the portable mode, this whole idea sort of falls apart imo.
I am facing a connecting issue when using ndi while both the systems are in same network. System name is not visible in the main system.
Hello guys, someone know plugin in OBS that changes when you are talking? Give me the link please.
changes what?
image
There are plugins that can generate graphics visualizations etc. based on audio input. The Waveform plugin is an example available in the OBS Resources forum.
Custom visualizations are also possible using the OBS Shaderfilter Plus plugin's FFT features with custom pixel/vertex shader programming, however I don't think that plugin has been updated to be compatible with OBS 28+ yet.
hello help me
Cross posting is not going to help you. Check out the #support-portal channel
My guy, just fucking help him… damn.
Is it a plugin you want help with? You don't say what kind of help you want, and this is the #plugins-and-tools development channel, not help & support.
in a python script i have created def script_properties():
props = obs.obs_properties_create()
obs.obs_properties_add_button(props, "save", "Save", save_file)
obs.obs_properties_add_button(props, "load", "Load", load_file)
# Define the text entry fields
obs.obs_properties_add_text(props, "header_string_text", "Header String Text", obs.OBS_TEXT_DEFAULT)
obs.obs_properties_add_int(props, "num_fields_to_process", "Number of Fields to Process", 0, 9999, 1)
obs.obs_properties_add_text(props, "second_header_text", "2nd Header Text", obs.OBS_TEXT_DEFAULT)
obs.obs_properties_add_int(props, "second_header_field_pos", "2nd Header Field Position", 0, 9999, 1) I'm stuck on how I would retrieve the changed values of the boxes (or trigger a function update). Im trying to save the values to a file to be loaded on restart.
Im still looking for how tonremove the plugin used by the Twitch Soundtrack program since OBS doesnt need that anymore. Is there anything that can be done?
Maybe in C:\Program Files\obs-studio\obs-plugins\64bit?
Deleting them apparently does nothing. Theres no other way to remove it from the layout from within OBS?
Deleting the soundtrack .dll file in that folder should work fine. You can send a log after doing so and restarting OBS to confirm.
strong agree. would love to at least see an option to turn that off for portable installs.
If you need help or have questions about OBS, check out our #support-portal first!
And when you head to the support channel I’d suggest not spamming question marks.
RFC: Can we move the obs-ndi plugin to an official obsproject repo and clean it up to a single branch instead of a master 4.10.0 public release and a rewrite 5.0.0 buried release?
Move to #scripting please
when you switch to a second desktop (win ctrl right), it freezes the Window Capture on the first
*****howeverrrr, if u press alt tab, and leave that little task switcher box open, it keeps it live.
is there a way to get obs to keep showing that window live, without holding down alt tab?
Hi I'm not sure where to post this question. Please direct me if this question is in the wrong channel. My question is about the OBS forum. My name on there is Narrow River and I code a plugin for OBS called Simple Countdown Timer for OBS. I recently coded a new version 3 and when I uploaded it on Friday ( my time) in the resource section I got the message linked to the resource 'Awaiting approval before being displayed publicly.' and the forum attached to the resource got [deleted] ( I never deleted it ). I waited three days for a review but it has not happened. Hence the question. I understand things are run by volunteers and if I need to wait longer (so be it and all good) There has been 6K downloads of it so far. I did summit it 'Awaiting approval before being displayed publicly.' I created a version 3 as a new resource but got the same 'Awaiting approval before being displayed publicly.'
It's normal to wait a while for one of the volunteers to approve new resources/updates. From what I understand it is also normal albeit confusing for it to say that it has been deleted, just ignore that more or less.
Could be a few hours/days in general, but usually isn't too long.
if the installer requires you to enter the administrator password there is no way around that.
@untold jay Hi there I need some help with your Plugin, the plugin dont work on OBS 29.0, can you fix it please?
@untold jay Ill add you as friend because I cant send you pictures of the error here ty any way... The plug in says cant load on OBS I must uninstall it... But I dont know how to do that
+-+Thanks Skeletonbow, yea ill just wait. The deleted part has never happened before with previous updates. It' been three days and someone did message me in a different thread on the forum and asked why was it had been deleted. People knew the update was coming. I posted to him the github link to where it is. I'm sure they will fix it up. The forum for the resource is still there it just say [deleted] at the end and is 'no longer open for reply's'
@foggy viper my plugin? i don't recall having made any plugins, what are you referring to?
I've been looking for a while for a way to create a scorebug with animations like seen on Fox, NBC, ESPN etc. and have found no solutions. Most recently I've found a software called characterworks that did what I needed but wasn't compatible with my GPU and was also very expensive. I've tried with no luck to use the advanced scene switcher plugin but it didn't do what I wanted it to. I am looking specifically for something that would pertain to American football but anything would work. Any ideas?
When an update triggers a resource approval, the thread just gets marked at [deleted] for some reason when it really means hidden. It's always done this.
I've approved the old one, and deleted the new submission. In the future, please don't submit multiple.
question can i multiple platform in diff stream platform ? if so how
@rotund mauve here's something that may work for your liking. On mobile and not at PC so not sure what it gives https://obsproject.com/forum/resources/football-scoreboard.1410/
There's also one that someone submitted recently waiting for forum approval but can't find that one.
Yes, I'm aware of how many are sitting in the queue.
I was adding onto my reply not poking you kind sir.
More of "I know it exists but can't find it" kind of thing.
Specifically their GH repo.
Though while I'm thinking of it: what exactly is the policy regarding externally hosted downloads that aren't on "reputable" hosts? Leave as is until they 404/break?
Thankyou Fenrir. I wont resubmit the resource again. For some reason when the download button is pressed for the resource a link for the pic is displayed and not the github link. I can't seem to change it in the resource edit page.
That is odd, I don't seem to see an option to change that either, I'm checking in to it though.
Looks like you just have to post a new version with the correct URL. I think you must have accidentally put the image URL in there.
There's no way to edit it once a version update has been posted.
check the box for "Release a new version" and make sure the external download link, or the file uploaded to that section, is correct.
I think It went to github at the start. Is the download counter linked to this button? Yep ill do it again.
In the update you must have accidentally changed the download and uploaded an image. The counter is that button, yes.
It's fixed now. I did the 'Change resource type'. The download URL was in there. Thanks
Hello, i just downloaded the plugin ‘source record’ and i got a few questions.
-> Is it normal that the 'replay buffer' function is not working?
-> When i am recording only my camera and then go into my edit software, it has a black border around it. is there a way to remove this?
-> I have 5 audio tracks on my normal recording, BUT on the 'source record' recordings i only have 1 track. This way i need to use my normal record for audio tracks, and then the source record game record for my game so i can adjust the tracks.
Does anyone know how to resolve any of these issues? I would appreciate it allot !
Thank you thats exactly what I need
Hey, I am trying to install tuna for obs but when i check my tools it just doesn't appear anything i can do i checked my obs plugins and its there
Did it move?
- Windows 10 Game DVR
- Windows 10 22H2 (OK)
- Not Admin
- No Output Session
Intel Core i5-2500 @ 3.30GHz - Below cpu encoding requirements / Radeon R7 360 - OK!
Do i just reinstall tuna
i don't see it trying to load in your log at all which would mean it's not properly installed to the correct location.
Hi! does anyone know why the screen on streamlabs that those watching the stream look at why it doesn't fit inside the square on streamlabs, either it's too big or it's too small
Streamlabs Desktop is not maintained by us, and we are unable to provide support for it. Please go to https://support.streamlabs.com/hc/en-us/ and submit your question there.
You'll probably want to join the StreamLabs discord server and ask there, which is the official place for support/issues with that software. StreamLabs is unrelated to the OBS project and OBS Studio software.
Sorry to delete and repost but I messed up the wording in my last message. Anyone know how I can create and animate my own scorebug like on ESPN, FOX, NBC, etc.
ahhh okei, thank you, i will do that
Is there a plugin that works with v29 that allows multiple RTMP outputs?
A third party plug-in for streaming to multiple RTMP servers is available for OBS Studio. https://obsproject.com/forum/resources/multiple-rtmp-outputs-plugin.964
Last update May 17th, 2020 tho
update on the forum resource page doesn't mean update on the actual plugin
Ah, I see. Hopefully it'll be forwards compatible to 29. Testing in a few.
there should be no reason it wouldn't
From what I was able to determine, which isn't conclusive yet, is there is a build for OBS 28.x which isn't clear if it works with OBS 29 or not (via any official statements), but which there are some users saying that it is not working in 29 for them. Hopefully some clarification will come soon.
Incidentally, if anyone knows for certain, or is able to test it and find that it does work in 29.0, please let me know.
can't test on lin, sorry
I'm still looking... so far only see people who are saying it does not work, and people who say it should work but no confirmation of it yet, with people who are recommended to try it, not reporting back success or failure.
I couldn't get it to work streaming to YouTube with Twitch as the second target, but currently it works with Twitch bandwidth as primary and YouTube as 2nd
Going to test Twitch primary (not bandwidth) and YouTube now.
love how you immediately assumed streamfx XD
I think I still have that. Can test mine in an hour or 2
But I don't see why it would not work on 29
Maybe because of encoder changes?
Seem to have it working now
Latest multi-rtmp with 29.0.0?
YEP
Ok thanks, will update the chart
So i just got 'Source record'
When i am using it when im live, i get the 'Encoder overloaded' message.
When i am NOT live, i dont get the message.
is there a way to fix this? (i basicly want to record my game seperatly and i would ALMOST never use any footage from my real record (webcam etc etc...) this real recording only obtains my audio tracks in some way,.
A clean log file is required to help fix your issue. To make a clean log file, please follow these steps:
- Restart OBS
- Start your stream/recording for at least 30 seconds (or however long it takes for the issue to happen). Make sure you replicate any issues as best you can, which means having any games/apps open and captured, etc.
- Stop your stream/recording.
- Select Help > Log Files > Upload Current Log File. Copy the URL and paste it here.
https://obsproject.com/tools/analyzer?log_url=https%3A%2F%2Fobsproject.com%2Flogs%2F9ZX3L6cePDVX8CRu
Even too it says about the display and game capture it is not there. ITs quiet hard to replecate this since i am streaming at the exact moment so i cant stop streaming 🙂
Log contains debug or verbose error messages (browser/ftl/directshow/etc), for a filtered version click here
- Browser Not Accelerated
- Capture Interference
- Windows 10 22H2 (OK)
Intel Core i7-11700KF @ 3.60GHz - OK! / GeForce RTX 3080 Ti - OK!
And im sadly unable to test this with streaming becouse this is the only way i got this issue, even if i set my normal recording to 1000 bitrate and mu ‘source record’ on what i normaly have as recording bitrate
and whenever i stop the recording for the 'source record' my OBS crashes 5/10 times.
Recommend resolving the capture interference problem.
I only have 1 capture. Only game capture
Like i kinda restarted, AKA obs crashing.
To cleanly remove SE.Live:
- Uninstall SE.Live
- Uninstall OBS Studio (make sure that "User Settings" is not selected)
- Install OBS Studio again from https://obsproject.com/
Your settings will be saved unless you have selected to delete them during removal.
Multi RTMP on m1 mac with obs 29 not working 😪
is there any plugin to allow me to have this kind of chat size?
nope. afaik it's not possible to do that in OBS with the way it currently works
why...
correct. We have to pick between some presets, or rework the entire thing in a newer docking system.
However.. There is a plugin 😄
its called source dock
exeldro of course
and a link to Exeldro's post here on the forums about that feature of Source Dock
ive been using it myself, such a huge help
that cool af
yee, ive started using a combination of that, plus the stacking of Docks into the same spot.
Scene Notes + Scenes + Scene Tree in one spot
Sources + Downstream Keyer in one spot
Audio Mixer + Audio Monitor
Twitch Predictions + Twitch Stats
Controls + Transitions
and so on
Log contains debug or verbose error messages (browser/ftl/directshow/etc), for a filtered version click here
- Browser Not Accelerated
- Windows 10 22H2 (OK)
Intel Core i7-11700KF @ 3.60GHz - OK! / GeForce RTX 3080 Ti - OK!
Hey guys, I'm currently in the process of setting up my stream for a WoW raid - I'm looking to include my webcam on the Twitch stream itself, but not the actual recording. I've done a little googling and have found the "source-record" plugin, but I'm a little stuck when it comes to using it to achieve what I want, has anyone had any success trying a similar thing? 🙂
basically, add a source record filter to the source you want to record.
If you have a nvidia GPU, for encoder select "NVENC", not the other nvenc options
if you have questions about how to setup the rest of the filter's options feel free to ask
Okay, so say for example I don't want the webcam to show - I don't add a filter to that, and just add the filter to the game source?
yee, add a filter to the game source and that filter will record only the game source. Adding another filter to the webcam wouldn't impact the first filter's recording, but create a second one that would record the webcam only.
each filter creates a recording of the source it is on
Ahhh I get you! So when I go live with the filter active on the game, when I stop recording it will generate two recordings, one with the 'full' stream, webcam included, and the other with just the game recording?
in the options of the filter, you can select when it'll start recording. If you set it to "when streaming", it'll create a recording of just the game the moment you push "start streaming" without you needing to pust "start recording"
Ah perfect, I've just tested it and it works, I have two separate recordings! Only issue is, it seems to make my stream lag very badly despite the game running absolutely fine
Is that a performance thing because it's running two concurrent recordings @ once?
A clean log file is required to help fix your issue. To make a clean log file, please follow these steps:
- Restart OBS
- Start your stream/recording for at least 30 seconds (or however long it takes for the issue to happen). Make sure you replicate any issues as best you can, which means having any games/apps open and captured, etc.
- Stop your stream/recording.
- Select Help > Log Files > Upload Current Log File. Copy the URL and paste it here.
I litterly got the same issue. trying to make it work now myself aswell but i am out of options.
this one u mean? it makes the stream lag & i get 'encoder overloaded' message
Log contains debug or verbose error messages (browser/ftl/directshow/etc), for a filtered version click here
- Browser Not Accelerated
- Windows 10 22H2 (OK)
Intel Core i7-11700KF @ 3.60GHz - OK! / GeForce RTX 3080 Ti - OK!
use CQP, not CBR as rate control
Oh i copied my recording settings in OBS itself.
well you shouldn't record with CBR
gonne try it in 5-10 min, if u made it work with this ima do ur laundry !
how do u set it up then?
doesnt resolve it
A clean log file is required to help fix your issue. To make a clean log file, please follow these steps:
- Restart OBS
- Start your stream/recording for at least 30 seconds (or however long it takes for the issue to happen). Make sure you replicate any issues as best you can, which means having any games/apps open and captured, etc.
- Stop your stream/recording.
- Select Help > Log Files > Upload Current Log File. Copy the URL and paste it here.
Log contains debug or verbose error messages (browser/ftl/directshow/etc), for a filtered version click here
- Browser Not Accelerated
- Windows 10 22H2 (OK)
Intel Core i7-11700KF @ 3.60GHz - OK! / GeForce RTX 3080 Ti - OK!
stop every output (including stream) before sending the log
Log contains debug or verbose error messages (browser/ftl/directshow/etc), for a filtered version click here
- Browser Not Accelerated
- 8.6% GPU Encoder Overload
- Windows 10 22H2 (OK)
Intel Core i7-11700KF @ 3.60GHz - OK! / GeForce RTX 3080 Ti - OK!
so if I'm understanding well, you're running three encoding sessions at the same time
- a stream
- a replay buffer
- a source record
Yes indeed, And normal record aswell
yeah, thankfully replay buffer and normal recording use the same encoding session afaik
Yea the thing is, with Source Record i am only able to get 1 audio track out of this.
While i use 5 audio tracks in my normal recordings
ok so, try the following
in settings > output, recording tab, set the recording's rate control to CQP, with a CQP value of 20
In settings > output both in the streaming and recording tab, and also in the settings of the source record, set preset to, let's say p3.
Try again with that
Same issue
same procedure, close OBS, reopen, activate all outputs, wait a bit, stop all outputs, send log
It had a crash, And now it seems to be working. What does the P3 do?
it reduces the GPU load in exchange of an increase in file size.
Given you're running three encoding sessions at once, you do need to make them as lightweight as possible.
Is it normal that if i look back at my livestream that it looks less quality
you're streaming 1440p60 at 10 000 kbps, that's half of what I personally recommend for 1080p60
maybe up a bit your stream bitrate if you can
Alrighty will do.
When i had it above 14k when playing hunt showdown i had encoder overloaded aswell. So i had to do it
this was with only 1 recording and 1 livestream
ima head to bed now, its 2 AM here sorry. will do some more testing and let u know tomo
👍



