Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Scripts of the player must be available from the Apache HTML directory: place the player directory to, for example /var/www/html/tests/player.
The player.html test page accepts parameters. For example:

Code Block
themeRDark
http://<server IP>/tests/player/player.html?streamName=test&autoplay=true

...

The followin parameters are supported

  • stream name - test: streamName=test
  • autoplay: autoplay=true
  • resolution - 640x480: resolution=640x480 (in this case, transcoding will be enabled on WCS server, that inscreases server CPU load)
  • media playback technology: mediaProvider - =WebRTC, WSPlayer, FlashMSE

The loadtest.sh script can accept the following parameters:

...