Hello Everyone,<div><br></div><div>I have a bit of a problem trying to set up Icecast2 + Ice2, on my debian box, I installed  icecast2 ver  2.3.2-6 and ices2 2.0.1-8. I'm able to start icecast2 as shown in the logs:</div>
<div><br></div><div><div>[2012-12-24  20:34:27] INFO main/main Icecast 2.3.2 server started</div><div>[2012-12-24  20:34:27] DBUG yp/yp_recheck_config Updating YP configuration</div><div>[2012-12-24  20:34:27] INFO connection/get_ssl_certificate No SSL capability</div>
<div>[2012-12-24  20:34:27] INFO yp/yp_update_thread YP update thread started</div><div>[2012-12-24  20:34:27] INFO fserve/fserv_thread_function file serving thread started</div><div>[2012-12-24  20:34:27] INFO stats/_stats_thread stats thread started</div>
<div>[2012-12-24  20:34:28] DBUG slave/_slave_thread checking master stream list</div></div><div><br></div><div><br></div><div>I configure icecast wih pretty much default configuration and changed on my /etc/icecast/icecast.conf :</div>
<div><br></div><div><div>encoder_password qwQ4N.9cD37ag</div><div>admin_password   qwQ4N.9cD37ag</div><div>oper_password    qwQ4N.9cD37ag</div></div><div><br></div><div>and my xml file for ices, looks like this:</div><div>
<br></div><div><div><instance></div><div><hostname>172.16.0.116</hostname></div><div><port>8000</port></div><div><password>hackme</password></div><div><mount>/mpd.ogg</mount></div>
</div><div><br></div><div>the problem is when I started ices2. I got this error message:</div><div><br></div><div><br></div><div>INFO playlist-basic/playlist_basic_get_next_filename Loading playlist from file "/etc/icecast/playlist.txt"</div>
<div>INFO playlist-builtin/playlist_read Currently playing "/mnt/sdb1/Music/c/Cuca La/Lo Mejor de La Cuca/La_Cuca-Lo_Mejor_de_La_Cuca-01-Cara_De_Pizza.ogg"</div><div><div>INFO connection/_handle_source_request Source logging in at mountpoint "/mpd.ogg"</div>
<div>[2012-12-24  20:36:59] INFO connection/_handle_source_request Source (/mpd.ogg) attempted to login with</div></div><div>INFO connection/_handle_source_request Source (/mpd.ogg) attempted to login with invalid or missing password</div>
<div><br></div><div>EROR stream/ices_instance_stream Failed initial connect to <a href="http://172.16.0.116:8000">172.16.0.116:8000</a> (Login failed: Success)</div><div><br></div><div>I've tried all regarding makepasswd. but so far nothing. I've attached ices.xml and icecast2.conf in case any one can please help me out. Thanks in advance, and merry chistmas by the way.</div>
<div><br></div><div><br></div><div>icecast.conf</div><div><br></div><div><div>location Just west of Mars</div><div>rp_email kirk@enterprise.space</div><div>server_url <a href="http://www.icecast.org/">http://www.icecast.org/</a></div>
<div>max_clients 900</div><div>max_clients_per_source 900</div><div>max_sources 10</div><div>max_admins 5</div><div>throttle 10.0</div><div>use_meta_data 0</div><div>streamurllock 0</div><div>streamtitletemplate %s</div><div>
streamurl <a href="http://yp.icecast.org">http://yp.icecast.org</a></div><div>nametemplate %s</div><div>desctemplate %s</div><div>mount_fallback 1</div><div>encoder_password qwQ4N.9cD37ag</div><div>admin_password   qwQ4N.9cD37ag</div>
<div>oper_password    qwQ4N.9cD37ag</div><div>touch_freq 5</div><div>hostname 172.16.0.116</div><div>port 8000</div><div>port 8001</div><div>server_name <a href="http://debian.soadland.com">debian.soadland.com</a></div><div>
force_servername 0</div><div>logfile /var/log/icecast/icecast.log</div><div>accessfile /var/log/icecast/icecast.log</div><div>usagefile /var/log/icecast/icecast.log</div><div>logfiledebuglevel 0</div><div>consoledebuglevel 0</div>
<div>reverse_lookups 1</div><div>console_mode 0</div><div>client_timeout 30</div><div>kick_clients 0</div><div>staticdir /usr/share/icecast/static</div><div>templatedir /usr/share/icecast/templates</div><div>logdir /var/log/icecast</div>
<div>stats_log icecast.log</div><div>statshtml_log stats.html</div><div>stats_time 60</div><div>alias radiofri <a href="http://195.7.65.207:6903">http://195.7.65.207:6903</a></div><div>kick_relays 10</div><div>transparent_proxy 0</div>
<div>acl_policy 0</div><div>allow all *</div></div><div><br></div><div><br></div><div>Ices.xml</div><div><div><?xml version="1.0"?></div><div><ices></div><div><background>1</background></div>
<div><logpath>/var/log/</logpath></div><div><logfile>access.log</logfile></div><div><loglevel>4</loglevel></div><div><consolelog>0</consolelog></div><div><br></div><div><stream></div>
<div><br></div><div><input></div><div><module>playlist</module></div><div><param name="type">basic</param></div><div><param name="file">/etc/icecast/playlist.txt</param></div>
<div><param name="random">0</param></div><div><param name="restart-after-reread">0</param></div><div><param name="once">0</param></div><div></input></div>
<div><br></div><div><br></div><div><instance></div><div><hostname>172.16.0.116</hostname></div><div><port>8000</port></div><div><password>hackme</password></div><div><mount>/mpd.ogg</mount></div>
<div><reconnectdelay>2</reconnectdelay></div><div><reconnectattempts>5</reconnectattempts></div><div><maxqueuelength>80</maxqueuelength></div><div><encode></div><div><nominal-bitrate>64000</nominal-bitrate></div>
<div><samplerate>44100</samplerate></div><div><channels>2</channels></div><div></encode></div><div></instance></div><div></stream></div><div></ices></div></div><div><br></div>
<div>Jose Valdivia.</div><div><br></div>