Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolution bug on obs 30.2.0 ( beta 3 ) #429

Open
JoqniX opened this issue Jun 17, 2024 · 7 comments
Open

Resolution bug on obs 30.2.0 ( beta 3 ) #429

JoqniX opened this issue Jun 17, 2024 · 7 comments

Comments

@JoqniX
Copy link

JoqniX commented Jun 17, 2024

hi! i'm currently facing a weird bug where the custom resolution setting i set in the plugin, doesn't send out output feed in correct resolution.
obs version - 30.2.0 -beta3
main obs setting is - 2560x1440
setting in rtmp plugin - 1664x936
this is wut is happening when i stream to twitch. ( im using a service called casterlabs multistream ! i did check testing directly with twitch as well. same result )
image

if i were to remove the custom resolution, it works well! but no matter what custom resolution i input - 720p 1080p etc. the result is the same!

this was working well on 30.1.2

here's the screenshot of plugin settings
image

obs settings -
image

hope this bug would be fixed before stable 30.2.0 gets released!

@sorayuki
Copy link
Owner

image
image
image

Hello, I can't reproduce the problem

@sorayuki
Copy link
Owner

Do you mind checking the log file to see if something unexpected happened?

@JoqniX
Copy link
Author

JoqniX commented Jun 24, 2024

Do you mind checking the log file to see if something unexpected happened?

i had switched back to stable, it was for production. i was able to find 1 log of 30.2.0, i hope this helps! i can try to see if i get this same issue again by switching to current beta again.

here's the log -
2024-06-17 15-34-30.txt

im bad at reading logs but i noticed some stuff such as this -
16:53:16.158: encoder 'multi-rtmp-venc243550575': Cannot set the scaled resolution after the encoder has been initialized
&
15:57:08.822: QLayout: Attempting to add QLayout "" to QDialog "", which already has a layout ( i dont know if this is related to obs rtmp plugin)

i doubt it might be due to my scene collection having alot of stuff. it still does work well on stable - 30.1.2
ill check and update here!

@sorayuki
Copy link
Owner

It's strange that the encoder has been initialized before being set resolution.
I'll check it later.

@JoqniX
Copy link
Author

JoqniX commented Jun 24, 2024

here's the latest log! currently testing it! from beta 4.
2024-06-24 20-55-58.txt
main setting - was in 1280x720 -> for yt
rtmp plugin setting was - 1664x936 -> for twitch

on twitch it shows - 720p but kinda zoomed ish? dunno why?
image

here's yt
image

It's strange that the encoder has been initialized before being set resolution. I'll check it later.
yea i believe that's that's the issue happening here!
do let me know if you want me to test it again from my end~
but yea! thank you for responding quickly! ✨

@sorayuki
Copy link
Owner

Hi, I noticed that this line is presented in your log file:

[obs-nvenc] CPU scaling enabled, falling back to non-texture encoder

I checked my source code and pretty sure it uses bicubic gpu scaling.

Then I found you are using an old version 0.5.0.4 of this plugin.

Would you mind update it to the latest release 0.6?

@JoqniX
Copy link
Author

JoqniX commented Jun 30, 2024

yes it seems to be working well now on v0.6! Thank you!!
( it completely slipped my mind, to download the latest version and check when i was having the issue. )
if its possible~ please do try to add this to your to-do list for next update~

could you add the version of the plugin somewhere. and if there's a new version available a way for users to get reminded to update to the latest version. ( this way it would help others to come back here and get the latest version. whenever its out. )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants