Changeset 2345
- Timestamp:
- 08/01/12 18:44:27 (10 months ago)
- Location:
- branches/jw6/test
- Files:
-
- 2 added
- 4 edited
- 1 copied
- 1 moved
-
aac.html (modified) (2 diffs)
-
api-quality.html (added)
-
assets/primaryCookie.js (added)
-
assets/style.css (modified) (1 diff)
-
index.html (modified) (1 diff)
-
mp3-flash.html (moved) (moved from branches/jw6/test/mp3.html) (2 diffs)
-
mp4.html (modified) (1 diff)
-
youtube-playback.html (copied) (copied from branches/jw6/test/youtube.html) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/jw6/test/aac.html
r2323 r2345 2 2 <html> 3 3 <head> 4 <title> Playing anAAC audio file</title>4 <title>AAC audio file</title> 5 5 <script type="text/javascript" src="../bin-debug/jwplayer.js"></script> 6 6 <link type="text/css" rel="stylesheet" href="assets/style.css" media="all" /> … … 8 8 <body> 9 9 10 <h1> Playing anAAC audio file</h1>10 <h1>AAC audio file</h1> 11 11 <div class="all">List of test devices</div> 12 12 <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 13 13 14 14 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; }15 div.core, div.all, div.flash { height: 15px; width: 100%; text-indent: 600px; font-size: 11px; line-height: 12px; color:#fff; } 16 div.core { background: url(core.jpg) no-repeat top left; } 17 17 div.all { background: url(all.jpg) no-repeat top left; } 18 18 div.flash { background: url(flash.jpg) no-repeat top left; } -
branches/jw6/test/index.html
r2335 r2345 25 25 </ul> 26 26 27 <h2>Playlists</h2> 28 <ul> 29 <li><a href="multiple-sources.html">Multiple sources</a></li> 30 </ul> 31 27 32 <h2>Providers</h2> 28 33 <ul> 29 <li><a href="mp3 .html">MP3 playbackin 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> 32 37 </ul> 38 39 <h2>Javascripting</h2> 40 <ul> 41 <li><a href="api-quality.html">Quality levels</a></li> 42 </ul> 43 33 44 34 45 </body> -
branches/jw6/test/mp3-flash.html
r2335 r2345 2 2 <html> 3 3 <head> 4 <title>MP3 playbackin Flash</title>4 <title>MP3 in Flash</title> 5 5 <script type="text/javascript" src="../bin-debug/jwplayer.js"></script> 6 6 <link type="text/css" rel="stylesheet" href="assets/style.css" media="all" /> … … 8 8 <body> 9 9 10 <h1>MP3 playbackin Flash</h1>10 <h1>MP3 in Flash</h1> 11 11 <div class="flash">List of test devices</div> 12 12 <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 8 8 <body> 9 9 10 <h1> Playing an MP4 video file</h1>10 <h1>MP4 File</h1> 11 11 <div class="all">List of test devices</div> 12 12 <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 2 2 <html> 3 3 <head> 4 <title>YouTube video playback</title>4 <title>YouTube Playback</title> 5 5 <script type="text/javascript" src="../bin-debug/jwplayer.js"></script> 6 6 <link type="text/css" rel="stylesheet" href="assets/style.css" media="all" /> … … 8 8 <body> 9 9 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> 12 12 <p>This test consists of several setups that test aspects of the YouTube chromeless player integration.</p> 13 13 … … 33 33 <td>Initial page load</td> 34 34 <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>45 35 <td class="check"></td> 46 36 </tr></table>
Note: See TracChangeset
for help on using the changeset viewer.
