Have you checked your firewall settings on your windows machine?  Is there a firewall in the path of the connection?<span></span><br><br>On Saturday, August 15, 2015, Jeremiah Rogers <<a href="mailto:jeremiahzrogers@gmail.com">jeremiahzrogers@gmail.com</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Greetings:<br>
<br>
I use Icecast 2.4.0 on Windows 8.1. I have a config file which sets up<br>
roughly a dozen relays to connect on demand.<br>
<br>
My typical use is to connect to 1-4 of the streams simultaneously. All<br>
connections are either via WinAmp to 127.0.0.1 or via other clients on<br>
my LAN. My intent is to leave the connections active for up to 72 hours.<br>
<br>
When I connect through my relays, eventually the connections are dropped<br>
with "Disconnecting source due to socket timeout" errors. Connecting to<br>
the sources directly allows me to stream as long as I like. I presume my<br>
problem to be me misunderstanding one or more settings, and any<br>
tinkering I've done chasing the problem has centered on the limits<br>
section. I've tried modifying queue-size, client-timeout,<br>
header-timeout, source-timeout, burst-on-connect, and burst-size to no<br>
avail. My config file is below. The config file has multiple relay<br>
sections which follow the example here.<br>
<br>
<icecast><br>
<limits><br>
         <clients>16</clients><br>
         <sources>12</sources><br>
         <threadpool>5</threadpool><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>
         <burst-on-connect>1</burst-on-connect><br>
         <burst-size>65535</burst-size><br>
     </limits><br>
<br>
     <!-- set the mountpoint for a shoutcast source to use, the default<br>
if not<br>
          specified is /stream but you can change it here if an<br>
alternative is<br>
          wanted or an extension is required<br>
     <shoutcast-mount>/jzrcast</shoutcast-mount><br>
     --><br>
<br>
     <hostname>jzrtablet</hostname><br>
<br>
     <listen-socket><br>
         <port>8000</port><br>
         <!-- <shoutcast-mount>/stream</shoutcast-mount> --><br>
     </listen-socket><br>
<br>
     <relays-on-demand>1</relays-on-demand><br>
<br>
     <!-- StationNameGoesHere Relay --><br>
     <relay><br>
         <server>DomainGoesHere</server><br>
         <port>8000</port><br>
         <mount>/WhateverFollowsSlashInStreamURL</mount><br>
<local-mount>/SomethingICanRememberGoesHere</local-mount><br>
         <!--<on-demand>0</on-demand>--><br>
         <public>0</public><br>
<relay-shoutcast-metadata>1</relay-shoutcast-metadata><br>
     </relay><br>
</icecast><br>
<br>
Everything past the relays section is unaltered from the default. Thanks<br>
in advance for any thoughts.<br>
<br>
--<br>
Jeremiah Rogers<br>
Mobile (Voice/Text): 704-996-5334<br>
Email: <a href="javascript:;" onclick="_e(event, 'cvml', 'jeremiahzrogers@gmail.com')">jeremiahzrogers@gmail.com</a><br>
Facebook/Twitter: /jzrogers<br>
<br>
_______________________________________________<br>
Icecast mailing list<br>
<a href="javascript:;" onclick="_e(event, 'cvml', 'Icecast@xiph.org')">Icecast@xiph.org</a><br>
<a href="http://lists.xiph.org/mailman/listinfo/icecast" target="_blank">http://lists.xiph.org/mailman/listinfo/icecast</a><br>
</blockquote>