Quote:
Originally Posted by moe007
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
