-
Notifications
You must be signed in to change notification settings - Fork 512
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
Comments
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 - im bad at reading logs but i noticed some stuff such as this - i doubt it might be due to my scene collection having alot of stuff. it still does work well on stable - 30.1.2 |
It's strange that the encoder has been initialized before being set resolution. |
here's the latest log! currently testing it! from beta 4. on twitch it shows - 720p but kinda zoomed ish? dunno why?
|
Hi, I noticed that this line is presented in your log file:
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? |
yes it seems to be working well now on v0.6! Thank you!! 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. ) |
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 )
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
obs settings -
hope this bug would be fixed before stable 30.2.0 gets released!
The text was updated successfully, but these errors were encountered: