Michael Smith wrote:> What does the server log say about why the connection is refused?there are two sources replaced at 4:00 AM, /tilos_low.ogg and /tilos_high.ogg related section from error log: <p>[2002-10-03 04:00:00] INFO source/source_main Removing source following disconnection [2002-10-03 04:00:00] DBUG source/source_main Source exiting [2002-10-03 04:00:00] INFO source/source_main Removing source following disconnection [2002-10-03 04:00:00] DBUG source/source_main Source exiting [2002-10-03 04:00:02] INFO connection/_handle_source_request Source logging in at mountpoint "/tilos_low.ogg" [2002-10-03 04:00:02] INFO connection/_handle_source_request Source logging in at mountpoint "/tilos_high.ogg" [2002-10-03 04:00:07] DBUG connection/_handle_get_request Client connected [2002-10-03 04:00:07] DBUG connection/_handle_get_request Source found for client [2002-10-03 04:00:07] DBUG source/source_main Client added [2002-10-03 04:01:02] DBUG connection/_handle_get_request Client connected [2002-10-03 04:01:02] DBUG connection/_handle_get_request Client connected [2002-10-03 04:01:02] DBUG connection/_handle_get_request Source found for client [2002-10-03 04:01:02] DBUG connection/_handle_get_request Client connected [2002-10-03 04:01:02] DBUG connection/_handle_get_request Source found for client [2002-10-03 04:01:02] DBUG source/source_main Client added [2002-10-03 04:01:03] DBUG source/source_main Client added [2002-10-03 04:01:38] DBUG connection/_handle_get_request Client connected [2002-10-03 04:01:38] DBUG connection/_handle_get_request Client connected [2002-10-03 04:01:38] DBUG connection/_handle_get_request Source found for client [2002-10-03 04:01:38] DBUG connection/_handle_get_request Client connected [2002-10-03 04:01:38] DBUG connection/_handle_get_request Source found for client [2002-10-03 04:01:38] DBUG source/source_main Client added [2002-10-03 04:01:39] DBUG source/source_main Client added [2002-10-03 04:02:30] INFO source/source_main Removing source following disconnection [2002-10-03 04:02:30] DBUG source/source_main Source exiting [2002-10-03 04:02:31] INFO source/source_main Removing source following disconnection [2002-10-03 04:02:31] DBUG source/source_main Source exiting [2002-10-03 04:02:32] DBUG connection/_handle_get_request Client connected [2002-10-03 04:02:32] DBUG connection/_handle_get_request Source not found for client <p><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 the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
At 11:19 AM 10/3/02 +0200, you wrote:>Michael Smith wrote: >> What does the server log say about why the connection is refused? > >there are two sources replaced at 4:00 AM, /tilos_low.ogg and >/tilos_high.ogg > >related section from error log:This looks like the two sources successfully connected, some clients then successfully connected to those sources, and then the sources disconnected later on. Where's the problem? Michael --- >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 the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
Michael Smith wrote:> This looks like the two sources successfully connected, some clients > then successfully connected to those sources, and then the sources > disconnected later on. Where's the problem?The problem is that the source does not intend to disconnect. The whole setup is the following: 1. server machine, with both icecast 1.x and icecast2 installed 2. encoder, running one darkice instance, encoding 3 streams: two Ogg Vorbis sent to the icecast2 server, one mp3, sent to the icecast 1.x server each encoding session is supposed to last 4 hours. in the setup above, both connections to the icecast2 server are dropped, while the connection to the icecast 1.x is not. I can not think of any other reason than icecast2 drops the connection. --- >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 the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.