Changeset 2345


Ignore:
Timestamp:
08/01/12 18:44:27 (10 months ago)
Author:
jeroen
Message:

added quality API / MP3 flash tests

Location:
branches/jw6/test
Files:
2 added
4 edited
1 copied
1 moved

Legend:

Unmodified
Added
Removed
  • branches/jw6/test/aac.html

    r2323 r2345  
    22<html> 
    33<head> 
    4     <title>Playing an AAC audio file</title> 
     4    <title>AAC audio file</title> 
    55    <script type="text/javascript" src="../bin-debug/jwplayer.js"></script> 
    66    <link type="text/css" rel="stylesheet" href="assets/style.css"  media="all" /> 
     
    88<body> 
    99 
    10 <h1>Playing an AAC audio file</h1> 
     10<h1>AAC audio file</h1> 
    1111<div class="all">List of test devices</div> 
    1212<p>This test consists of some basic setups with a single AAC audio file. A small but broad set of cases is tested to check basic audio playback functionalities.</p> 
  • branches/jw6/test/assets/style.css

    r2323 r2345  
    1313 
    1414 
    15 div.core, div.all, div.flash { height: 15px; width: 100%; text-indent: -9999px; } 
    16 div.core { background: url(core.jpg) no-repeat top left; } 
     15div.core, div.all, div.flash { height: 15px; width: 100%; text-indent: 600px; font-size: 11px; line-height: 12px; color:#fff; } 
     16div.core { background: url(core.jpg) no-repeat top left;  } 
    1717div.all { background: url(all.jpg) no-repeat top left; } 
    1818div.flash { background: url(flash.jpg) no-repeat top left; } 
  • branches/jw6/test/index.html

    r2335 r2345  
    2525</ul> 
    2626 
     27<h2>Playlists</h2> 
     28<ul> 
     29<li><a href="multiple-sources.html">Multiple sources</a></li> 
     30</ul> 
     31 
    2732<h2>Providers</h2> 
    2833<ul> 
    29 <li><a href="mp3.html">MP3 playback in Flash</a></li> 
    30 <li><a href="youtube.html">YouTube video playback</a></li> 
    31 <li><a href="pseudo.html">HTTP pseudo-streaming</a></li> 
     34<li><a href="mp3-flash.html">MP3 in Flash</a></li> 
     35<li><a href="youtube-playback.html">YouTube Playback</a></li> 
     36<li><a href="pseudo-streaming.html">Pseudo-streaming in Flash</a></li> 
    3237</ul> 
     38 
     39<h2>Javascripting</h2> 
     40<ul> 
     41<li><a href="api-quality.html">Quality levels</a></li> 
     42</ul> 
     43 
    3344 
    3445</body> 
  • branches/jw6/test/mp3-flash.html

    r2335 r2345  
    22<html> 
    33<head> 
    4     <title>MP3 playback in Flash</title> 
     4    <title>MP3 in Flash</title> 
    55    <script type="text/javascript" src="../bin-debug/jwplayer.js"></script> 
    66    <link type="text/css" rel="stylesheet" href="assets/style.css"  media="all" /> 
     
    88<body> 
    99 
    10 <h1>MP3 playback in Flash</h1> 
     10<h1>MP3 in Flash</h1> 
    1111<div class="flash">List of test devices</div> 
    1212<p>This test contains setups with progressive MP3 audio files. Since MP3 files have <a href="http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/media/Sound.html">their own API</a> in Flash, they are separately tested here.</p> 
  • branches/jw6/test/mp4.html

    r2323 r2345  
    88<body> 
    99 
    10 <h1>Playing an MP4 video file</h1> 
     10<h1>MP4 File</h1> 
    1111<div class="all">List of test devices</div> 
    1212<p>This test consists of a basic setup with a single MP4 video file. A small but broad set of cases is tested to check basic video playback functionalities.</p> 
  • branches/jw6/test/youtube-playback.html

    r2335 r2345  
    22<html> 
    33<head> 
    4     <title>YouTube video playback</title> 
     4    <title>YouTube Playback</title> 
    55    <script type="text/javascript" src="../bin-debug/jwplayer.js"></script> 
    66    <link type="text/css" rel="stylesheet" href="assets/style.css"  media="all" /> 
     
    88<body> 
    99 
    10 <h1>YouTube video playback</h1> 
    11 <div class="core">List of test devices</div> 
     10<h1>YouTube Playback</h1> 
     11<div class="flash">List of test devices</div> 
    1212<p>This test consists of several setups that test aspects of the YouTube chromeless player integration.</p> 
    1313 
     
    3333    <td>Initial page load</td> 
    3434    <td>A Big Buck Bunny poster image should be visible.</td> 
    35     <td class="check"></td> 
    36 </tr><tr> 
    37     <td class="mobile"> 
    38     <td>Initial page load</td> 
    39     <td>A fallback should be visible, displaying poster image and device-specific controls.</td> 
    40     <td class="check"></td> 
    41 </tr><tr> 
    42     <td class="mobile"> 
    43     <td>Touch poster image</td> 
    44     <td>YouTube video should start playing, using device specific controls.</td> 
    4535    <td class="check"></td> 
    4636</tr></table> 
Note: See TracChangeset for help on using the changeset viewer.