> pretty simple script to request the URL of an mp3 file stored online
Does this mean you're using the `request.dynamic` operator in your liquidsoap
script?
You could try to configure the decoder's accepted mime types (here for `mad`)
```
set('decoder.mime_types.mad', ['audio/mpeg', 'audio/mpeg3', 'audio/mp3'])
```
Alternatively, if you use the
[`playlist`](https://www.liquidsoap.info/doc-1.3.6/reference.html#playlist)
operator, you could configure the `mime_type` parameter
--
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#issuecomment-463134683
_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users