Replies: 2 comments 1 reply
-
I tried the following commands. Ffmpeg 0.4.3 installs successfully. I then tried to
and install the stable version of Ffmpeg (0.4.3)
I tried to |
Beta Was this translation helpful? Give feedback.
-
You need to install the latest git version of ffmpeg too first. For this you need to do something like this:
and answer |
Beta Was this translation helpful? Give feedback.
-
The ffmpeg library - or one of its sub-libraries (ffmpeg-decoder ?) v 1.0.0~beta1 - seems to prevent the compilation and installation of Liquidsoap 2.0 on a Raspberry Pi 3B running Rasbian Buster.
To Reproduce
New installation of Liquidsoap using OPAM on a Raspberry Pi 3B running Rasbian Buster (10).
New switch create 4.12.0
Without any libraries, Liquidsoap 2.0 compiles successfully. 🟢
If we add a few libraries like taglib mad lame cry samplerate alsa. Again, Liquidsoap 2.0 compiles successfully. 🟢
Adding the FFmpeg library using
opam install ffmpeg
, compiling Liquidsoap 2.0 will fail with the following error 🔴Expected behavior
The FFmpeg library is mandatory if one want to use the input.http() method in Liquidsoap 2.0.
I didn't pin a specific version of FFmpeg; By default, OPAM seems to get the 1.0 beta1 / Which version of Ffmpeg that is known to be working
Version details
1.3.4
]Install method
OPAM 2.0.3
I used the
opam pin add
method in order to obtain the latest version of Liquidsoap on Github.Switch 4.12.0
Beta Was this translation helpful? Give feedback.
All reactions