Package Details: obs-studio-browser 30.2.3-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.116169
First Submitted: 2020-11-05 09:36 (UTC)
Last Updated: 2024-11-12 09:58 (UTC)

Dependencies (80)

Required by (144)

Sources (5)

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 .. 4 5 6 7 8 9 10 11 12 13 Next › Last »

gabx commented on 2021-11-15 23:30 (UTC)

I have an error during the make process:

make[2]: *** [plugins/obs-browser/CMakeFiles/obs-browser-page.dir/build.make:104: plugins/obs-browser/CMakeFiles/obs-browser-page.dir/browser-app.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:1343: plugins/obs-browser/CMakeFiles/obs-browser-page.dir/all] Error 2
make: *** [Makefile:156: all] Error 2
==> ERROR: A failure occurred in build().

tytan652 commented on 2021-09-26 11:28 (UTC) (edited on 2021-09-26 11:28 (UTC) by tytan652)

The CEF vendor by OBS is a thing that take and will take time to update.

https://github.com/obsproject/obs-studio/discussions/3853

One of the platform (OS) use a really old version because of the use of unmerged PR in the CEF of this platform, I think their priority is at least to approximately use the same version on any platform.

I saw this PR (https://github.com/obsproject/obs-browser/pull/306) for compatibility with CEF 91.

ashpie commented on 2021-09-26 10:11 (UTC) (edited on 2021-09-26 10:13 (UTC) by ashpie)

Hi @aeris, thanks a lot for your contribution! Your PR has been merged. Has your patch been submitted upstream?

aeris commented on 2021-09-25 10:30 (UTC)

Hello here! Here is a patch for CEF 91+ compatibility replacing the cef-minimal-obs-studio-browser-bin (v88) specific package by the standard cef-minimal (currently v93)

https://git.imirhil.fr/aeris/aur-obs-studio-browser/pulls/1

ashpie commented on 2021-09-16 18:09 (UTC) (edited on 2021-09-26 10:13 (UTC) by ashpie)

Thanks to @aeris's patch, cef-minimal can be used again.

Old message : This package now restricts cef-minimal version which can be satisfied with the new cef-minimal-obs-studio-browser-bin package.

Thanks @31PNMR for the report.

31PNMR commented on 2021-09-15 04:28 (UTC)

Build fails with the just released cef-minimal 93.1.11. It builds fine after downgrading to 88.2.8-1.

ashpie commented on 2021-08-29 09:03 (UTC)

Hi @class101, sorry I forgot to reply; did the fix though. Hope you took advantage of it.

Hi @KenwoodFox, I can't reproduce this on my machine. Please check whether you're able to build the official obs-studio package (source here). If yes, then please try and make a clean build of obs-studio-browser. If that doesn't resolve your issue, please post a full build log (i.e. pastebin or github gist).

KenwoodFox commented on 2021-08-23 18:00 (UTC)

Im getting an AutoMoc error during build

AutoMoc subprocess error
------------------------
The moc process failed to compile
  "SRC:/UI/window-basic-stats.hpp"
into
  "SRC:/build/UI/obs_autogen/EWIEGA46WW/moc_window-basic-stats.cpp"

Command
-------
/usr/bin/moc ...

...

Output
------
double free or corruption (out)

make[2]: *** [UI/CMakeFiles/obs_autogen.dir/build.make:71: UI/CMakeFiles/obs_autogen] Error 1
make[1]: *** [CMakeFiles/Makefile2:1832: UI/CMakeFiles/obs_autogen.dir/all] Error 2
make: *** [Makefile:156: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...
error: failed to build 'obs-studio-browser-27.0.1-5': 
error: packages failed to build: obs-studio-browser-27.0.1-5

I read online this might be an issue not having some qt5 package? Is anybody else getting this error? Is there a dependency missing from the package requirements?

class101 commented on 2021-07-15 11:07 (UTC)

@tytan652

Thank you for the informations