Skip to main content
Participating Frequently
April 3, 2014
Question

Maximum concurrent vod and live connections

  • April 3, 2014
  • 1 reply
  • 757 views

How to check maximum concurrent vod and live connections for a server could afford?

What factors will be depended?   For internal use, the NIC should be 1G port.

How I will know that the maximum capacity for the server had been reached?

    This topic has been closed for replies.

    1 reply

    Adobe Employee
    April 7, 2014

    Is it for HTTP streaming or for  rtmp(?) streaming.

    Participating Frequently
    April 8, 2014

    What is the major difference between HTTP streaming and RTMP streaming?   What should be pros and cons for them?

    If just firewall port opened for 80 on HTTP and 1935 on RTMP?   Any security issue between them?

    On other hand, if there will be big difference between them when need to calculate on the maximum capacity?

    I read from other articles that this should be also based on CPU, available memory, bitrate, resolutions, any formula?

    Adobe Employee
    April 11, 2014

    What is the major difference between HTTP streaming and RTMP streaming?

    In short, HTTP is stateless streaming while RTMP is connection oriented stateful streaming. I would suggest you read  etailed documentation available on web before you make any final decisions.