Package Details: obs-studio-tytan652 30.2.3-1

Git Clone URL: https://aur.archlinux.org/obs-studio-tytan652.git (read-only, click to copy)
Package Base: obs-studio-tytan652
Description: Free and open source software for video recording and live streaming. With everything except service integrations. Plus my bind interface PR, and sometimes backported fixes
Upstream URL: https://github.com/obsproject/obs-studio
Keywords: browser ftl obs vst
Licenses: GPL-2.0-or-later
Conflicts: libva-vdpau-driver, obs-browser, obs-linuxbrowser, obs-studio, obs-vst, obs-websocket
Provides: obs-browser, obs-studio, obs-vst, obs-websocket
Submitter: tytan652
Maintainer: tytan652
Last Packager: tytan652
Votes: 49
Popularity: 0.94
First Submitted: 2021-03-17 21:24 (UTC)
Last Updated: 2024-08-16 07:18 (UTC)

Required by (145)

Sources (8)

Pinned Comments

tytan652 commented on 2023-01-13 07:51 (UTC) (edited on 2023-01-13 07:52 (UTC) by tytan652)

For those who might ask why libva-vdpau-driver was added to conflicts.

It is the only way at package level to prevent the user to have segfaults because of this driver. This will not be fixed on OBS side since this is not an OBS issue.

The driver is only loaded with Nvidia cards.

Try libva-nvidia-driver if you really need Nvidia decode through VAAPI.

tytan652 commented on 2021-05-14 17:49 (UTC) (edited on 2022-07-08 06:03 (UTC) by tytan652)

This package have some dependencies with version check, it will allow you to rebuild the package only when your system is correctly updated. This feature is not enabled on Manjaro.

If you have any issue, please before commenting rebuild this package (a clean build) and try again to make sure it's not because of a library update.

Pamac has a messed up dependency checker, use another AUR helper for the first install.

This AUR package provide OBS with all the missing feature except Twitch, Restream and YouTube integrations.

More explaination here: https://ideas.obsproject.com/posts/1558/

It provide any dependency needed for Wayland support.

It also contains some unmerged PR or backported fix documented in the PKGBUILD.

I'm quite active on OBS discord server (don't PM me directly), so if I saw something that need to be backported I add it.

Latest Comments

« First ‹ Previous 1 .. 10 11 12 13 14 15 16 Next › Last »

xochikubrick commented on 2021-12-15 15:58 (UTC)

I'm having an issue withe last two builds, were my CPU usage is always at 2.4%, when using any other OBS package (browser or the Majaro repo one) it never goes beyond 1.4%, the problem also manifest as a lost of audio sync when streaming after a few minutes (it gets back if I restart the app). Any suggestions? (already tried complete removal and rebuilding package)

zeroconf commented on 2021-12-13 18:13 (UTC) (edited on 2021-12-13 18:20 (UTC) by zeroconf)

this helped:

yay --cleanmenu --rebuild -Syu obs-studio-tytan652

now OBS works again

I know https://forum.endeavouros.com/t/brief-psa-python-3-10-just-released/21219 but yay -S $(pacman -Qoq /usr/lib/python3.9) --answerclean All didn't help here.

zeroconf commented on 2021-12-13 17:40 (UTC) (edited on 2021-12-13 17:42 (UTC) by zeroconf)

when trying to run:

obs

obs: error while loading shared libraries: libpython3.9.so.1.0: cannot open shared object file: No such file or directory

when trying to rebuild:

  -> Found cef_binary_87.1.14+ga29e9a3+chromium-87.0.4280.141_linux64_minimal.tar.bz2
==> Validating source_x86_64 files with sha256sums...
    cef_binary_87.1.14+ga29e9a3+chromium-87.0.4280.141_linux64_minimal.tar.bz2 ... FAILED
==> ERROR: One or more files did not pass the validity check!
error: target not found: cef-minimal-obs-bin

mesmer commented on 2021-11-12 00:08 (UTC) (edited on 2021-11-12 00:12 (UTC) by mesmer)

just to end that here, the problem is that some plugins in obs can call x11 directly and this broke things, so if you wanna use wayland without xwayland take care of plugins that you install, the fxstream and input-overlay and tuna specially

thx @tytan652 for your help, i don't think about the discord and such <3 maybe i`ll add in the wiki this information

mesmer commented on 2021-11-11 22:49 (UTC)

@tytan652 that dont explain why flat works when the installed obs don`t (at least if flatpak uses xwayland like cage) sorry about the messages here i will talk in discord,thx for the responses

tytan652 commented on 2021-11-11 22:43 (UTC) (edited on 2021-11-11 22:43 (UTC) by tytan652)

The flatpak manifest is like this because because George prefers to write all the ENABLE (It's maybe even a convention about those manifest).

Your issue is X11 related not Wayland (XkbGetKeyboard), please find support on the discord or the forum of the OBS team.

mesmer commented on 2021-11-11 22:36 (UTC) (edited on 2021-11-11 22:41 (UTC) by mesmer)

thx for your comment @tytan652 for some reason obs fails with

on_library_load [458]: XOpenDisplay failure!

load_input_helper [1833]: XkbGetKeyboard failed to locate a valid keyboard!

locally but if i use the flatpak version this opens looking for https://github.com/flathub/com.obsproject.Studio/blob/master/com.obsproject.Studio.json the options that seems missing is the enable_wayland

obs: i dont wanna use a xwayland like cage if i can skip, and sorry about the other packages, i removed the comments on each, about pr i looked and dont are clear(for me) that its not needed, and i cant enter discord right now

tytan652 commented on 2021-11-11 22:30 (UTC) (edited on 2021-11-11 22:36 (UTC) by tytan652)

@mesmer, most of the feature are enabled by default. I even made with GeorgesStavracas the PR (merged for the 27.1) to force Qt Wayland under any Wayland session.

Wayland make OBS use EGL by default.

So I don't even understand your comment.

Note: The -DBUILD_BROWSER=ON in the PKGBUILD is even no longer need (I will remove it in the next release).

Edit: I saw that you put the same message to -git and -browser, please check the PRs or changelog on the github or/and also ask the discord server beforehand because what you ask is already enabled. Thank you