Wowza Community

what will the viewer see that comes when number of connection is reached

i have a question about concurent viewers…

this is the scenario: i limited the number of concurent viewers to 500. now lets asume that there are 500 viewers…what msg will see or get number 501,502…is there a way to customize that msg?

thanks a lot in advance

Hi,

In the default implementation, a viewer that tries to connect to an overloaded server will simply not be able to play the video. You can create a custom module to handle these playback requests and generate a message instead. Here is a sample code that can get you started.

Michelle