Centova Technologies Forum

Centova Cast v3 => General discussion => Topic started by: Adolf on June 27, 2013, 04:54:13 am

Title: How to link listeners to another server when the main one is full.
Post by: Adolf on June 27, 2013, 04:54:13 am
I have Centova Cast-v3 installed over my streaming server. When the server has more than 1000 simultaneous listeners it does not allow more listeners because the bandwidth is full and start to make buffering and lag..


I have a second server where I want to link those listener who can't listen to the broadcast.
 
How can I do that? thanks.
Title: Re: How to link listeners to another server when the main one is full.
Post by: sam604 on June 27, 2013, 06:33:24 am
I can suggest... installing the Linux deamon on the other server (a purchase of a license is necessary) and set up is new stream.. I am assuming the server is at another location.. as if its not it would be sharing the same bandwidth. Also this is not a bug.. and should be in the General tread  8)
Title: Re: How to link listeners to another server when the main one is full.
Post by: djduck on June 27, 2013, 08:33:37 pm
This is caused by ulimit ...

 You need to change /etc/security/limits.conf with the user or all for your needs
replace root with the user running the shoutcast ... ...

root            hard    nofile          8000
Title: Re: How to link listeners to another server when the main one is full.
Post by: Adolf on June 28, 2013, 04:20:21 am
This is caused by ulimit ...

 You need to change /etc/security/limits.conf with the user or all for your needs
replace root with the user running the shoutcast ... ...

root            hard    nofile          8000

Thank you for answering me.

About your solution, im not getting really what do you mean. I've entered trough SSH and found this file but do not understand what do you want to mean. Could you explain me more about that? thank you. very appreciate.
Title: Re: How to link listeners to another server when the main one is full.
Post by: Adolf on July 01, 2013, 03:02:15 am
Hello

Any other suggestions?

Thaks.