I know of the WebRTC streaming cost calculator, but what about HLS? For example, if serving HLS behind CloudFront & publishing one broadcast via RTMP/S, what size instance would you need for ~500 concurrent users? What about adaptive streaming vs not adaptive (HLS)?
And I see there are WebRTC load testing scripts, but what about HLS?
Thanks, Doni
Thanks, Selim. I have no security restrictions on the player and I’ve added ‘-q true’, but same result.
1. Should it work through CloudFront + HLS, or only WebRTC?
2. Even if not, I'm also testing it directly to the EC2 + WebRTC, all ports open, same issue.
It does seem to show CPU% (not sure if that's my local or AMS, since they are similar), but it still just looks like this:
INFO: stats : Number of Clients:0 Active Connections:0 Dropped Connections:0 Received Min frame period:2147483647ms, Max frame period: -2147483648ms, Mean frame period:0ms, cpu load: %28 time: 1628623877 hash: 1204065557
Aug 10, 2021 12:31:17 PM io.antmedia.webrtctest.StatManager lambda$start$0
INFO: Seems all streams are stopped and breaking the stats loop hash: 1204065557
Doni