mirror of https://github.com/OpenVidu/openvidu.git
openvidu-test-load: README updated
parent
8e6e37ef49
commit
4008e1e6d9
|
@ -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
|
- 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 session will have 7 participants (7 publishers and 42 subscribers)
|
||||||
- Each video will have a resolution of 540×360 pixels, 30 fps
|
- 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
|
- 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()
|
- 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
|
- 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
|
||||||
|
|
Loading…
Reference in New Issue