@ewbte I generate debug symbol to allow better bug report since Arch now provide them with debuginfod
and OBS Project can ask for GDB backtrace.
The fact that those package are installed depends on your AUR helper.
Git Clone URL: | https://aur.archlinux.org/obs-studio-tytan652.git (read-only, click to copy) |
---|---|
Package Base: | obs-studio-tytan652 |
Description: | Free and open source software for video recording and live streaming. With everything except service integrations. Plus my bind interface PR, and sometimes backported fixes |
Upstream URL: | https://github.com/obsproject/obs-studio |
Keywords: | browser ftl obs vst |
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: | tytan652 |
Maintainer: | tytan652 |
Last Packager: | tytan652 |
Votes: | 50 |
Popularity: | 1.19 |
First Submitted: | 2021-03-17 21:24 (UTC) |
Last Updated: | 2024-12-09 12:24 (UTC) |
« First ‹ Previous 1 .. 8 9 10 11 12 13 14 15 16 17 Next › Last »
@ewbte I generate debug symbol to allow better bug report since Arch now provide them with debuginfod
and OBS Project can ask for GDB backtrace.
The fact that those package are installed depends on your AUR helper.
Hey, why does it also install libajantv2-debug and obs-studio-tytan652-debug packages? Is it possible to not have those installed on every update? Thanks by the way, everything works great!
@slimymars you upgraded CEF to his OBS RC version and checkout obs-browser
to a more recent commit to allow it to build with it, which is a wrong patch.
git submodule update
don't update the commit to a more recent one. It just make a checkout in the cloned obs-vst
and obs-browser
to the right commit.
And also you are the only one complaining about not being able to build obs-browser
and trying to fix by using "beta/RC state" CEF which should only work with a recent commit and not a old one of obs-browser
.
@slimymars use obs-studio-rc
if you really want a newer CEF for obs-browser. And rather then offering a wrong patch, explain why you couldn't build it firstly.
@Alkaris none of those two packages require tesseract
, you got another issue on your system.
This package base requires Tesseract for some odd reason when it's trying to satisfy the dependency for cef-minimal-obs=87.1.14+ga29e9a3+chromium_87.0.4280.141_1
What even is tesseract and why is it even needed when it wasn't before? There's too many versions to pick from the list when it tries to find a package to install, and then fails to obtain it when selected. It prompts for selecting a Tesseract package TWICE before failing to retrieve it.
Like @scla's comment there's library linking issue for libpython3
since updating my system it's no longer libpython3.9.so.1.0
but now libpython3.10.so.1.0
this version of OBS needs to be properly relinked to the correct library version of libpython3
or a simple temporary library soft-link with sudo ln -s /usr/lib/libpython3.so /usr/lib/libpython3.9.so.1.0
to fix that to work again, or just rebuild from clean and make sure the library points to the correct one.
I'm still having issues with high usage from my CPU and latency issues, so went back to obs-studio-browser package, yours has some stuff that I wish I was able to get, but I never managed to fix this CPU issue, if there is any advice, I really appreciate it.
You were totally right. I was using chaotic-aur, building it from the PKGBUILD and changing the ffmpeg-obs dependency to ffmpeg gave me a working environment. Thanks
Pinned Comments
tytan652 commented on 2023-01-13 07:51 (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 2021-05-14 17:49 (UTC) (edited on 2022-07-08 06:03 (UTC) by tytan652)
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.
It also contains some unmerged PR or backported fix documented in the PKGBUILD.
I'm quite active on OBS discord server (don't PM me directly), so if I saw something that need to be backported I add it.