Package Details: obs-studio-browser 30.1.0-1

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: 17
Popularity: 0.004634
First Submitted: 2020-11-05 09:36 (UTC)
Last Updated: 2024-03-13 08:28 (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 »

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.

bparonto commented on 2024-01-27 16:52 (UTC) (edited on 2024-01-27 17:14 (UTC) by bparonto)

The build is failing upon upgrade. It appears to download something called obs-studio-browser-debug now which I don't think it ever did before. Because debug fails to install, the whole thing doesn't get upgraded. I dont see anything drastic changing in the PKGBUILD since I last upgraded. Any ideas would be appreciated.

error: failed to commit transaction (conflicting files)

tytan652 commented on 2024-01-26 09:12 (UTC)

@TomCatT, you need to update/rebuild ffmpeg-obs before updating this package.

TomCatT commented on 2024-01-26 05:24 (UTC)

How do I rollback to the previous version until this gets fixed?

/usr/bin/ld: /usr/lib/libavcodec.so.60: undefined reference to `rav1e_config_set_pixel_format' collect2: error: ld returned 1 exit status make[2]: *** [plugins/obs-x264/CMakeFiles/obs-x264-test.dir/build.make:114: plugins/obs-x264/obs-x264-test] Error 1 make[1]: *** [CMakeFiles/Makefile2:1819: plugins/obs-x264/CMakeFiles/obs-x264-test.dir/all] Error 2 make: *** [Makefile:156: all] Error 2 ==> ERROR: A failure occurred in build(). Aborting... error: failed to build 'obs-studio-browser-30.0.2-4': error: packages failed to build: obs-studio-browser-30.0.2-4

Sandwich commented on 2023-12-12 18:07 (UTC) (edited on 2023-12-12 18:10 (UTC) by Sandwich)

@tytan652 thank you for taking time to answer!

tytan652 commented on 2023-12-11 16:41 (UTC) (edited on 2023-12-11 16:42 (UTC) by tytan652)

@Sandwich

For vlc-luajit I'm not keen to make people potentially crash by re-allowing vlc.

For CEF, I guess you never looked that cef-minimal-obs-bin is prebuilt, it just rebuild a very small part (a wrapper).

OBS Studio FFmpeg AOM AV1 encoder is "technically" incompatible with ffmpeg since OBS has a patch to add missing levels in FFmpeg which ffmpeg-obs has.

This package is made to be the most feature complete as it can, not to please everyone.

Sandwich commented on 2023-12-11 13:19 (UTC) (edited on 2023-12-11 13:19 (UTC) by Sandwich)

@tytan652 thank you for the short explanation.

I understand the desire for full self-compilation, but I'm puzzled by the conflicting dependencies—specifically, ffmpeg-obs and vlc-luajit. I've removed them and substituted CEF with the precompiled version. So far, I haven't encountered any segfaults or issues with the VAAPI and AV1 encoder, but my testing was brief.

Adding another obs-studio package to the AUR might be excessive, so I'm maintaining this fork locally. Perhaps we could seek a solution regarding "ffmpeg-obs and vlc-luajit," such as making them optional dependencies.

Personally, I'm not keen on replacing my ffmpeg and vlc with these alternatives. Unsure how others feel about it, but ill preference to stick with the original versions.

tytan652 commented on 2023-12-11 11:05 (UTC) (edited on 2023-12-11 11:06 (UTC) by tytan652)

@Sandwich

is there any reason why this Package compiles ffmpeg-obs?

Maybe the one listed in ffmpeg-obs PKGBUILD and pinned comments.

Is it also possible to include the cef binery?

NO and I don't want to make longer explanation.