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 2 3 4 5 6 7 8 9 .. 13 Next › Last »

cucu9 commented on 2023-05-04 05:05 (UTC) (edited on 2023-05-04 05:12 (UTC) by cucu9)

Compile is failing on both of my machines with the latest update.

Installing obs-ffmpeg to OBS rundir [ 50%] Building C object plugins/obs-filters/CMakeFiles/obs-filters.dir/luma-key-filter.c.o [ 50%] Building C object plugins/obs-outputs/CMakeFiles/obs-outputs.dir/librtmp/log.c.o [ 50%] Building C object plugins/obs-outputs/CMakeFiles/obs-outputs.dir/librtmp/md5.c.o [ 50%] Built target obs-ffmpeg [ 50%] Building C object plugins/obs-outputs/CMakeFiles/obs-outputs.dir/librtmp/parseurl.c.o [ 51%] Building C object plugins/obs-outputs/CMakeFiles/obs-outputs.dir/librtmp/rtmp.c.o [ 51%] Building C object plugins/obs-outputs/CMakeFiles/obs-outputs.dir/rtmp-hevc.c.o [ 51%] Building C object plugins/obs-outputs/CMakeFiles/obs-outputs.dir/ftl-stream.c.o [ 51%] Linking C shared module obs-filters.so Installing obs-filters to OBS rundir [ 51%] Built target obs-filters [ 51%] Linking CXX shared module decklink.so Installing decklink to OBS rundir [ 51%] Built target decklink In function ‘DecodeTEA’, inlined from ‘HandleInvoke’ at /home/user/.cache/paru/clone/obs-studio-browser/src/obs-studio/plugins/obs-outputs/librtmp/rtmp.c:3151:21: /home/user/.cache/paru/clone/obs-studio-browser/src/obs-studio/plugins/obs-outputs/librtmp/rtmp.c:4575:7: error: ‘*(uint32_t *)out’ may be used uninitialized [-Werror=maybe-uninitialized] 4575 | y = v[0]; | ~~^~~~~~ cc1: all warnings being treated as errors make[2]: *** [plugins/obs-outputs/CMakeFiles/obs-outputs.dir/build.make:272: plugins/obs-outputs/CMakeFiles/obs-outputs.dir/librtmp/rtmp.c.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:1744: plugins/obs-outputs/CMakeFiles/obs-outputs.dir/all] Error 2 make: *** [Makefile:156: all] Error 2 ==> ERROR: A failure occurred in build(). Aborting... error: failed to build 'obs-studio-browser-29.1.0-1': error: packages failed to build: obs-studio-browser-29.1.0-1

fdaciuk commented on 2023-03-20 18:24 (UTC)

@tytan652 I did try this, but I received the same error message:

could not satisfy dependencies:
- removing ffmpeg breaks dependency 'libavcodec.so=60-64' required by chromaprint
- removing ffmpeg breaks dependency 'libavformat.so=60-64' required by chromaprint
- removing ffmpeg breaks dependency 'libavutil.so=58-64' required by chromaprint
- removing ffmpeg breaks dependency 'libswresample.so=4-64' required by chromaprint

tytan652 commented on 2023-03-20 17:37 (UTC)

Just install ffmpeg-obs first.

fdaciuk commented on 2023-03-20 17:22 (UTC) (edited on 2023-03-20 17:22 (UTC) by fdaciuk)

Hi @tytan652!

I did the update, and just installed the obs-studio and vlc, but when I've tried to install obs-studio-browser, I received this error messages:

Checking inter-conflicts...
Error: Failed to prepare transaction:
could not satisfy dependencies:
- removing ffmpeg breaks dependency 'libavcodec.so=60-64' required by chromaprint
- removing ffmpeg breaks dependency 'libavformat.so=60-64' required by chromaprint
- removing ffmpeg breaks dependency 'libavutil.so=58-64' required by chromaprint
- removing ffmpeg breaks dependency 'libswresample.so=4-64' required by chromaprint

Any tip on how to fix it?

tytan652 commented on 2023-03-09 16:52 (UTC)

FFmpeg 6 has been push to stable repos.

The simplest way to update without conflict is to install obs-studio and vlc then reinstall this package afterward.

fdaciuk commented on 2023-03-02 13:02 (UTC)

Hi @tytan652! The obs-studio-browser should still work if I use the "unstable" branch in Manjaro?

tytan652 commented on 2023-02-28 15:26 (UTC)

Notice for the next future update: Manjaro code path will be dropped while switching to FFmpeg 6. So I will only focus on ArchLinux support.

This code path is becoming a burden when those type of update arise (e.g. FFmpeg).

Manjaro users please prefer the Flatpak and if you want plugins ask the plugin developer to create a Flatpak extension for OBS.

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-12-03 11:48 (UTC)

@imLEGR search for cef-minimal-obs-bin in the AUR which provides it.