How to link listeners to another server when the main one is full.

Read 5632 times
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.
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)
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
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.
Hello

Any other suggestions?

Thaks.