Freezing issue

Mahendra Girase

New Member
Hi,
I am implement flashphoner in AWS server. It was working fine while testing but it starts freezing in production. So i want to know the limitations of flashphoner so i can remove it. There is less then 100 viewers are there for now.

  • Is there any limitations of streams, i can publish at a time to single license?
  • What is limitation of current viewers at a time on amazon c4.xlarge?
 

Max

Administrator
Staff member
Hello
1. There is no license limitations.
2. We didn't test Amazon instances under load. Just dedicated servers.

This is you can try:
1. Production tuning
https://docs.flashphoner.com/display/WCS5EN/Server+tuning+recommendations
Especially memory -Xmx -Xms
2. You can update to the latest available version with thread optimizations
version 3720
https://docs.flashphoner.com/display/WCS5EN/Release+notes
3. Try to switch to TCP
Using setting:
Code:
ice_tcp_transport=true
to make threads smooth
https://docs.flashphoner.com/display/WCS5EN/Publishing+and+playing+stream+via+WebRTC+over+TCP
 
Top