Thanks @toots!

I've tried to install ffmpeg via opam as the `liquidsoap` user, and it seems to 
have installed correctly...

```
liquidsoap@c3a77a86fdaf:/usr/local/opam/system/bin$ opam depext ffmpeg
# Detecting depexts using flags: x86_64 linux ubuntu
# The following system packages are needed:
#  - libavformat-dev
#  - libavutil-dev
#  - libswscale-dev
#  - m4
#  - pkg-config
# All required OS packages found.
liquidsoap@c3a77a86fdaf:/usr/local/opam/system/bin$ opam install ffmpeg
The following actions will be performed:
  ∗  install ffmpeg 0.2.0

=-=- Gathering sources =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
[ffmpeg] Archive in cache

=-=- Processing actions -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
∗  installed ffmpeg.0.2.0
Done.
```

but i am still seeing the same error pasted earlier upon testing playback. no 
change, so i'm wondering what i'm missing here. i also noticed that OCaml 
wasn't re-compiled. 

liquidsoap seems to be attempting the same set of decoders, which is also 
reflected by my `--conf-dump:`

```
[...]
# set("decoder.file_decoders",["META","WAV","AIFF","MIDI","IMAGE","OGG","MAD"])
[...]
```

do i need to manually add ffmpeg to the file_decoders config? how would i do 
that?

ps. more context: i [see](https://github.com/LibreTime/libretime/issues/192) 
we're installing `fdkaac` via opam. is this the decoder that i'm now trying to 
replace with `ffmpeg`?

thank you!!!

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/savonet/liquidsoap/issues/713#issuecomment-464863524
_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to