Hi Alexander, > On Nov 23, 2016, at 08:55, Alexander Abagian <[email protected]> wrote: > > We've made a WebRTC load testing js app, starting a set of WebRTC clients in > a single page. Each of them has it's own RTCPeerConnection and everything > other. > > When it starts from Firefox, then only 15 of these clients become connected. > Any extra clients are dead. > > It looks like there is some limitation for ICE entities. Could you point me > the way to look at ?
I look at it from the point that Firefox was and is not designed to be (ab-) used as a load testing tool/client. 15 PeerConnections would be a really big conference call and you probably hit all kind of internal limitations. If you are serious about building a WebRTC load testing tool I would recommend you to not do it in JS, but instead build your own client in C++ or something like that. Best Nils Ohlmeier _______________________________________________ dev-media mailing list [email protected] https://lists.mozilla.org/listinfo/dev-media

