Package Details: obs-studio-browser 30.1.2-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: 20
Popularity: 2.02
First Submitted: 2020-11-05 09:36 (UTC)
Last Updated: 2024-05-03 08:41 (UTC)

Required by (143)

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

1 2 3 4 5 6 .. 12 Next › Last »

OzzyHelix commented on 2024-05-03 21:13 (UTC)

what I mean is I can use these flags to do stuff with VAAPI https://github.com/GPUOpen-LibrariesAndSDKs/AMF/wiki/AMF%20Encoder%20Settings%20and%20Tuning%20in%20FFmpeg#5-settings-of-specific-parameters

tytan652 commented on 2024-05-03 10:36 (UTC)

ffmpeg-obs and even ffmpeg provides VAAPI and AMF support (two different API) and you are likely only using VAAPI (AMF mainly relies on AMD proprietary driver).

OzzyHelix commented on 2024-05-03 08:59 (UTC)

its fine I can use the obs-studio-liberty and ffmpeg-amd-full and have VAAPI indirectly work with AMF through FFMPEG. I apologize if I came off as unprofessional and rude yesterday. I was having a bad day yesterday and thought that your package was the only one that provided the browser plugin and that misunderstanding had me very angry at the time.

tytan652 commented on 2024-05-03 06:59 (UTC) (edited on 2024-05-03 07:03 (UTC) by tytan652)

libva-vdpau-driver does not even provide encode, VDPAU is a decode-only API and mainly for NVIDIA, Intel and AMD (Mesa) use VAAPI directly.

OzzyHelix commented on 2024-05-02 23:35 (UTC)

look I am just frustrated I was maintaining a patch of the package obs-studio-amf and had to stop because I was in over my head. I have programs that depend on libva-vdpau-driver for VAAPI encoding on my 7800 XT from AMD and now that I have to use OBS normally again its just frustrating having the packages I need remove a dependency that removes the VAAPI hardware encoding for my other programs

OzzyHelix commented on 2024-05-02 23:23 (UTC)

libva-vdpau-driver is needed for hardware decoding on AMD adding it as a conflict makes it so I can't use this package sorry

tytan652 commented on 2024-04-21 13:33 (UTC)

Thanks for the report @thecookie94

thecookie94 commented on 2024-04-21 13:18 (UTC) (edited on 2024-04-21 13:19 (UTC) by thecookie94)

Currently the version being reported by obs itself is broken. Can be fixed by changing line 163 to say sed -i "s|OBS_VERSION =|OBS_VERSION = \"$pkgver-browser-$pkgrel\"; //|" build/libobs/obsversion.c instead (ie removing the underscore in front of pkgver). With that changed OBS reports itself to be version 30.1.2-browser-1

tytan652 commented on 2024-01-28 08:58 (UTC)

As of 30.0.2-5, libdatachannel-nice can be replaced by libdatachannel since the latter is in Arch repo. So feel free to switch if you want to reduces your AUR package number.

The difference between them is that -nice does not use vendored dependencies and use libnice rather than libjuice. Also libjuice is only used by libdatachannel.

The choice betwween those two ICE library change nothing on how libdatachannel performs, libjuice was just created to avoid to build libnice dependencies on Windows and macOS.

tytan652 commented on 2024-01-27 17:07 (UTC)

Debug packages are generated alongside the built package, optional to install since they only provides debug symbols for debugging.

Your issue is not caused by my PKGBUILD, but by the reason of why the debug package can't be installed.