-
-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
liquidsoap 1.4.3 - enable fdk-aac (ocaml-fdkaac) #36
Comments
Due to legal reasons (mainly @radiorabe not having an MPEG-LA license and us not planning on getting one) we cannot distribute ocaml-fdkaac binaries atm. What we can do is provide instructions on how you can build your own... I updated the usage section in the centos-rpm-ocaml-fdkaac repo to provide detailed instructions on how you can build you own RPM using fdk-aac from RPMfusion nonfree. I also updated the specfile so it builds a version of ocaml-fdkaac that should work with 1.4.3. I usually run this in the container example with output
After this the binaries are in |
Thank you very much for your transparency and these helpful instructions.
After installing the rpm's I tested the loading of the dynamic fdkaac encoder w/o success so far. I received the following message :
I checked everything in /usr/lib64/ocaml/fdkaac and it looked good. Beside that, it just came to my mind that by using
|
I can reproduce that it's not working but I'm not sure why :( dune is building a
Liquidsoap is clearly trying to load something, but I'm not sure why it won't find the library. So far debugging with The I've been working on bootrapping ffmpeg on OBS in preparation for inline ffmepg support for a while and finally got working packages built this weekend. It looks like |
The latest package now supports ffmpeg (and depends on rpmfusion's ffmepg packages), so you might wat to give the ffmepg approach a real try. |
I would like to test the latest drop on Centos 8 with
%fdkaac
, unfortunately its not working sinceocaml-fdkaac
is missing. Beside that the old library from Nux Dextop Repos won't work (and disappeared). I tried to find a package on RPMFusionall, but failed.Are you planing to deliver a solution, i.e. a dedicated rpm package for
ocaml-fdkaac
?The text was updated successfully, but these errors were encountered: