<html><div>Hi, could you please help me with this situation,  the operating system in my computer is Windows 10, and icecast cannot start properly here is my configuration: </div>
<div><icecast><br> <!-- location and admin are two arbitrary strings that are e.g. visible<br> on the server info page of the icecast web interface<br> (server_version.xsl). --><br> <location>Earth</location><br> <admin>icemaster@localhost</admin></div>
<div><!-- This is the hostname other people will use to connect to your server.<br> It affects mainly the urls generated by Icecast for playlists and yp<br> listings. You MUST configure it properly for YP listings to work!<br> --><br> <hostname>localhost</hostname></div>
<div><!-- IMPORTANT!<br> Especially for inexperienced users:<br> Start out by ONLY changing all passwords and restarting Icecast.<br> For detailed setup instructions please refer to the documentation.<br> It's also available here: http://icecast.org/docs/<br> --></div>
<div><limits><br> <clients>100</clients><br> <sources>2</sources><br> <queue-size>524288</queue-size><br> <client-timeout>30</client-timeout><br> <header-timeout>15</header-timeout><br> <source-timeout>10</source-timeout><br> <!-- If enabled, this will provide a burst of data when a client <br> first connects, thereby significantly reducing the startup <br> time for listeners that do substantial buffering. However,<br> it also significantly increases latency between the source<br> client and listening client. For low-latency setups, you<br> might want to disable this. --><br> <burst-on-connect>1</burst-on-connect><br> <!-- same as burst-on-connect, but this allows for being more<br> specific on how much to burst. Most people won't need to<br> change from the default 64k. Applies to all mountpoints --><br> <burst-size>65535</burst-size><br> </limits></div>
<div><authentication><br> <!-- Sources log in with username 'source' --><br> <source-password>lola14</source-password><br> <!-- Relays log in with username 'relay' --><br> <relay-password>lola14</relay-password></div>
<div><!-- Admin logs in with the username given below --><br> <admin-user>admin</admin-user><br> <admin-password>lola14</admin-password><br> </authentication></div>
<div><!-- set the mountpoint for a shoutcast source to use, the default if not<br> specified is /stream but you can change it here if an alternative is<br> wanted or an extension is required<br> <shoutcast-mount>/live.nsv</shoutcast-mount><br> --></div>
<div><!-- Uncomment this if you want directory listings --><br> <!--<br> <directory><br> <yp-url-timeout>15</yp-url-timeout><br> <yp-url>http://dir.xiph.org/cgi-bin/yp-cgi</yp-url><br> </directory><br> --></div>
<div><!-- You may have multiple <listener> elements --><br> <listen-socket><br> <port>8000</port><br> <!-- <bind-address>127.0.0.1</bind-address> --><br> <!-- <shoutcast-mount>/stream</shoutcast-mount> --><br> </listen-socket><br> <!--<br> <listen-socket><br> <port>8080</port><br> </listen-socket><br> --><br> <!--<br> <listen-socket><br> <port>8443</port><br> <ssl>1</ssl><br> </listen-socket><br> --></div>
<div><br> <!-- Global header settings <br> Headers defined here will be returned for every HTTP request to Icecast.</div>
<div>The ACAO header makes Icecast public content/API by default<br> This will make streams easier embeddable (some HTML5 functionality needs it).<br> Also it allows direct access to e.g. /status-json.xsl from other sites.<br> If you don't want this, comment out the following line or read up on CORS. <br> --><br> <http-headers><br> <header name="Access-Control-Allow-Origin" value="*" /><br> </http-headers></div>
<div><br> <!-- Relaying<br> You don't need this if you only have one server.<br> Please refer to the config for a detailed explanation.<br> --><br> <!--<master-server>127.0.0.1</master-server>--><br> <!--<master-server-port>8001</master-server-port>--><br> <!--<master-update-interval>120</master-update-interval>--><br> <!--<master-password>hackme</master-password>--></div>
<div><!-- setting this makes all relays on-demand unless overridden, this is<br> useful for master relays which do not have <relay> definitions here.<br> The default is 0 --><br> <!--<relays-on-demand>1</relays-on-demand>--></div>
<div><!--<br> <relay><br> <server>127.0.0.1</server><br> <port>8080</port><br> <mount>/example.ogg</mount><br> <local-mount>/different.ogg</local-mount><br> <on-demand>0</on-demand></div>
<div><relay-shoutcast-metadata>0</relay-shoutcast-metadata><br> </relay><br> --></div>
<div><br> <!-- Mountpoints<br> Only define <mount> sections if you want to use advanced options,<br> like alternative usernames or passwords<br> --></div>
<div><!-- Default settings for all mounts that don't have a specific <mount type="normal">.<br> --><br> <!-- <br> <mount type="default"><br> <public>0</public><br> <intro>/server-wide-intro.ogg</intro><br> <max-listener-duration>3600</max-listener-duration><br> <authentication type="url"><br> <option name="mount_add" value="http://auth.example.org/stream_start.php"/><br> </authentication><br> <http-headers><br> <header name="foo" value="bar" /><br> </http-headers><br> </mount><br> --></div>
<div><!-- Normal mounts --><br> <!--<br> <mount type="normal"><br> <mount-name>/example-complex.ogg</mount-name></div>
<div><username>othersource</username><br> <password>hackmemore</password></div>
<div><max-listeners>1</max-listeners><br> <dump-file>/tmp/dump-example1.ogg</dump-file><br> <burst-size>65536</burst-size><br> <fallback-mount>/example2.ogg</fallback-mount><br> <fallback-override>1</fallback-override><br> <fallback-when-full>1</fallback-when-full><br> <intro>/example_intro.ogg</intro><br> <hidden>1</hidden><br> <public>1</public><br> <authentication type="htpasswd"><br> <option name="filename" value="myauth"/><br> <option name="allow_duplicate_users" value="0"/><br> </authentication><br> <http-headers><br> <header name="Access-Control-Allow-Origin" value="http://webplayer.example.org" /><br> <header name="baz" value="quux" /><br> </http-headers><br> </mount><br> --></div>
<div><!--<br> <mount type="normal"><br> <mount-name>/auth_example.ogg</mount-name><br> <authentication type="url"><br> <option name="mount_add" value="http://myauthserver.net/notify_mount.php"/><br> <option name="mount_remove" value="http://myauthserver.net/notify_mount.php"/><br> <option name="listener_add" value="http://myauthserver.net/notify_listener.php"/><br> <option name="listener_remove" value="http://myauthserver.net/notify_listener.php"/><br> <option name="headers" value="x-pragma,x-token"/><br> <option name="header_prefix" value="ClientHeader."/><br> </authentication><br> </mount><br> --></div>
<div><fileserve>1</fileserve></div>
<div><paths><br> <logdir>./log</logdir><br> <webroot>./web</webroot><br> <adminroot>./admin</adminroot></div>
<div><!-- Aliases: treat requests for 'source' path as being for 'dest' path<br> May be made specific to a port or bound address using the "port"<br> and "bind-address" attributes.<br> --><br> <!--<br> <alias source="/foo" destination="/bar"/><br> --><br> <!-- Aliases: can also be used for simple redirections as well,<br> this example will redirect all requests for http://server:port/ to<br> the status page<br> --><br> <alias source="/" destination="/status.xsl"/><br> <!-- The certificate file needs to contain both public and private part.<br> Both should be PEM encoded.<br> <ssl-certificate>./icecast.pem</ssl-certificate><br> --><br> </paths></div>
<div><logging><br> <accesslog>access.log</accesslog><br> <errorlog>error.log</errorlog><br> <!-- <playlistlog>playlist.log</playlistlog> --><br> <loglevel>3</loglevel> <!-- 4 Debug, 3 Info, 2 Warn, 1 Error --><br> <logsize>10000</logsize> <!-- Max size of a logfile --><br> <!-- If logarchive is enabled (1), then when logsize is reached<br> the logfile will be moved to [error|access|playlist].log.DATESTAMP,<br> otherwise it will be moved to [error|access|playlist].log.old.<br> Default is non-archive mode (i.e. overwrite)<br> --><br> <!-- <logarchive>1</logarchive> --><br> </logging><br></icecast>            </div>
<div> </div>
<div>So, could you please locate in what line this problem is. "could not create listener socket on port 8000"  </div>
<div>Thanks in advance </div>
<div>Best regards, </div>
<div>Miguel Jean </div>
<div> </div></html>

<br><br><font SIZE="2" color="#000000">____________________________________________________________</font><br><a style="TEXT-DECORATION: none" href="http://thirdpartyoffers.netzero.net/TGL3232/5b564f3cc3a404f3a28e4st02duc" target=_blank><font face="Arial"><font color="#004080" size="3"><b>1 Simple Trick Removes Eye Bags & Lip Lines in Seconds</b></font><br><font color="#000000" size="2">Fit Mom Daily<br></a><a style="COLOR: #000000" href="http://thirdpartyoffers.netzero.net/TGL3232/5b564f3cc3a404f3a28e4st02duc" target=_blank>http://thirdpartyoffers.netzero.net/TGL3232/5b564f3cc3a404f3a28e4st02duc</a></font></font><br><img src="https://d32oduq093hvot.cloudfront.net/icons/sponsoredlinksby.png" alt="SponsoredBy Content.Ad">