obs-multi-rtmp icon indicating copy to clipboard operation
obs-multi-rtmp copied to clipboard

Plugin Listed as "Title" Missing Button Names and Titles, No Error Messages

Open Kaszanas opened this issue 1 year ago • 3 comments
trafficstars

Hi, I have noticed the following issues in the current version of this software. Unfortunately it is not well documented in English.

Attempting to start a predefined target while the main OBS encoder is not streaming leads to this error:

image

Which seems to be called in code here:

https://github.com/sorayuki/obs-multi-rtmp/blob/b17240988b948bf0256503ac40b70a9b22049449/src/push-widget.cpp#L314-L325

Unfortunately this is an issue also for other labels:

image

Also while technically the plugin is visible in Docks it shows up as "Title":

image

OBS Version

  • 30.0.2

Kaszanas avatar Jan 28 '24 22:01 Kaszanas

Perhaps the translation files are not installed or damaged?

kilroy98 avatar Jan 29 '24 07:01 kilroy98

Perhaps the translation files are not installed or damaged?

That is possible given that I had to copy the files to my OBS installation location as the installer does not allow for changing the path.

Kaszanas avatar Jan 29 '24 13:01 Kaszanas

There should be a data/locale folder with the .ini files for the translations. Mine are at C:\ProgramData\obs-studio\plugins\obs-multi-rtmp\data\locale.

If you are running a portable installation, IIRC it's <app folder>\data\obs-plugins\obs-multi-rtmp\locale.

lucaspontoexe avatar Feb 24 '24 02:02 lucaspontoexe