Displaying 4 results from an estimated 4 matches for "gyatso".
2004 Aug 06
2
Icecast Directory
Why does my stream not show up in the Icecast directory but it does show up in the Shoutcast directory?
I have the following lines listed in my icecast.conf file.
icydir yp.shoutcast.com
directory yp.icecast.org
If I check the icecast.log file I see the following is occurring every couple minutes.
[28/Dec/2001:11:12:04] [1:Calendar Thread] directory_touch_xa([yp.icecast.org:80
])
2004 Aug 06
0
Strangeness
...nt:
[03/Jan/2002:18:17:09] [1:Calendar Thread]
directory_touch([yp.shoutcast.com]) completed...
[03/Jan/2002:18:17:09] [1:Calendar Thread]
directory_touch_xa([yp.icecast.org:80]) completed...server id = 69
[03/Jan/2002:18:19:33] [161:Connection Handler] Accepted encoder on
mountpoint /ices from gyatso. 1 sources connected
[03/Jan/2002:18:21:03] [164:Connection Handler] Kicking source 160 [gyatso]
[Invalid Mount Point] [encoder], connected for 0 seconds, 0 bytes
transfered. 0 sources connected
[03/Jan/2002:18:21:03] [164:Connection Handler] Kicking all 0 clients for
source 160
[03/Jan/2002:18:...
2004 Aug 06
2
Strangeness
...7:09] [1:Calendar Thread]
> directory_touch([yp.shoutcast.com]) completed...
> [03/Jan/2002:18:17:09] [1:Calendar Thread]
> directory_touch_xa([yp.icecast.org:80]) completed...server id = 69
> [03/Jan/2002:18:19:33] [161:Connection Handler] Accepted encoder on
> mountpoint /ices from gyatso. 1 sources connected
> [03/Jan/2002:18:21:03] [164:Connection Handler] Kicking source 160 [gyatso]
> [Invalid Mount Point] [encoder], connected for 0 seconds, 0 bytes
> transfered. 0 sources connected
> [03/Jan/2002:18:21:03] [164:Connection Handler] Kicking all 0 clients for
> sourc...
2005 May 23
1
Handling of SIGUSR1 in dispatch.fcgi
The latest version of dispatch.fcgi in the trunk has
the following code snippet:
trap("USR1") do
# Go to exit as soon as possible.
end
One of the issues I encountered while debugging
fcgi under windows is that SIGUSR1 is not supported
in the native Windows version of Ruby (though it is
in cygwin).
Currently, I have it commented out to allow dispatch.fcgi
to run without blowing up.