Package Details: obs-studio-browser 31.0.0-4

Git Clone URL: https://aur.archlinux.org/obs-studio-browser.git (read-only, click to copy)
Package Base: obs-studio-browser
Description: Free and open source software for video recording and live streaming. With everything except service integration
Upstream URL: https://github.com/obsproject/obs-studio
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: ashpie
Maintainer: tytan652
Last Packager: tytan652
Votes: 21
Popularity: 0.040221
First Submitted: 2020-11-05 09:36 (UTC)
Last Updated: 2024-12-22 18:48 (UTC)

Dependencies (82)

Required by (146)

Sources (6)

Pinned Comments

tytan652 commented on 2023-01-13 07:52 (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 2022-07-08 06:02 (UTC)

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.

I'm quite active on OBS discord server (don't PM me directly).

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 Next › Last »

tytan652 commented on 2022-09-07 18:52 (UTC)

Ouch, my bad will fix that quickly

HurricanePootis commented on 2022-09-07 18:49 (UTC) (edited on 2022-09-07 18:50 (UTC) by HurricanePootis)

@tytan652, why is cef-minimal-obs in depends()? From my understanding, this should be a makedepends(), since cef-minimal-obs provides the library as a static file, meaning there is no reason to keep it after obs is built, no?

darkfish commented on 2022-09-01 12:33 (UTC)

Installing v28.0.0-1 fails for me in build step with error that CMake couldn't find Python and its libraries. More specifically:

CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
  Could NOT find Python (missing: Python_EXECUTABLE Python_INCLUDE_DIRS
  Python_LIBRARIES Interpreter Development Development.Module
  Development.Embed)

I had to add following flags to cmake lines in PKGBUILD in the build() step:

-DPython_EXECUTABLE=$(command -pv python) \
-DPython_INCLUDE_DIRS=$(command -p python -c "from distutils.sysconfig import get_python_inc; print(get_python_inc())") \
-DPython_LIBRARIES=$(command -p python -c "import distutils.sysconfig as sysconfig; print(sysconfig.get_config_var('LIBDIR'))") \

Hopefully this helps anyone else with this problem.

N.B.: This is a CMake issue, not OBS.

tytan652 commented on 2022-09-01 08:23 (UTC)

From the version 28, Qt5 based plugin will no longer work with this package since it use Qt6 as upstream uses.

Having a Qt5 based plugin could lead to crashes while running OBS.

missingSleepDeps commented on 2022-07-12 02:19 (UTC)

It built fine for me on Manjaro when I just changed ffmpeg-git back to ffmpeg

tytan652 commented on 2022-07-08 06:02 (UTC)

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.

I'm quite active on OBS discord server (don't PM me directly).

tytan652 commented on 2022-07-08 06:00 (UTC) (edited on 2022-07-08 06:00 (UTC) by tytan652)

It's been while that obs-studio-tytan652 use ffmpeg-obs, and there is Manjaro use that use it.

missingSleepDeps commented on 2022-07-07 21:30 (UTC)

...And what about all the other AUR, Arch and Arch-Derivative (Manjaro, Arco, Bluefire, etc) media packages that mark "ffmpeg" as a non-negotiable (required dependency), NOT "ffmpeg-obs?"

tytan652 commented on 2022-07-05 19:40 (UTC) (edited on 2022-07-05 19:41 (UTC) by tytan652)

ffmpeg-obs provide FFmpeg with patches that OBS Project used for their Flatpak, Windows and macOS builds.

Typology commented on 2022-07-05 18:59 (UTC)

What does ffmpeg-obs achieve and why is it a dependency and not an optional dependency? what issues does it solve beside support for RIST?