From 4008e1e6d961ed058a0bc281feea568a8b572831 Mon Sep 17 00:00:00 2001 From: pabloFuente Date: Tue, 23 Oct 2018 13:01:55 +0200 Subject: [PATCH] openvidu-test-load: README updated --- openvidu-test-load/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openvidu-test-load/README.md b/openvidu-test-load/README.md index e1a1fe51..2051f234 100644 --- a/openvidu-test-load/README.md +++ b/openvidu-test-load/README.md @@ -9,7 +9,7 @@ Number of total sessions and participants must be customizable. Test will have t - OpenVidu will be deployed in a dedicated EC2 machine. Every OpenVidu session (and therefore every dockerized browser) will be connecting to this same instance - Each session will have 7 participants (7 publishers and 42 subscribers) - Each video will have a resolution of 540×360 pixels, 30 fps -- The sessionId will be acquired from the URL +- Each browser will be responsible of obtaining the necessary token to connect to its specific test session (URL will contain as parameters the secret, the session identifier and the ip where to perform REST operations, so the JavaScript code can get the token) - Any kind of complexity in the client code will be avoided: just HTML videos displaying the local and remote streams - Every RTCPeerConnection object will be exposed to gather statistics thanks to method getStats() - The following statistics will be the ones gathered for each RTCPeerConnection object: Sender Round-Trip-Time (googRtt), Receviers Round-Trip-Time (googRtt), Received Bit-Rate, Sent Bit-Rate, Packet loss