Changeset 2187
- Timestamp:
- 05/07/12 12:39:17 (13 months ago)
- Location:
- branches/jw6/doc
- Files:
-
- 6 edited
-
about.html (modified) (1 diff)
-
browsers.html (modified) (1 diff)
-
embedding.html (modified) (2 diffs)
-
media.html (modified) (3 diffs)
-
playlists.html (modified) (1 diff)
-
start.html (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/jw6/doc/about.html
r2183 r2187 1 <!doctype html> 1 2 <html> 2 3 <head> -
branches/jw6/doc/browsers.html
r2186 r2187 1 <!doctype html> 1 2 <html> 2 3 <head> -
branches/jw6/doc/embedding.html
r2186 r2187 1 <!doctype html> 1 2 <html> 2 3 <head> … … 60 61 </dl> 61 62 62 <p>Overall, the <strong>file</strong> option can be used only for basic setups, like playing a single MP4 video or MP3 song. Use the <strong>playlist</strong> option for allelse, like an MP4+WebM source, SD+HD quality or a list with multiple items. See <a href="playlists.html">Working with Playlists</a> for more info.</p>63 <p>Overall, the <strong>file</strong> option can be used only for basic setups, like playing a single MP4 video or MP3 song. Use the <strong>playlist</strong> option for everything else, like an MP4+WebM source, SD+HD quality or a list with multiple items. See <a href="playlists.html">Working with Playlists</a> for more info.</p> 63 64 64 65 -
branches/jw6/doc/media.html
r2183 r2187 1 <!doctype html> 1 2 <html> 2 3 <head> … … 25 26 <h2>Introduction</h2> 26 27 27 <p>JW Player supports 9 distinct media formats: 3 video file types (<em>MP4</em>, <em>WebM</em>, <em>FLV</em>), 3 audio filetypes (<em>AAC</em>, <em>MP3</em>, <em>Vorbis</em>), 2 streaming protocols (<em>HLS</em>, <em>RTMP</em>) and <em>YouTube</em> (through their Chromeless Player API). Under certain circumstances, JW Player may play additional formats (like <em>Ogg</em> videos or <em>ShoutCast</em> streams), but only these 9 are cross-browser tested and officially supported.</p>28 <p>JW Player supports 9 distinct media formats: 3 video file types (<em>MP4</em>, <em>WebM</em>, <em>FLV</em>), 3 audio file types (<em>AAC</em>, <em>MP3</em>, <em>Vorbis</em>), 2 streaming protocols (<em>HLS</em>, <em>RTMP</em>) and <em>YouTube</em> (through their Chromeless Player API). Under certain circumstances, JW Player may play additional formats (like <em>Ogg</em> videos or <em>ShoutCast</em> streams), but only these 9 are cross-browser tested and officially supported.</p> 28 29 29 30 <p>JW Player does not decode audio or video itself, but instead relies upon two underlying browser technologies: the HTML5 <video> element and the Adobe Flash plugin. Whether a format can play in HTML5 and/or Flash varies by browser. Therefore, we list below in which browsers each format is supported. See <a href="browsers.html">Supported Browsers & Devices</a> for more details.</p> 30 31 31 <p>JW Player tries to recognize a file format by its extension (e.g. <em>.mp4</em> for MP4 videos). If the extension of your files is not recognized, the player will display an error. However, if you know your file is in a supported format, you can use the <em>type</em> playlist option to force th at format. See <a href="playlists.html">Working with Playlists</a> for more info.</p>32 <p>JW Player tries to recognize a file format by its extension (e.g. <em>.mp4</em> for MP4 videos). If the extension of your files is not recognized, the player will display an error. However, if you know your file is in a supported format, you can use the <em>type</em> playlist option to force the player to recognize the file as being of that format. See <a href="playlists.html">Working with Playlists</a> for more info.</p> 32 33 33 34 <h2>Video Files</h2> … … 36 37 37 38 <ul> 38 <li><a href="http://en.wikipedia.org/wiki/MP4">MP4</a> videos using the <a href="http://en.wikipedia.org/wiki/H.264">H.264</a> video codec and the <a href="http://en.wikipedia.org/wiki/Advanced_Audio_Coding">AAC</a> audio codec. MP4 is of high quality and is supported byall browsers and devices. It is today's video format of choice.</li>39 <li><a href="http://en.wikipedia.org/wiki/MP4">MP4</a> videos using the <a href="http://en.wikipedia.org/wiki/H.264">H.264</a> video codec and the <a href="http://en.wikipedia.org/wiki/Advanced_Audio_Coding">AAC</a> audio codec. MP4 is of high quality and is can be played in all browsers and devices. It is today's video format of choice.</li> 39 40 <li><a href="http://en.wikipedia.org/wiki/FLV">FLV</a> videos using the <a href="http://en.wikipedia.org/wiki/H.263">H.263</a> video codec and the <a href="http://en.wikipedia.org/wiki/MP3">MP3</a> audio codec. FLV is of lower quality than MP4 and only supported in browsers that run Flash. Many existing video libraries are encoded in FLV.</li> 40 41 <li><a href="http://en.wikipedia.org/wiki/WebM">WebM</a> videos using the <a href="http://en.wikipedia.org/wiki/VP8">VP8</a> video codec and the <a href="http://en.wikipedia.org/wiki/Vorbis">Vorbis</a> audio codec. WebM is royalty free and of comparable quality to MP4. It has limited browser and device support.</li> -
branches/jw6/doc/playlists.html
r2183 r2187 1 <!doctype html> 1 2 <html> 2 3 <head> -
branches/jw6/doc/start.html
r2183 r2187 1 <!doctype html> 1 2 <html> 2 3 <head> … … 35 36 </ul> 36 37 37 <p>Additionally, upload a poster image to your server. This image (in JPG format) is displayed before the video starts. An interesting frame from the video usually works well to draw attention and have users click <em>play</em>. <a href="http://content.bitsontherun.com/thumbs/bkaovAYt-480.jpg">Here is an image</a> for our short test clip.</p>38 <p>Additionally, you should upload a poster image to your server. This image (in JPG format) is displayed before the video starts. An interesting frame from the video usually works well to draw attention and entices users to click <em>play</em>. <a href="http://content.bitsontherun.com/thumbs/bkaovAYt-480.jpg">Here is an image</a> for our short test clip.</p> 38 39 39 40 … … 41 42 <h2>Embedding the Player</h2> 42 43 43 <p>Since JW Player is CDN hosted, there is no need to install and upload the playerto your site. Therefore, embedding the JW Player is a simple, 3-step process. Open your web page in an HTML editor and:</p>44 <p>Since JW Player is hosted on our content delivery network (CDN), there is no need to install and upload the player itself to your site. Therefore, embedding the JW Player is a simple, 3-step process. Open your web page in an HTML editor and:</p> 44 45 45 46 <ol> … … 67 68 <h2>Next Steps</h2> 68 69 69 <p>That's it! With a few lines of code, you embedded a video that can be watched on any desktop , tablet or mobile phone. <a href="">Here's a liveexample</a>. We also have basic examples for <a href="">embedding an MP3 file</a> and <a href="">embedding a YouTube stream</a>.</p>70 <p>That's it! With a few lines of code, you embedded a video that can be watched on any desktop browser, tablet or mobile phone. <a href="">Here's a working example</a>. We also have basic examples for <a href="">embedding an MP3 file</a> and <a href="">embedding a YouTube stream</a>.</p> 70 71 71 72 <p>JW Player supports many options for enhancing and tuning your audio or video embeds. Here are a few interesting guides to look into next:</p> 72 73 73 74 <ul> 74 <li><a href="">Supported Browsers & Media</a> lists all supported (mobile) browsers and media formats.</li>75 <li><a href="">Embedding JW Player</a> lists all options for tuning the player's layout and behavior.</li>76 <li><a href="">Skinning JW Player</a> explains how to c ompletely change the player UIdesign.</li>77 <li><a href=""> ScriptingAPI Overview</a> explains how to use the JavaScript API for rich player-page interaction.</li>75 <li><a href="">Supported Browsers & Media</a> lists all supported desktop and mobile browsers, as well as supported media formats.</li> 76 <li><a href="">Embedding JW Player</a> lists all options for modifying the player's layout and behavior.</li> 77 <li><a href="">Skinning JW Player</a> explains how to change the player's design.</li> 78 <li><a href="">JavaScript API Overview</a> explains how to use the JavaScript API for rich player-page interaction.</li> 78 79 </ul> 79 80
Note: See TracChangeset
for help on using the changeset viewer.
