Hello. I've seen that in the examples of Liquidsoap the music file is always an OGG file. However, Liquidsoap is meant to support MP3, so I have tried to change the code and stream an MP3. (the Icecast I'm using supports Mp3). So, I've taken an example that works with an OGG file using output.icecast, and I have changed it using an MP3 file and the output.icecast.mp3 function. When I run this example, everything "seems to work fine" (there are no errors in the log..), but the only problem is that the listener doesn't receive the correct audio. What is transmitted is a very noisy audio, like a white noise. What can it be? Do you have some working example with mp3?
I have a suspicion... could it be that Liquidsoap is trying to "re-encode" to .mp3 a file which is already an mp3, and so the result is a total noise? What I want is stream an mp3 without re-encoding it. Thanks .claudio
