search for: client_timeout

Displaying 20 results from an estimated 24 matches for "client_timeout".

2004 Aug 06
1
Keeping icecast from kicking clients
...l_policy 0 deny all * allow all 192.168.1.* max_clients 10 max_clients_per_source 10 max_sources 5 max_admins 5 throttle 10 console_mode 0 reverse_lookups 0 Attempt 2 location Uranus rp_email you@your.com server_url www.your.com hostname 192.168.1.147 port 8000 port 8001 server_name 192.168.1.147 client_timeout -1 acl_policy 0 deny all * allow all 192.168.1.* max_clients 10 max_clients_per_source 10 max_sources 5 max_admins 5 throttle 10 console_mode 0 reverse_lookups 0 Attempt 3 location Uranus rp_email you@your.com server_url www.your.com hostname 192.168.1.147 port 8000 port 8001 server_name 192.168...
2004 Aug 06
2
Source Reconnect Problem in
...rce stream automaticly. I have to do this via admin console then. Whats the problem? COnfig file max_clients 30 max_clients_per_source 30 max_sources 1 max_admins 3 throttle 10.0 use_meta_data 0 streamurllock 0 streamtitletemplate %s streamurl sth nametemplate %s desctemplate %s mount_fallback 1 client_timeout 0 kick_clients 1 <p>Can u help me?? <p>Stefan Jacobi <p><p>--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only t...
2004 Aug 06
2
how to modify ices source?
On Wednesday, 01 August 2001 at 16:37, Robin P. Blanchard wrote: > > assuming otto can execute an arbitrary shell command whenever the > > track plays (I assume it can call whatever mp3 decoder you want), you > > can > > a) have a script that does something like > > echo $1 > /path/to/playlist.txt > > Then ices will reload the playlist file (size: one entry)
2004 Aug 06
1
Graceful Icecast Source Switching?
...tream, I do the following: (1) Kill the ICES process on Server A (2) Start a RELAY PULL on Server A to point it to Server B Server A starts streaming the Server B feed properly, but all the existing Server A listeners get kicked. Everyone then needs to reconnect. I've tried increasing the CLIENT_TIMEOUT but it doesn't seem to be the fix. (I've also changed the RELAY_RECONNECT_MAX from infinite (-1) to 3 so that Server A doesn't keep grasping for the now-dead ICES stream and accepts the new Server B feed). Any help appreciated. Thanks, Roy <p>--- >8 ---- List archives:...
2004 Aug 06
2
what happens to a client when a streams source dissapears
Heyas all, I've had a good root round in the docs but cant seem to find an answer to this:
2005 Jun 09
2
Relay-only icecast with no encoders.
...cking unknown 0 [127.0.0.1] [No encoder], connected for 7 seconds But I have no need in encoder! Default stream should be just an alias to my ukrainian server. Any ideas how can I fix it? PS. Appropriate parts of config: mount_fallback 1 port 8000 port 8001 server_name dynamic force_servername 0 client_timeout -1 kick_clients 0 alias / http://195.245.80.76:8000/ kick_relays 100 transparent_proxy 0 allow client * allow admin 195.245.81.26 allow admin 195.245.80.26 allow admin 127.0.0.1 allow source 195.245.81.26 allow source 195.245.80.26 allow source 195.245.80.76 -- WBR, Alexander A. Vlasov +38(039...
2004 Aug 06
2
winamp shout
...like this: ########################### Client Timeout #################################### # (How to deal with clients when no encoder is connected) # A negative value means keep them forever # 0 (zero) means kick them out instantly # X > 0 means keep them X seconds ########################### client_timeout 0 ######################### Kicking clients ##################################### # If set to 1, then clients whose source has disconnected will # be kicked. If set to 0, they will simply be moved to another # stream. This only has an effect if client_timeout is <= 0. #########################...
2004 Aug 06
0
[PATCH] Add per-listener and per-mount connection time limits.
...NFIG_DEFAULT_ADMIN "icemaster@localhost" #define CONFIG_DEFAULT_CLIENT_LIMIT 256 #define CONFIG_DEFAULT_SOURCE_LIMIT 16 + #define CONFIG_DEFAULT_CLIENT_TIME_LIMIT 0 #define CONFIG_DEFAULT_QUEUE_SIZE_LIMIT (100*1024) #define CONFIG_DEFAULT_THREADPOOL_SIZE 4 #define CONFIG_DEFAULT_CLIENT_TIMEOUT 30 *************** *** 276,281 **** --- 277,283 ---- configuration->admin = CONFIG_DEFAULT_ADMIN; configuration->client_limit = CONFIG_DEFAULT_CLIENT_LIMIT; configuration->source_limit = CONFIG_DEFAULT_SOURCE_LIMIT; + configuration->client_time_limit = CONFIG_DEFAU...
2012 Dec 25
3
stream/ices_instance_stream Failed initial connect to 172.16.0.116:8000 (Login failed: Success
...37ag touch_freq 5 hostname 172.16.0.116 port 8000 port 8001 server_name debian.soadland.com force_servername 0 logfile /var/log/icecast/icecast.log accessfile /var/log/icecast/icecast.log usagefile /var/log/icecast/icecast.log logfiledebuglevel 0 consoledebuglevel 0 reverse_lookups 1 console_mode 0 client_timeout 30 kick_clients 0 staticdir /usr/share/icecast/static templatedir /usr/share/icecast/templates logdir /var/log/icecast stats_log icecast.log statshtml_log stats.html stats_time 60 alias radiofri http://195.7.65.207:6903 kick_relays 10 transparent_proxy 0 acl_policy 0 allow all * Ices.xml <?xml...
2004 Aug 06
0
[shout/icecast] problem streaming
...tory yp.icecast.org #directory yp.mp3.de #touch_freq 5 hostname 172.16.128.5 port 8000 port 8001 erver_name radiocity.ctberlin.de force_servername 0 logfile icecast.log accessfile ice_access.log usagefile ice_usage.log logfiledebuglevel 0 consoledebuglevel 0 reverse_lookups 0 console_mode 3 client_timeout 30 kick_clients 1 #staticdir c:\windows\desktop staticdir /music templatedir /usr/local/stream/icecast/templates logdir /usr/local/stream/icecast/log tats_log stats.log statshtml_log stats.html stats_time 60 kick_relays 10 transparent_proxy 0 #acl_policy 0 #deny all * #allow all *.ryd.stude...
2004 Aug 06
2
ices compile problems (again...)
Thanks Brendan and Moritz! Reminds me a bit of LOTR "Speak Friend and Enter..." All better now... Roy At 08:16 PM 04/25/02 +0200, you wrote: >Roy Harvey wrote: > > ./configure --with-xml-config=/usr/local/lib/libxml2.so > >try something like > >./configure --with-xml-config=/usr/local/bin/xml-config > > >Moritz <p>--- >8 ---- List archives:
2004 Aug 06
0
Impossible to connect to ANY yp server
...#directory yp.dmzs.com #directory icecast.linuxpower.org touch_freq 5 hostname ormgas.com port 8000 port 8001 server_name ormgas.com force_servername 1 logfile icecast.log accessfile access.log usagefile usage.log logfiledebuglevel 0 consoledebuglevel 0 console_mode 3 client_timeout 30 kick_clients 0 staticdir /usr/share/icecast/static templatedir /usr/share/icecast/templates logdir /var/log/icecast stats_log stats.log statshtml_log stats.html stats_time 60 kick_relays 10 transparent_proxy 0 acl_policy 0 allow all 126.1.120.* allow all 127.0.0.1 a...
2003 Oct 26
0
Patches for samba 3.0.0 client/client.c
...================ --- client.c.orig 2003-10-27 01:38:55.000000000 +0800 +++ client.c 2003-10-27 01:38:37.000000000 +0800 @@ -49,6 +49,8 @@ static int process_tok(fstring tok); static int cmd_help(void); +static int connect_timeout = 20*1000; + /* 30 second timeout on most commands */ #define CLIENT_TIMEOUT (30*1000) #define SHORT_TIMEOUT (5*1000) @@ -2533,7 +2535,9 @@ if (have_ip) ip = dest_ip; /* have to open a new connection */ - if (!(c=cli_initialise(NULL)) || (cli_set_port(c, port) != port) || + + if (!(c=cli_initialise(NULL)) || !(c->timeout = connect_timeout) || + (cli...
2004 Aug 06
1
Clients connect but no stream...
...ation.de #directory yp.icecast.org #directory yp.mp3.de touch_freq 5 hostname 216.89.xxx.xxx port 8000 port 8001 erver_name 216.89.xxx.xxx force_servername 0 logfile icecast.log accessfile access.log usagefile usage.log logfiledebuglevel 0 consoledebuglevel 0 reverse_lookups 1 console_mode 0 client_timeout 30 kick_clients 0 #staticdir c:\windows\desktop staticdir /usr/local/icecast/static templatedir /usr/local/icecast/templates logdir /usr/local/icecast/logs stats_log stats.log statshtml_log stats.html stats_time 60 #alias radiofri http://195.7.65.207:6903 #kick_relays 10 transparent_proxy 0...
2004 Aug 06
2
icecast+liveice in normal user fail
I would like to use icecast and liveice as my normal account. If I do so, using xmms, I can access the relayed radios I have defined, but I cannot listen th the playlist liveice is broadcasting on /disk. XMMS tells me that the specified stream could not be found. If I launch icecast as root however, it works fine. I've searched through the logs and checked the file permissions but I
2004 Aug 06
2
Icecast winamp oddcast mountpoint problem?
...cecast.org nametemplate %s desctemplate %s mount_fallback 1 encoder_password *** admin_password *** oper_password *** port 8000 port 8001 force_servername 0 logfile icecast.log accessfile access.log usagefile usage.log logfiledebuglevel 0 consoledebuglevel 0 reverse_lookups 1 console_mode 0 client_timeout 30 kick_clients 0 taticdir /usr/local/share/icecast/static templatedir /usr/local/share/icecast/templates logdir /var/log/icecast stats_log stats.log statshtml_log stats.html stats_time 60 kick_relays 10 transparent_proxy 0 acl_policy 1 #deny all * #allow all *.ryd.student.liu.se ===========...
2004 Aug 06
0
No encoder
...le_mode 0 ########################### Client Timeout #################################### # (How to deal with clients when no encoder is connected) # A negative value means keep them forever # 0 (zero) means kick them out instantly # X > 0 means keep them X seconds ########################### client_timeout 30 ######################### Kicking clients ##################################### # If set to 1, then clients whose source has disconnected will # be kicked. If set to 0, they will simply be moved to another # stream. This only has an effect if client_timeout is <= 0. ########################...
2004 Aug 06
2
Placing Icecast in a chroot jail
...t_fallback 0 encoder_password xxx admin_password xxx oper_password xxx touch_freq 5 hostname 192.168.1.40 port 8000 server_name phi.local force_servername 0 logfile icecast.log accessfile access.log usagefile usage.log logfiledebuglevel 0 consoledebuglevel 0 reverse_lookups 1 console_mode 3 client_timeout 30 kick_clients 0 taticdir /usr/share/icecast/static templatedir /usr/share/icecast/templates logdir /var/log/icecast stats_log stats.log statshtml_log stats.html stats_time 10 alias radiofri http://195.7.65.207:6903 kick_relays 10 transparent_proxy 0 acl_policy 0 allow all 127.0.0.1 allow...
2004 Aug 06
2
Admin question[s]
...ole_mode 0 ########################### Client Timeout #################################### # (How to deal with clients when no encoder is connected) # A negative value means keep them forever # 0 (zero) means kick them out instantly # X > 0 means keep them X seconds ########################### client_timeout 30 ######################### Kicking clients ##################################### # If set to 1, then clients whose source has disconnected will # be kicked. If set to 0, they will simply be moved to another # stream. This only has an effect if client_timeout is <= 0. #########################...
2004 Aug 06
2
Admin question[s]
David Dennis wrote: > welcome to the list. > > Check the archives. > > There you will find about one newbie a month minimum discovering that the > widely distributed and still available shout package version 0.8.0 > is actually deprecated and highly broken in exactly the manner you > describe. > > Thanks but one point I can make is I get the same results when not