Package Details: obs-studio-liberty 32.1.1-1

Git Clone URL: https://aur.archlinux.org/obs-studio-liberty.git (read-only, click to copy)
Package Base: obs-studio-liberty
Description: Free, open source software for live streaming and recording. With Browser Source support. Without the need to install ffmpeg-obs, etc.
Upstream URL: https://github.com/obsproject/obs-studio
Keywords: obs obs-studio stream
Licenses: GPL-2.0-or-later
Conflicts: obs-browser, obs-linuxbrowser, obs-studio, obs-studio-amf, obs-studio-browser, obs-studio-git, obs-studio-tytan652, obs-vst, obs-websocket
Provides: obs-browser, obs-studio, obs-vst, obs-websocket
Submitter: LibertyGM
Maintainer: LibertyGM
Last Packager: LibertyGM
Votes: 17
Popularity: 1.56
First Submitted: 2024-03-31 01:53 (UTC)
Last Updated: 2026-04-05 06:01 (UTC)

Required by (161)

Sources (4)

Pinned Comments

LibertyGM commented on 2025-05-22 03:05 (UTC)

Friends, thank you all for your kind words. I enjoy reading them.

LibertyGM commented on 2024-04-28 14:53 (UTC) (edited on 2024-04-28 14:54 (UTC) by LibertyGM)

If you liked the obs-studio-liberty build, write in the comments, so I understand that I should work on the project.

Fazzi commented on 2024-04-03 11:02 (UTC)

Thanks for this pkgbuild, I only needed a version of OBS which had the browser source stuff added, and your build seemed to do that! :)

Latest Comments

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

LibertyGM commented on 2026-03-28 17:31 (UTC)

I have already updated pkgrel and everything is working. Just run the update.

TheBuddhalint commented on 2026-03-28 17:01 (UTC)

can confirm pajlada's solution, rebuilding this package solves this issue. with paru: paru -S obs-studio-liberty --rebuild

pajlada commented on 2026-03-28 10:09 (UTC)

Seems like it's time for another pkgrel bump. Launching OBS segfaults for me. Not exactly sure what caused it this time but I'm assuming it's the recent Qt 6.11.0 update.

Manually rebuilding works for now!

LibertyGM commented on 2026-01-11 15:34 (UTC) (edited on 2026-01-11 16:25 (UTC) by LibertyGM)

pajlada, Thank you. It's nice that you're using my build and actively following the changes :)

pajlada commented on 2026-01-11 10:02 (UTC)

The package could use a pkgrel bump after Arch Linux bumped Python from 3.13 to 3.14 yesterday

obs: error while loading shared libraries: libpython3.13.so.1.0: cannot open shared object file: No such file or directory

In the meantime, this can be manually fixed by reinstalling the package.

Thanks in advance!

martinwlash600 commented on 2025-12-07 11:30 (UTC) (edited on 2025-12-07 11:32 (UTC) by martinwlash600)

Hi, The error with the browser source or other plugins not showing is due to using Wayland.

Users have to login with X11, and the plugins will reappear.

I am using CachyOS, with KDE.

skare1412 commented on 2025-11-26 13:28 (UTC)

I noticed that when I open OBS I get an error that a library cannot be found.

14:16:28.917: os_dlopen(/usr/lib/obs-plugins/obs-webrtc.so->/usr/lib/obs-plugins/obs-webrtc.so): libdatachannel.so.0.23: cannot open shared object file: No such file or directory

Checking the affected library (libdatachannel) I see that it has been updated to 0.24 recently.

Idk if adjusting the _libdatachannelver variable is enough but it removed the error for me.

sevrain commented on 2025-10-14 01:21 (UTC)

@LibertyGM,

Understood, and thank you. It was worth asking here just to make sure. I'll go right ahead and post this issue in the CachyOS forums.

Thanks again for your help and hard work. Much appreciated.

LibertyGM commented on 2025-10-14 00:59 (UTC)

sevrain, thanks. That was the place to start. This build is made for Arch Linux. I make it taking into account the features, current packages and settings of Arch Linux. The error you are getting is not due to OBS or PKGBUILD, which I made. I assume that the error is related to compilation flags or a different version of the linker. I think you can find help on the forums of your distribution with this problem.

sevrain commented on 2025-10-14 00:29 (UTC) (edited on 2025-10-14 00:30 (UTC) by sevrain)

@LibertyGM, You are most welcome and those are well deserved.

Per your suggestion, I've updated the system, cleaned caches, and tried to re-install. Unfortunately I'm still encountering the same error.

Some details:

  1. I'm running CachyOS, Kernel 6.17.1, on an AMD ryzen (x86_64) laptop.

  2. When provided with the error message, ChatGPT (I know I know...) claims:

Your build is failing because:
A static mimalloc (libmimalloc.a) with TLS is being linked into a shared object (libobs-scripting.so).

Fix it by either:
Turning mimalloc off → -DENABLE_MIMALLOC=OFF,
or
Using the shared mimalloc library (libmimalloc.so).

Hope that helps to root cause the issue somehow. Thanks again for the prompt response and for your quality work.