Aitum Vertical

Aitum Vertical 1.5.1

Aitum

Member
Aitum updated Aitum Vertical with a new update entry:

Version 1.4.9

  • Fix audio encoder issue when using Aitum Multistream
  • Only use Aitum Multistream advanced settings when Multistream is installed
  • Disable streaming output settings in Vertical Settings when Aitum Multistream is loaded (to make the user experience clearer)
  • Remove warning for appearance icon in the log file when opening Vertical settings
  • Update RU and ES translations
  • Add extra logging indicating use of Aitum Multistream advanced settings

Read the rest of this update entry...
 

heatherlaratv

New Member
I keep getting this error whenever i'm trying to go live with aitum vertical active and using it through my obs virtual camera:

obs_encoder_initialize_internal: encoder 'advanced_video_stream' has no media set

as soon as i turn the virtual camera off and no longer use this plugin, i get no error and i can go live. what do i need to do to fix this??
 
Yo BIG BIG Fan of this plugin...
My question is about the ability to pause the verticle version....
I have searched and cannot find any difinitive info about the ability to pause the recording...
any thoughts?
 

MinisterGold

New Member
Hello. My OBS version is 30.2.3 (64 bit). I've tried installing the Aitum vertical plugin with the installer and by just placing the files manually. It isn't making any changes to my OBS. Help please. Thanks.
 

B1G_51CK

New Member
Hi, unfortunately the exe version cannot be installed with my portable OBS version. Can I find the “data” and “obs-plugins” folder somewhere to be able to use this vertical plugin? Thank you very much
 
Hi, unfortunately the exe version cannot be installed with my portable OBS version. Can I find the “data” and “obs-plugins” folder somewhere to be able to use this vertical plugin? Thank you very much

You want the ZIP file, not the installer. It is not on the Atium main site, but on Aitum's git hub, notably here. You can thank me later. ;3

--Katt. =^.^=
 

B1G_51CK

New Member
You want the ZIP file, not the installer. It is not on the Atium main site, but on Aitum's git hub, notably here. You can thank me later. ;3

--Katt. =^.^=
of course i would love to thank you, but, unfortunately, the github page does not contain the required “obs-plugins”. And the “data” folder seems to contain the wrong files. Unfortunately, I don't know how I could install the thing from github. nevertheless, THANK YOU :-)
 

B1G_51CK

New Member
you (i) need these
 

Attachments

  • data_plugins.png
    data_plugins.png
    3.8 KB · Views: 14
of course i would love to thank you, but, unfortunately, the github page does not contain the required “obs-plugins”. And the “data” folder seems to contain the wrong files. Unfortunately, I don't know how I could install the thing from github. nevertheless, THANK YOU :-)

The latest release is here. In future, if you get linked to someone's GitHub project page in the way I did originally, select the "Releases" link in the right-hand margin of the page I originally linked you to, then select whichever release (I usually recommend the latest, but at least you can downgrade if the need arises).

--Katt. =^.^=
 

wangshaohui

New Member
hi, I find many users crashed at vertical-canvas, I have checked the reason.
it is because obs_output created in vertical-canvas is using deleted video_output which is also managed in this plugin.

as below image, the pointer address is video_t which is created by vertical-canvas.
would you please check and fix it ? thanks ~

1731490407.png



above video_t is used by output of vertical canvas
1731287380.png
 
Last edited:

wangshaohui

New Member
hi @Exeldro , video_output is freed becaused video mix of canvas plugin is removed.
video mixer is removed becaused obs_view_remove is called by canvas plugin (this video_t is managed by canvas plugin),

here is the crash callstack:
crashed.png



here is the callstack about calling obs_view_remove (this rtmp output is created and managed in canvas plugin)
I have checked code in libobs, obs_view_remove won't be called until obs_shutdown, so it should be called by canvas plugin itself.
1731552590.png
 
Last edited:

wangshaohui

New Member
@wangshaohui we don't call video_output_close in our plugin, you can check the source code.
What are the steps to reproduce the crash?
video_output_close is called from obs_free_video_mix in libobs.
obs_free_video_mix is called asynchronously becaused obs_view_remove is called before from vertical_canvas (obs_view_remove won't be called until obs_shutdown is called)
 

Exeldro

Active Member
@wangshaohui we don't have issues on GitHub open because we mainly get support requests there, which we want in our discord.
As you did not give me steps to reproduce the issue, I can not test or verify it myself, but I added extra checks that hopefully fixes the issue for you.
You can download a test build from the bottom of this page when logged in to GitHub:
If you have a better fix yourself feel free to open a pull request.
 

wangshaohui

New Member
hi @Exeldro , sorry that I have no reproduce steps.
all the crashes happened on user's PC and I have not reproduced it.

If I get the further detail, I will tell you or commit a PR on github.
thanks for your job!
 
Top