Displaying 2 results from an estimated 2 matches for "qwq4n".
2012 Dec 25
3
stream/ices_instance_stream Failed initial connect to 172.16.0.116:8000 (Login failed: Success
...on file serving
thread started
[2012-12-24 20:34:27] INFO stats/_stats_thread stats thread started
[2012-12-24 20:34:28] DBUG slave/_slave_thread checking master stream list
I configure icecast wih pretty much default configuration and changed on my
/etc/icecast/icecast.conf :
encoder_password qwQ4N.9cD37ag
admin_password qwQ4N.9cD37ag
oper_password qwQ4N.9cD37ag
and my xml file for ices, looks like this:
<instance>
<hostname>172.16.0.116</hostname>
<port>8000</port>
<password>hackme</password>
<mount>/mpd.ogg</mount>
the problem is...
2012 Dec 25
1
stream/ices_instance_stream Failed initial connect to 172.16.0.116:8000 (Login failed: Success
On 25/12/12 12:17, Philipp Schafft wrote:
> reflum,
>
> On Mon, 2012-12-24 at 20:40 -0600, Don Soad wrote:
>> I configure icecast wih pretty much default configuration and changed
>> on my /etc/icecast/icecast.conf :
>>
>> encoder_password qwQ4N.9cD37ag admin_password qwQ4N.9cD37ag
>> oper_password qwQ4N.9cD37ag
> Are you using icecast 1.x? We _very_, _very_ strongly recommend to
> upgrade your icecast (to 2.3.3)!
>
apt-get purge icecast-server
apt-get install icecast2
If you want to have the latest version, you'l...