rafael2k / darkice

DarkIce is a live audio streamer. It records audio from an audio interface (e.g. sound card), encodes it and sends it to a streaming server. This is the official development repository of Darkice.
http://www.darkice.org
198 stars 46 forks source link

DarkIce: IceCast2.cpp:251: Icecast2 - wrong password [0] #187

Open igorekRnd opened 9 months ago

igorekRnd commented 9 months ago

If I specify a comment in the password line, an error occurs. Everything is fine like this: password = my_passwd and this is how the error occurs: password = my_passwd # comment ... DarkIce: IceCast2.cpp:251: Icecast2 - wrong password [0]

igorekRnd commented 9 months ago

I looked at the solution here: https://stackoverflow.com/questions/67584143/solved-debug-darkice-to-understand-why-is-not-connecting-to-shoutcast

rafael2k commented 2 months ago

This is tricky, as some passwords might want the # char. We'll document in the line below of the password with a comment with the rules of the field.