5.1 Load Capacity

AlanM

Member
Is there any documentation available about the capacity of Flashphoner? We are broadcasting the following stream:
Code:
Resolution: 1280x720
Framerate: 15fps
Bitrate: 1000kbps
Recording: true
In our testing, we are looking at approximately 150 streams / server before we begin to have stream degradation issues. Does that sound correct?
We are using the following setup:
Code:
CPU: 8 core 3.5ghz
Ram: 16GB
Network: 25gbps
flashphoner.properties
Code:
media_port_from        =31001
media_port_to          =34000
ws.port                 =80
wss.port                =443
rtp_receive_buffer_size = 13107200
rtp_send_buffer_size = 13107200
keep_alive.algorithm = INTERNAL
periodic_fir_request = true
webrtc_cc2_twcc=false
wcs-code.properties
Code:
### JVM OPTIONS ###
-Xms12g -Xmx12g
Tuned Adapter
Code:
sudo ip link set txqueuelen 2000 dev eth0
 
Top