Skip to main content
Participant
June 19, 2009
Question

Limit max listeners for a live stream

  • June 19, 2009
  • 1 reply
  • 671 views

I am new on FMS
I have FMS 3 running on my dedicated server and streaming a live video transmission ok on rtmp://my.ip/live/livestream through Flash Media Encoder

I need to limit number of listeners (max) of this transmission to keep quality and bandwhit of my server but I can't find the option in any xml files.

Someone knows how to do this?
Thanks!

PS. Sorry for my english
    This topic has been closed for replies.

    1 reply

    funkysoul
    Inspiring
    June 20, 2009

    go to your vhost.xml file and find this:

    <ResourceLimits>
    <!-- Max number of clients that can connect to this vhost when running as local.  -->
    <!-- enforced by License key -->
    <MaxConnections>-1</MaxConnections>

    Now you just need to change the MaxConnections and that's it.