View Single Post
  #6  
Old 04-23-2012, 03:24 PM
arut arut is offline
Junior Member
 
Join Date: Apr 2012
Posts: 4
arut is on a distinguished road
Default

Re: NGINX-based RTMP server


Quote:
Originally Posted by moe007 View Post
Hey Roman, have a couple of questions for you:
nice, I'll try to answer
Quote:
1. How does your RTMP module compare to Adobe FMS, Wowza, and Red5
The module was developed as a replacement for PyFMS. It's being actively developed and will include many features from the products you have mentioned.
Quote:
2. What is the max concurrent connections this server can handle
The module makes use of single-threaded event-based architecture. So the number of connections is only limited by your OS' open descriptors number setting as well as network bandwidth and network driver performance. In tests we have conducted userspace cpu usage was always near zero point when broadcasting to 2000 users (we have Xeon machine, the test only used one core out of 8).
Quote:
3. and does this support any other protocols besides just rtmp?
The module does not support any other protocols. However NGINX obviously supports HTTP and can play FLVs with random seeking.
Quote:
4. And would this be a good replacement or a better low cost solution to Red5 perhaps?
I'm doing my best for that
Reply With Quote