@tytan652
Could you remove the options=(debug) from the PKGBUILD? No need to have it on the AUR.
| 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: | 30 |
| Popularity: | 1.80 |
| First Submitted: | 2020-11-05 09:36 (UTC) |
| Last Updated: | 2026-03-12 06:14 (UTC) |
@tytan652
Could you remove the options=(debug) from the PKGBUILD? No need to have it on the AUR.
@tytan652 I followed the steps from the comment on the 2025-10-05. I removed obs-studio-browser and ffmpeg-obs because of conflicts, then I installed obs-studio and ffmpeg. When then trying to install obs-studio-browser it conflicts with obs-studio and ffmpeg.
Was I maybe just stupid or am I missing something?
The package fails to build:
/usr/bin/ld: /usr/lib/libavformat.so: undefined reference to `bd_select_angle'
/usr/bin/ld: /usr/lib/libavcodec.so: undefined reference to `x264_encoder_headers'
/usr/bin/ld: /usr/lib/libavcodec.so: undefined reference to `x264_param_parse'
/usr/bin/ld: /usr/lib/libavformat.so: undefined reference to `bd_get_titles'
/usr/bin/ld: /usr/lib/libavformat.so: undefined reference to `bd_seek'
/usr/bin/ld: /usr/lib/libavcodec.so: undefined reference to `x264_encoder_open_164'
/usr/bin/ld: /usr/lib/libavcodec.so: undefined reference to `x264_param_apply_profile'
/usr/bin/ld: /usr/lib/libavformat.so: undefined reference to `bd_seek_chapter'
/usr/bin/ld: /usr/lib/libavcodec.so: undefined reference to `x264_param_default'
/usr/bin/ld: /usr/lib/libavcodec.so: undefined reference to `x264_picture_init'
/usr/bin/ld: /usr/lib/libavformat.so: undefined reference to `bd_free_title_info'
/usr/bin/ld: /usr/lib/libavformat.so: undefined reference to `bd_get_title_info'
/usr/bin/ld: /usr/lib/libavcodec.so: undefined reference to `x264_encoder_delayed_frames'
/usr/bin/ld: /usr/lib/libavcodec.so: undefined reference to `x264_encoder_close'
/usr/bin/ld: /usr/lib/libavformat.so: undefined reference to `bd_read'
/usr/bin/ld: /usr/lib/libavformat.so: undefined reference to `bd_close'
/usr/bin/ld: /usr/lib/libavcodec.so: undefined reference to `x264_encoder_encode'
/usr/bin/ld: /usr/lib/libavcodec.so: undefined reference to `x264_encoder_reconfig'
/usr/bin/ld: /usr/lib/libavcodec.so: undefined reference to `x264_encoder_maximum_delayed_frames'
/usr/bin/ld: /usr/lib/libavformat.so: undefined reference to `bd_get_disc_info'
/usr/bin/ld: /usr/lib/libavcodec.so: undefined reference to `x264_param_cleanup'
/usr/bin/ld: /usr/lib/libavformat.so: undefined reference to `bd_open'
/usr/bin/ld: /usr/lib/libavcodec.so: undefined reference to `x264_param_apply_fastfirstpass'
/usr/bin/ld: /usr/lib/libavcodec.so: undefined reference to `x264_levels'
/usr/bin/ld: /usr/lib/libavformat.so: undefined reference to `bd_select_playlist'
/usr/bin/ld: /usr/lib/libavformat.so: undefined reference to `bd_get_title_size'
/usr/bin/ld: /usr/lib/libavcodec.so: undefined reference to `x264_param_default_preset'
FFmpeg 8 has been pushed to stable repos.
The simplest way to update without conflict is to install obs-studio and ffmpeg then reinstall this package afterward.
@tytan652 Why does obs-studio-browser have options=('debug')?
@cosmo this is an issue with your installed ffmpeg, not OBS
Package no longer builds:
[ 40%] Linking C executable obs-ffmpeg-mux
/usr/bin/ld: warning: libx265.so.212, needed by /usr/lib/libavcodec.so, not found (try using -rpath or -rpath-link)
/usr/bin/ld: /usr/lib/libavcodec.so: undefined reference to `x265_api_get_212'
collect2: error: ld returned 1 exit status
make[2]: *** [plugins/obs-ffmpeg/ffmpeg-mux/CMakeFiles/obs-ffmpeg-mux.dir/build.make:105: plugins/obs-ffmpeg/ffmpeg-mux/obs-ffmpeg-mux] Error 1
make[1]: *** [CMakeFiles/Makefile2:2065: plugins/obs-ffmpeg/ffmpeg-mux/CMakeFiles/obs-ffmpeg-mux.dir/all] Error 2
make: *** [Makefile:156: all] Error 2
==> ERROR: A failure occurred in build().
@tytan652 is there any way to re-add Twitch, Youtube and ReStream integration through possibly an optional plugin?
If you have issue building please try to downgrade asio to a version before 1.34.0, this a headers-only library so packages only rely on it as a build-time dependencies.
Arch Linux has unfortunately updated asio without testing if packages using it would build and websocketpp happens to not work with the newest asio.
Pinned Comments
tytan652 commented on 2025-03-15 16:52 (UTC)
If you have issue building please try to downgrade
asioto a version before 1.34.0, this a headers-only library so packages only rely on it as a build-time dependencies.Arch Linux has unfortunately updated
asiowithout testing if packages using it would build andwebsocketpphappens to not work with the newestasio.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-driverwas 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-driverif 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).