<div dir="ltr"><div class="gmail_default" style="font-family:verdana,sans-serif;color:#0000ff">I am using Winamp, Icecast2 Server, and Edcast.  I believe I have set these up properly so that I can set up and broadcast an internet radio station.  <br></div><div class="gmail_default" style="font-family:verdana,sans-serif;color:#0000ff"><br></div><div class="gmail_default" style="font-family:verdana,sans-serif;color:#0000ff">These are the links I used to help me:</div><div class="gmail_default" style="font-family:verdana,sans-serif;color:#0000ff"><br></div><div class="gmail_default" style="font-family:verdana,sans-serif;color:#0000ff"><a href="https://www.pcworld.com/article/190705/start_your_own_internet_radio_station_for_free.html">https://www.pcworld.com/article/190705/start_your_own_internet_radio_station_for_free.html</a></div><div class="gmail_default" style="font-family:verdana,sans-serif;color:#0000ff"><br></div><div class="gmail_default" style="font-family:verdana,sans-serif;color:#0000ff"><a href="https://www.fastserv.com/kb/article/edcast_winamp_-_easy_steps_to_streaming_to_icecast_or_shoutcast/">https://www.fastserv.com/kb/article/edcast_winamp_-_easy_steps_to_streaming_to_icecast_or_shoutcast/</a></div><div class="gmail_default" style="font-family:verdana,sans-serif;color:#0000ff"><br></div><div class="gmail_default" style="font-family:verdana,sans-serif;color:#0000ff"><a href="http://icecast.org/docs/icecast-2.4.1/">http://icecast.org/docs/icecast-2.4.1/</a></div><div class="gmail_default" style="font-family:verdana,sans-serif;color:#0000ff"><br></div><div class="gmail_default" style="font-family:verdana,sans-serif;color:#0000ff">Also, here is my icecast.xml file:</div><div class="gmail_default" style="font-family:verdana,sans-serif;color:#0000ff"><br></div><div class="gmail_default" style="font-family:verdana,sans-serif;color:#0000ff"><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>paavo</admin><br><br>    <!-- 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>71.115.185.54</hostname><br><br>    <!-- 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: <a href="http://icecast.org/docs/">http://icecast.org/docs/</a><br>    --><br><br>    <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><br><br>    <authentication><br>        <!-- Sources log in with username 'source' --><br>        <source-password>freddie1948</source-password><br>        <!-- Relays log in with username 'relay' --><br>        <relay-password>donna1951</relay-password><br><br>        <!-- Admin logs in with the username given below --><br>        <admin-user>paavo</admin-user><br>        <admin-password>suomi48</admin-password><br>    </authentication><br><br>    <!-- 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>    --><br><br>    <!-- Uncomment this if you want directory listings --><br>    <!--<br>    <directory><br>        <yp-url-timeout>15</yp-url-timeout><br>        <yp-url><a href="http://dir.xiph.org/cgi-bin/yp-cgi">http://dir.xiph.org/cgi-bin/yp-cgi</a></yp-url><br>    </directory><br>    --><br><br>    <!-- 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>    --><br><br><br>    <!-- Global header settings <br>         Headers defined here will be returned for every HTTP request to Icecast.<br><br>         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><br><br><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>mikey</master-password>--><br><br>    <!-- 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>--><br><br>    <!--<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><br><br>        <relay-shoutcast-metadata>0</relay-shoutcast-metadata><br>    </relay><br>    --><br><br><br>    <!-- Mountpoints<br>         Only define <mount> sections if you want to use advanced options,<br>         like alternative usernames or passwords<br>    --><br><br>    <!-- 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="<a href="http://auth.example.org/stream_start.php">http://auth.example.org/stream_start.php</a>"/><br>        </authentication><br>        <http-headers><br>                <header name="foo" value="bar" /><br>        </http-headers><br>    </mount><br>    --><br><br>    <!-- Normal mounts --><br>    <!--<br>    <mount type="normal"><br>        <mount-name>/example-complex.ogg</mount-name><br><br>        <username>othersource</username><br>        <password>randolph</password><br><br>        <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="<a href="http://webplayer.example.org">http://webplayer.example.org</a>" /><br>                <header name="baz" value="quux" /><br>        </http-headers><br>    </mount><br>    --><br><br>    <!--<br>    <mount type="normal"><br>        <mount-name>/auth_example.ogg</mount-name><br>        <authentication type="url"><br>            <option name="mount_add"       value="<a href="http://myauthserver.net/notify_mount.php">http://myauthserver.net/notify_mount.php</a>"/><br>            <option name="mount_remove"    value="<a href="http://myauthserver.net/notify_mount.php">http://myauthserver.net/notify_mount.php</a>"/><br>            <option name="listener_add"    value="<a href="http://myauthserver.net/notify_listener.php">http://myauthserver.net/notify_listener.php</a>"/><br>            <option name="listener_remove" value="<a href="http://myauthserver.net/notify_listener.php">http://myauthserver.net/notify_listener.php</a>"/><br>            <option name="headers"         value="x-pragma,x-token"/><br>            <option name="header_prefix"   value="ClientHeader."/><br>        </authentication><br>    </mount><br>    --><br><br>    <fileserve>1</fileserve><br><br>    <paths><br>        <logdir>./log</logdir><br>        <webroot>./web</webroot><br>        <adminroot>./admin</adminroot><br><br>        <!-- 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><br><br>    <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 class="gmail_default" style="font-family:verdana,sans-serif;color:#0000ff"><br></div><div class="gmail_default" style="font-family:verdana,sans-serif;color:#0000ff">If you can help me correct any incorrect settings so that I can broadcast, please let me know, or direct me to the proper person/website.</div><div class="gmail_default" style="font-family:verdana,sans-serif;color:#0000ff"><br></div><div class="gmail_default" style="font-family:verdana,sans-serif;color:#0000ff">Thank you.</div><div class="gmail_default" style="font-family:verdana,sans-serif;color:#0000ff"><br></div><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div><div><br><span style="background-color:rgb(53,28,117)"></span></div><div><span style="background-color:rgb(53,28,117)"><span style="background-color:rgb(255,255,255)"><span><font color="#0000ff">/s/<br></font></span></span></span></div><div><span style="background-color:rgb(53,28,117)"><span style="background-color:rgb(255,255,255)"><span><font color="#0000ff">Paul R. Davis<br></font></span></span></span></div><div><span style="background-color:rgb(53,28,117)"><span style="background-color:rgb(255,255,255)"><span><font color="#0000ff"><a href="mailto:19suomi48@gmail.com" target="_blank">19suomi48@gmail.com</a><br></font></span></span></span></div></div><span style="background-color:rgb(53,28,117)"></span></div><span style="background-color:rgb(53,28,117)"></span></div></div></div></div></div></div></div></div></div></div></div></div><div id="DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2"><br>
<table style="border-top:1px solid #d3d4de">
        <tr>
        <td style="width:55px;padding-top:13px"><a href="https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail&utm_term=icon" target="_blank"><img src="https://ipmcdn.avast.com/images/icons/icon-envelope-tick-round-orange-animated-no-repeat-v1.gif" alt="" width="46" height="29" style="width: 46px; height: 29px;"></a></td>
                <td style="width:470px;padding-top:12px;color:#41424e;font-size:13px;font-family:Arial,Helvetica,sans-serif;line-height:18px">Virus-free. <a href="https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail&utm_term=link" target="_blank" style="color:#4453ea">www.avast.com</a>
                </td>
        </tr>
</table><a href="#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2" width="1" height="1"></a></div>