Differences between revisions 2 and 3
Revision 2 as of 2011-03-31 06:29:55
Size: 1242
Editor: heb
Comment:
Revision 3 as of 2011-03-31 06:35:28
Size: 1311
Editor: heb
Comment:
Deletions are marked like this. Additions are marked like this.
Line 17: Line 17:
 1. Installed services:
  a. A Ticket Issuer
  a. A BES service
 1. In order to retrieve tickets, the local machine must have:
  a. Source code of Wowza Streaming Server plugin checked out
  a. Wowza streaming server installed to access Wowza library
 1. Address of Ticket Issuer, ie. ''http://alhena:7880/authchecker-service/tickets''
 1. Address of streaming server, ie. ''rtmp://iapetus:1935''
 1. Source code of Wowza Streaming Server plugin checked out
 1. Path to Wowza streaming server jar library
 1. IP-address of client machine
 1. Shard URL of streaming file.

Release test for Wowza Streaming Server plugin for Kulturarvsportalen

Context

The Wowza plugin has the following areas of responsibilities:

  1. Authentification - Validate that a user is allowed to get a file streamed.

  2. Locating streaming files - Locate the folders where the streaming files reside.

  3. Start live streaming processes - Start a VLC process that streams video to a port, that Wowza forwards to a user.

  4. Log usage statistics - Not yet implemented.

These are done in three different settings:

  1. rtmp://<server:port>/kultur - Streaming of a tv program with user authentification.

  2. rtmp://<server:port>/kultur_live - Live streaming of a tv program that is being transcodea with user authentification.

  3. rtmp://<server:port>/kultur_preview - Streaming of a preview video of a tv program.

Prerequisites

In order to execute this test, the following prerequisites must be met:

  1. Address of Ticket Issuer, ie. http://alhena:7880/authchecker-service/tickets

  2. Address of streaming server, ie. rtmp://iapetus:1935

  3. Source code of Wowza Streaming Server plugin checked out
  4. Path to Wowza streaming server jar library
  5. IP-address of client machine
  6. Shard URL of streaming file.

Tests

Release test for Wowza plugin version 2.0 (last edited 2011-04-13 12:40:29 by heb)