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.

Home Page:http://www.darkice.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

0d0a opened this issue · comments

commented

1.3 works with same credentials for icecast2 server...
found the mistake!!!!

password line MUST NOT contain anything but password... no # comment after password!!!!!!!

The same is true for Darkice 1.4. The password must not have anything but
password = xxxxxx
no comment.

commented

Yes, I removed the comments in the password line and ShoutCast from Darkice 1.4 works with listen2myradio.com
thanks for your help.

Can we replace the 1.3 version that is in the Raspberry Pi module updates with the 1.4 that actually works? When doing an apt-get install darkice, the installed version doesn't work with ShoutCast (even with no comment on the password line. Thanks.

commented