Package Details: obs-studio-amf 30.0.2-1

Git Clone URL: https://aur.archlinux.org/obs-studio-amf.git (read-only, click to copy)
Package Base: obs-studio-amf
Description: Free, open source software for live streaming and recording. Includes new AMF encoding patch & browser plugin
Upstream URL: https://obsproject.com
Licenses: GPL2
Conflicts: obs-studio, obs-studio-tytan652, obs-websocket
Provides: obs-studio, obs-websocket
Submitter: alosarjos
Maintainer: alosarjos
Last Packager: alosarjos
Votes: 14
Popularity: 0.49
First Submitted: 2022-09-03 11:22 (UTC)
Last Updated: 2024-01-06 19:10 (UTC)

Dependencies (38)

Required by (142)

Sources (4)

Pinned Comments

alosarjos commented on 2023-11-12 07:42 (UTC)

Since OBS 30.0 has been released, I'll close the package.

The person who did the patch to enable AMF Encoding says that now the quality with FFMPEG has been fixed on AMD Cards (https://github.com/obsproject/obs-studio/pull/9179)

Since the MR in closed and the patch no longer maintained I would close this AUR package.

If someone wants to take maintenance of it, please let me know. IF not I will close this in a few days

alosarjos commented on 2022-09-03 11:44 (UTC) (edited on 2022-09-04 09:55 (UTC) by alosarjos)

This package is intended to try and give some feedback for the existing pull request enabling this functionality:

https://github.com/obsproject/obs-studio/pull/7206

Once this is merged and released as the official package this will be delelted

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 Next › Last »

hifromash1982 commented on 2023-05-30 02:39 (UTC)

Everything working fine here again, sorry I should have known that a simple rebuild would do.

alosarjos commented on 2023-05-29 15:36 (UTC)

@3laws Still working on my machine :S

https://i.imgur.com/P1ekqc0.png

3laws commented on 2023-05-29 09:24 (UTC) (edited on 2023-05-29 09:25 (UTC) by 3laws)

29.1.2-1 AVC option no longer available under Simple nor Advanced options. https://obsproject.com/logs/WKA1hYuzaf3BYOHk

alosarjos commented on 2023-05-29 05:08 (UTC)

@hifromash1982 That's because you have updated packages and need to rebuild OBS again. Luckily a new update droped, so just updating will fix it

hifromash1982 commented on 2023-05-29 00:42 (UTC)

I'm getting this error while opening obs:

obs: error while loading shared libraries: libmbedtls.so.14: cannot open shared object file: No such file or directory

3laws commented on 2023-05-10 10:30 (UTC) (edited on 2023-05-13 03:03 (UTC) by 3laws)

I haven't been able to stream with the 21.1 (using Output Mode>Advanced), nothing changed about my config other than the update itself. Apparently it is error: Encoder ID 'libfdk_aac' not found because changing the audio codec to literally anything else I can record, however my codec options for streaming are just Ffmpeg AAC, hence why I can't stream. Any idea what's going on?

daedalao commented on 2023-05-04 20:38 (UTC) (edited on 2023-05-04 20:38 (UTC) by daedalao)

I'm getting the same error. I have python3.11 installed. If I downgrade to python3.10 it will compile, but Lutris will not open due to an error because it relies on 3.11 now. I'm trying to resolve how to have 3.11 and 3.10 installed or how to edit the dependencies.

Eragon commented on 2023-05-04 17:44 (UTC) (edited on 2023-05-10 15:00 (UTC) by Eragon)

@alosarjos I still got the error. It's really strange because I did not change my build configuration and the last commit on this file was two month ago.

EDIT: It builds on my laptop…

EDIT2: It builds on my desktop if I add this -Wno-error=maybe-uninitialized to CFLAGS. It's not as good as it should be but at least it builds.

alosarjos commented on 2023-05-04 16:11 (UTC)

@Eragon, just tried on an updated system and no issue. COuld you try downloading the snapshot, unzipping it and running a makepkg -si inside the dir there the files were unzipped?

Eragon commented on 2023-05-04 15:43 (UTC)

I still get a maybe uninitialized error.

In function ‘DecodeTEA’,
    inlined from ‘HandleInvoke’ at /home/eragon/.cache/paru/clone/obs-studio-amf/src/obs-studio/plugins/obs-outputs/librtmp/rtmp.c:3151:21:
/home/eragon/.cache/paru/clone/obs-studio-amf/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