Unsupported format: %ffmpeg(%audio(codec="libmp3lame") #1933
Replies: 4 comments 9 replies
-
Hi, This is a know issue, I'm gonna send an update on git clone [email protected]:savonet/ocaml-ffmpeg.git
cd ocaml-ffmpeg
opam install -y .
git clone [email protected]:savonet/liquidsoap.git
cd liquidsoap
git checkout v2.0.0
opam install -y . Sorry about that. |
Beta Was this translation helpful? Give feedback.
-
It seems with codec = "libfdk_aac" similar problems. Please check. When will it be possible to get the update from opam? |
Beta Was this translation helpful? Give feedback.
-
Have you tried to pin to the latest version as suggested above? |
Beta Was this translation helpful? Give feedback.
-
Yes, but new problem. I'm trying to start a YouTube stream but nothing happens Log:
journalctl:
MY LIQ FILE:
|
Beta Was this translation helpful? Give feedback.
-
Ubuntu 18.04.6 LTS (GNU/Linux 4.15.0-156-generic x86_64)
opam 4.08.0
liquidsoap v 2.0.0 rc-1
Liquidsoap whith ffmpeg but i cannot start broadcasting - dependencies are required, although installed on the system
Encode it in mp3:
source = ffmpeg.encode.audio(
%ffmpeg(%audio(codec="libmp3lame",samplerate=44100,channels=2))
source)
LOG:
Sep 14 15:57:52 live.radiospinner.com liquidsoap[9979]: Error 12: Unsupported format: %ffmpeg(%audio(codec="libmp3lame",samplerate=44100,channels=2)).
Sep 14 15:57:52 live.radiospinner.com liquidsoap[9979]: You must be missing an optional dependency.
Sep 14 15:57:52 live.radiospinner.com systemd[1]: pianorelaxyoutube.service: Control process exited, code=exited status=1
Sep 14 15:57:52 live.radiospinner.com systemd[1]: pianorelaxyoutube.service: Failed with result 'exit-code'.
Beta Was this translation helpful? Give feedback.
All reactions