[`set`](https://www.liquidsoap.info/doc-1.3.6/reference.html#set) allows you to 
change some Liquidsoap settings.

With `set('decoder.mime_types.mad', ['audio/mpeg', 'audio/mpeg3', 
'audio/mp3'])`, we're telling `mad` (the decoder) which mime-types to use to 
guess the audio format.
You can find more information 
[here](https://www.liquidsoap.info/doc-1.3.6/settings.html#), at "Decoder 
settings" > "Mime type used for guessing audio format".

Maybe one of those API call is returning a `Content-Type` that isn't handled by 
any decoder

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

Reply via email to