Differences between revisions 1 and 2
Revision 1 as of 2011-02-17 08:16:44
Size: 424
Editor: heb
Comment:
Revision 2 as of 2011-02-17 08:58:47
Size: 886
Editor: heb
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
 1. An MCM session validation server must run. In case of a test scenario, a validation server mock can be used. This can be setup using the following steps:
  a. The sample.mp4 video file must reside in the content folder of the chaos virtual wowza host.
  a. Start the server
 1. An MCM session validation server must run. This test assumes that the MCM validation server mock is used. See [[Setup MCM validation server mock]] for instructions on how to set the server up.

== Integration tests ==

=== Validate that a video can be played ===
 1. Start Wowzas SimpleVideoStreaming client:
  a. Linux: [[file:///usr/local/WowzaMediaServer/examples/SimpleVideoStreaming/client/simplevideostreaming.html]].
  a. Mac: [[file:///Library/WowzaMediaServer/examples/SimpleVideoStreaming/client/simplevideostreaming.html]].
  a. Windows: ...
 1. Insert parameters:
  a. Server: rtmp://130.225.24.62:1936/chaos?sessionID=818b3221-e811-4472-b84a-ecc028867868&objectID=976&includeFiles=true
  a. Stream: mp4:sample.mp4

Integration test

The purpose of this test is to validate that an installation of the wowza plugin was successful.

Prerequisites

  1. An MCM session validation server must run. This test assumes that the MCM validation server mock is used. See Setup MCM validation server mock for instructions on how to set the server up.

Integration tests

Validate that a video can be played

  1. Start Wowzas SimpleVideoStreaming client:

    1. Linux: file:///usr/local/WowzaMediaServer/examples/SimpleVideoStreaming/client/simplevideostreaming.html.

    2. Mac: file:///Library/WowzaMediaServer/examples/SimpleVideoStreaming/client/simplevideostreaming.html.

    3. Windows: ...
  2. Insert parameters:
    1. Server: rtmp://130.225.24.62:1936/chaos?sessionID=818b3221-e811-4472-b84a-ecc028867868&objectID=976&includeFiles=true

    2. Stream: mp4:sample.mp4

Integration test (last edited 2011-02-18 07:41:16 by heb)