Icecast Streaming Media Server Forum Index Icecast Streaming Media Server
Icecast is a Xiph Foundation Project
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Lister disconnecting/??

 
Post new topic   Reply to topic    Icecast Streaming Media Server Forum Index -> Icecast Server
View previous topic :: View next topic  
Author Message
Jonog



Joined: 21 Feb 2010
Posts: 30

PostPosted: Tue Jun 01, 2010 12:49 am    Post subject: Lister disconnecting/?? Reply with quote

Hi I use ice cast only for me, to do a link for an FM radio station.
I am on windows XP. Everything seems to work but*

After it could be 13 hours, it could be 80 hours, the listener player disconnects. Winamp, VLC etc.

There are no errors in the log but where it says
DBUG slave/slave.c checking master stream list I think at the time it does that, this is when winamp etc disconnect at the other end but not always.

Its very confusing, could it be to do with sample rates? As everything is set to 48000. Thanks.
Back to top
View user's profile Send private message
Brutish



Joined: 18 Mar 2010
Posts: 62

PostPosted: Tue Jun 01, 2010 1:01 am    Post subject: Reply with quote

Couple of questions....

Are you running the server stream from a commercial ISP to a datacenter?

Is the DC from software freezing/errors? Is it that you just noticed a big drop in your listener logs?

The first thing that pops in my mind when I hear about issues similar to this is the ISP.
_________________
www.Hobbycaster.com
Back to top
View user's profile Send private message
Jonog



Joined: 21 Feb 2010
Posts: 30

PostPosted: Tue Jun 01, 2010 1:12 am    Post subject: Reply with quote

Sorry I didnt explain that too well.

This all on a Local area network. One stream, one listener at the TX site.

It seems what whenever that slaveC thing happens the audio skips or the link drops.
Back to top
View user's profile Send private message
Jonog



Joined: 21 Feb 2010
Posts: 30

PostPosted: Tue Jun 01, 2010 3:36 am    Post subject: Reply with quote

<!-- Start Copy Here -->
<icecast>
<limits>
<clients>20</clients>
<sources>5</sources>
<threadpool>5</threadpool>
<queue-size>524288</queue-size>
<client-timeout>30</client-timeout>
<header-timeout>15</header-timeout>
<source-timeout>10</source-timeout>
<burst-on-connect>1</burst-on-connect>
<burst-size>65535</burst-size>
</limits>
<authentication>
<source-password>secret1</source-password>
<relay-password>secret2</relay-password>
<admin-user>admin</admin-user>
<admin-password>secret3</admin-password>
</authentication>
<hostname>10.1.1.125</hostname>
<listen-socket>
<port>8000</port>
</listen-socket>
<mount>
<mount-name>/mount.ogg</mount-name>
<max-listeners>3</max-listeners>
<hidden>1</hidden>
<no-yp>1</no-yp>
</mount>
<fileserve>1</fileserve>
<paths>
<basedir>./</basedir>
<logdir>./logs</logdir>
<webroot>./web</webroot>
<adminroot>./admin</adminroot>
<alias source="/" dest="/status.xsl"/>
</paths>
<logging>
<accesslog>access.log</accesslog>
<errorlog>error.log</errorlog>
<loglevel>4</loglevel> <!-- 4 Debug, 3 Info, 2 Warn, 1 Error -->
</logging>
<security>
<chroot>0</chroot>
</security>
</icecast>
Back to top
View user's profile Send private message
Brutish



Joined: 18 Mar 2010
Posts: 62

PostPosted: Tue Jun 01, 2010 6:37 am    Post subject: Reply with quote

Ok, Show and tell time. I need to see the entry before, and after the DBUG slave/slave.c checking master stream list. This way I can figure out if its your comp having issues dealing with the source or something else. I know this has probably been done already, but did you check your computers CPU logs for spiking. Your running the WIN32 app correct? maybe a process that started in the background that did not play nice with resources. If nothing appears in the logs before and after the S/S.c checking master, than it pretty much means your source stopped. That's when I would get suspicious of computer processes.
_________________
www.Hobbycaster.com
Back to top
View user's profile Send private message
Jonog



Joined: 21 Feb 2010
Posts: 30

PostPosted: Tue Jun 01, 2010 2:07 pm    Post subject: Reply with quote

this is just end end segment

[2010-06-01 02:07:28] DBUG stats/stats.c update node total_bytes_read (32795875000)
[2010-06-01 02:07:28] DBUG stats/stats.c update node total_bytes_sent (26593831390)
[2010-06-01 02:07:33] DBUG stats/stats.c update node total_bytes_read (32796075200)
[2010-06-01 02:07:33] DBUG stats/stats.c update node total_bytes_sent (26594031603)
[2010-06-01 02:07:38] DBUG stats/stats.c update node total_bytes_read (32796275400)
[2010-06-01 02:07:38] DBUG stats/stats.c update node total_bytes_sent (26594231815)
[2010-06-01 02:07:43] DBUG stats/stats.c update node total_bytes_read (32796475600)
[2010-06-01 02:07:43] DBUG stats/stats.c update node total_bytes_sent (26594432028)
[2010-06-01 02:07:47] DBUG slave/slave.c checking master stream list
[2010-06-01 02:07:48] DBUG stats/stats.c update node total_bytes_read (32796674400)
[2010-06-01 02:07:48] DBUG stats/stats.c update node total_bytes_sent (26594630840)
[2010-06-01 02:07:53] DBUG stats/stats.c update node total_bytes_read (32796874600)
[2010-06-01 02:07:53] DBUG stats/stats.c update node total_bytes_sent (26594831053)
[2010-06-01 02:07:58] DBUG stats/stats.c update node total_bytes_read (32797074800)
[2010-06-01 02:07:58] DBUG stats/stats.c update node total_bytes_sent (26595031265)
[2010-06-01 02:08:03] DBUG stats/stats.c update node total_bytes_read (32797275000)
[2010-06-01 02:08:03] DBUG stats/stats.c update node total_bytes_sent (26595231478)
[2010-06-01 02:08:05] DBUG slave/slave.c checking master stream list
[2010-06-01 02:08:08] DBUG stats/stats.c update node total_bytes_read (32797475200)
[2010-06-01 02:08:08] DBUG stats/stats.c update node total_bytes_sent (26595431690)

I havent checked for CPU spikes but its 2.7ghz dual core. I am using edcast as a source.
Back to top
View user's profile Send private message
Jonog



Joined: 21 Feb 2010
Posts: 30

PostPosted: Tue Jun 01, 2010 2:27 pm    Post subject: Reply with quote

If my sources stopped though would the stream not still play with no audio?
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Icecast Streaming Media Server Forum Index -> Icecast Server All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2002 phpBB Group
subRebel style by ktauber