Skip to content

Inside of The Box

Murat Ugur Eminoglu edited this page May 17, 2022 · 5 revisions

Attention: We have migrated our documentation to our new platform, Ant Media Resources. Please follow this link for the latest and up-to-date documentation.


NOTE: We have updated our documentation. This page is outdated. You can access updated version from the sidebar menu.


What is in Docker Container?

After building the dockerfile we get a docker image which contains all necessary software and artifacts for load test.

Installed Softwares

  • Java: Used by WebRTCTest Tool and test web application.
  • FFmpeg: Used for RTMP publishing and, RTMP and HLS playing.
  • Ant Media Tools: WebRTCTest (used for both publishing and playing) and Test web application (used for managing tests).

Directory Structure

   /home/antmedia/test
   |-- webrtctest
   |   |-- run.sh
   |   |-- lib
   |   |-- test.mp4
   |   '-- webrtctest.jar
   |
   |-- loadtester.jar
   |
   |-- Test.mp4
   |
   '-- results      (created after first test)
       '-- YYYY-MM-DD_hh:mm:ss
    

User Guide

Reference

Troubleshooting

Draft

Proposals

Clone this wiki locally