Package Details: obs-studio-av1 30.0.2-4

Git Clone URL: https://aur.archlinux.org/obs-studio-av1.git (read-only, click to copy)
Package Base: obs-studio-av1
Description: Free, open source software for live streaming and recording. With AV1, Websocket, and Browser Source support.
Upstream URL: https://obsproject.com
Licenses: GPL2
Conflicts: obs-browser, obs-linuxbrowser, obs-studio, obs-websocket
Provides: obs-browser, obs-studio, obs-websocket
Submitter: branan
Maintainer: branan
Last Packager: branan
Votes: 1
Popularity: 0.061496
First Submitted: 2023-12-11 00:53 (UTC)
Last Updated: 2023-12-18 04:13 (UTC)

Required by (142)

Sources (5)

Latest Comments

LibertyGM commented on 2024-03-13 02:11 (UTC) (edited on 2024-03-13 02:11 (UTC) by LibertyGM)

ERROR

CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (message):

Could NOT find LibAJANTV2 (missing: AJA_LIBRARIES_INCLUDE_DIR)

Call Stack (most recent call first):

/usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:600 (_FPHSA_FAILURE_MESSAGE)

cmake/Modules/FindLibAJANTV2.cmake:98 (find_package_handle_standard_args)

plugins/aja/cmake/legacy.cmake:17 (find_package)

cmake/Modules/ObsHelpers.cmake:470 (include)

plugins/aja/CMakeLists.txt:3 (legacy_check)

OzzyHelix commented on 2024-02-21 02:42 (UTC)

this is the experiment I made I just added the AMF patch from obs-studio-amf to your PKGBUILD and renamed the PKGBUILD package obs-studio-amd I'm just playing with it I don't expect it to get taken seriously https://github.com/OzzyHelix/obs-studio-amf-tmpfix-for-arch/tree/obs-studio-amd

OzzyHelix commented on 2024-02-21 01:32 (UTC)

I am experimenting with adding patches from both packages to see what the results are like I might share the github repo when I finish that

OzzyHelix commented on 2024-02-21 01:20 (UTC) (edited on 2024-02-21 01:21 (UTC) by OzzyHelix)

hi I want to ask there is another package called obs-studio-amf that is also out of date I wanted to ask if you would want to include their patch to get AMF working and perhaps this package could be not just AV1 but AV1 and AMF patches added to obs the idea I was thinking was maybe an obs package called obs-studio-amd?

branan commented on 2023-12-18 04:16 (UTC)

@Eelt I've fixed the ASIO dep, as well as a few other missing deps for various features that obs-studio-git enabled but this package didn't. I think I've got all the dependencies working now, but if anything else seems wrong please let me know.

Eelt commented on 2023-12-16 23:27 (UTC)

Seems like asio package is required for this package to install/compile correctly, as there's a warning saying it's required:

CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
  Could NOT find Asio: Found unsuitable version "0.0.0", but required is at
  least "1.12.1" (found Asio_INCLUDE_DIR-NOTFOUND)

      Reason given by package: Ensure Asio library is available in local include paths.

Call Stack (most recent call first):
  /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:598 (_FPHSA_FAILURE_MESSAGE)
  cmake/Modules/FindAsio.cmake:74 (find_package_handle_standard_args)
  plugins/obs-websocket/cmake/legacy.cmake:29 (find_package)
  cmake/Modules/ObsHelpers.cmake:470 (include)
  plugins/obs-websocket/CMakeLists.txt:3 (legacy_check)