Differences between revisions 6 and 7
Revision 6 as of 2011-01-07 12:08:14
Size: 1680
Editor: heb
Comment:
Revision 7 as of 2011-01-07 12:09:29
Size: 1668
Editor: heb
Comment:
Deletions are marked like this. Additions are marked like this.
Line 21: Line 21:
  a. The xml element <ID> is the ticket
 1. Start Wowza's simplevideostreaming web client. {{{
file://<path_to_local_wowza_installation>/WowzaMediaServer/examples/SimpleVideoStreaming/client/simplevideostreaming.html}}}
  a. The content of the xml element <ID> is the ticket.
 1. Start Wowza's simplevideostreaming web client. [[file:///usr/local/WowzaMediaServer/examples/SimpleVideoStreaming/client/simplevideostreaming.html]]

Release test for DOMS Wowza plugin version 1.0

Test name

Tester

Bugs

FAT status (TEST)

SAT status (STAGE)

1. Check ticket validation

1. Check ticket validation

Prerequisites

  • Wowza's SimpleVideoStreaming browser client

  • IP-address of the machine where the browser client is running (eg. ifconfig)
  • Be able to send http-POST request. The Firefox plugin "Poster" can be used
  • Playable media file at streaming server

Test

  1. Get new ticket.
    1. Send a POST request to the ticket issuer using the URL

      http://alhena:7880/authchecker/issueTicket?username=<ip-address>&url=http://www.statsbiblioteket.dk/doms/shard/uuid:<mediafiel>
    2. It returns something xml similar to

      <?xml version="1.0" encoding="UTF-8" standalone="yes"?><ticket><ID>172.18.226.238@http://www.statsbiblioteket.dk/doms/shard/uuid:4d6d17ca-bfb8-4e34-a600-5d0ead9caf44@1340570247</ID><url>http://www.statsbiblioteket.dk/doms/shard/uuid:4d6d17ca-bfb8-4e34-a600-5d0ead9caf44</url><username>172.18.226.238</username></ticket>
    3. The content of the xml element <ID> is the ticket.

  2. Start Wowza's simplevideostreaming web client. file:///usr/local/WowzaMediaServer/examples/SimpleVideoStreaming/client/simplevideostreaming.html

  3. Insert parameters

    Server: rtmp://<address>/application?TicketID=<ticket_id>
    Stream: mp4:<path_to_media_file>
    Check that the video is streamed.
  4. Insert parameters (invalid ticket)

    Server: rtmp://<address>/application?TicketID=<ticket_id>
    Stream: mp4:<path_to_media_file>

    Check that no video is streamed.

Release test for Wowza plugin version 1.0 (last edited 2011-01-10 12:40:43 by heb)