I’m using a pretty simple script to request the URL of an mp3 file stored 
online. Prior to updating liquid soap this worked perfectly and the mp3 file 
played (using liquid soap 1.3.1).

After switching to installing with opam and liquid soap 1.3.3 instead of the 
track playing it logs out an error like this:

```
18:39:10 soap.1 | 2019/02/10 18:39:10 [procol.external:3] Failed to fetch 
mime-type for 
http://mysite.com/krrBrS6LQ1poMoM9EyI2zhePCUk6jvMz7IkNjxLT27-ScLKeCP1TuyJcbRQ287Or6s4i22farmIePVxd-K-HwtVrwecha4qOI5CiobC-ZMgMcUfGXac_VqGgLO-7qx5H4-pm4p40CGGHhexL90uCe02JsQjJ-sJ5C0rj0cLCMIHcGQdVE6tjpUUvzGB36KMK2-VoHlJGSW0&;.
```

The stream gets generated like this:

```
output.icecast(
  %mp3(id3v2=true,bitrate=128,samplerate=44100),
  s
)
```

 - OS: `Ubuntu 14.04.5 LTS (GNU/Linux 3.13.0-164-generic x86_64)`
 - Version: `1.3.3`

Installed using opam now:

```
opam install cry alsa pulseaudio mad taglib lame ogg vorbis opus voaacenc 
fdkaac faad flac ladspa soundtouch samplerate xmlplaylist dtools duppy mm 
liquidsoap
```

Has something changed between versions which may have caused this?

I’ve looked to see if I can manually specifiy the mime-type but been unable to 
find anything in the documentation.

Many thanks for any advice.

-- 
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/708
_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to