@vpalmisano/webrtcperf 4.1.7 → 4.1.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -45,6 +45,7 @@ brew install ffmpeg # MacOS
45
45
  webrtcperf \
46
46
  --url="https://meet.jit.si/${JITSI_ROOM_URL}#config.prejoinPageEnabled=false" \
47
47
  --sessions=1 \
48
+ --run-duration=60 \
48
49
  --display='' \
49
50
  --show-page-log=false
50
51
  # Press <q> to stop.
@@ -60,7 +61,7 @@ docker run -it --rm \
60
61
  --url="https://meet.jit.si/$JITSI_ROOM_URL#config.prejoinPageEnabled=false" \
61
62
  --show-page-log=false \
62
63
  --sessions=1 \
63
- --tabs-per-session=1
64
+ --run-duration=60
64
65
  ```
65
66
 
66
67
  Stop the tool pressing `q` (normal browser close) or `x` (it will close the
@@ -155,7 +156,7 @@ docker run -it --rm --name=webrtcperf-publisher \
155
156
  --url=$MEDIASOUP_DEMO_URL \
156
157
  --url-query='roomId=test&displayName=Publisher($s-$t)' \
157
158
  --sessions=1 \
158
- --tabs-per-session=1
159
+ --run-duration=60
159
160
  ```
160
161
 
161
162
  Starts 10 receive-only participants:
@@ -167,7 +168,8 @@ docker run -it --rm --name=webrtcperf-viewer \
167
168
  --url=$MEDIASOUP_DEMO_URL \
168
169
  --url-query='roomId=test&displayName=Viewer($s-$t)&produce=false' \
169
170
  --sessions=1 \
170
- --tabs-per-session=10
171
+ --tabs-per-session=10 \
172
+ --run-duration=60
171
173
  ```
172
174
 
173
175
  ### Edumeet
@@ -183,7 +185,7 @@ docker run -it --rm \
183
185
  --url-query='displayName=Publisher($s-$t)' \
184
186
  --script-path=/scripts/edumeet-sendrecv.js \
185
187
  --sessions=1 \
186
- --tabs-per-session=1
188
+ --run-duration=60
187
189
  ```
188
190
 
189
191
  Starts 10 receive-only participants:
@@ -197,7 +199,8 @@ docker run -it --rm \
197
199
  --url-query='displayName=Viewer($s-$t)' \
198
200
  --script-path=/scripts/edumeet-recv.js \
199
201
  --sessions=1 \
200
- --tabs-per-session=10
202
+ --tabs-per-session=10 \
203
+ --run-duration=60
201
204
  ```
202
205
 
203
206
  ### Jitsi
@@ -211,7 +214,7 @@ docker run -it --rm \
211
214
  --url=$JITSI_ROOM_URL \
212
215
  --url-query='#config.prejoinPageEnabled=false&userInfo.displayName=Participant($s-$t)' \
213
216
  --sessions=1 \
214
- --tabs-per-session=1
217
+ --run-duration=60
215
218
  ```
216
219
 
217
220
  Starts 10 receive-only participants:
@@ -223,7 +226,8 @@ docker run -it --rm \
223
226
  --url=$ROOM_URL \
224
227
  --url-query='#config.prejoinPageEnabled=false&userInfo.displayName=Participant($s-$t)' \
225
228
  --sessions=1 \
226
- --tabs-per-session=10
229
+ --tabs-per-session=10 \
230
+ --run-duration=60
227
231
  ```
228
232
 
229
233
  ## Running from source code
@@ -253,7 +257,7 @@ DEBUG_LEVEL=DEBUG:* yarn start \
253
257
  --url-query='displayName=SendRecv($s/$S-$t/$T)' \
254
258
  --script-path=./examples/edumeet-sendrecv.js \
255
259
  --sessions=1 \
256
- --tabs-per-session=1
260
+ --run-duration=60
257
261
 
258
262
  # recv only
259
263
  DEBUG_LEVEL=DEBUG:* yarn start \
@@ -261,7 +265,8 @@ DEBUG_LEVEL=DEBUG:* yarn start \
261
265
  --url-query='displayName=Recv($s/$S-$t/$T)' \
262
266
  --script-path=./examples/edumeet-recv.js \
263
267
  --sessions=1 \
264
- --tabs-per-session=10
268
+ --tabs-per-session=10 \
269
+ --run-duration=60
265
270
  ```
266
271
 
267
272
  ## Using the VMAF calculator