Changeset 2187


Ignore:
Timestamp:
05/07/12 12:39:17 (13 months ago)
Author:
pablo
Message:

Doc tweaks

Location:
branches/jw6/doc
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • branches/jw6/doc/about.html

    r2183 r2187  
     1<!doctype html> 
    12<html> 
    23<head> 
  • branches/jw6/doc/browsers.html

    r2186 r2187  
     1<!doctype html> 
    12<html> 
    23<head> 
  • branches/jw6/doc/embedding.html

    r2186 r2187  
     1<!doctype html> 
    12<html> 
    23<head> 
     
    6061</dl> 
    6162 
    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 all 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<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> 
    6364 
    6465 
  • branches/jw6/doc/media.html

    r2183 r2187  
     1<!doctype html> 
    12<html> 
    23<head> 
     
    2526<h2>Introduction</h2> 
    2627 
    27 <p>JW Player supports 9 distinct media formats: 3 video filetypes (<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> 
    2829 
    2930<p>JW Player does not decode audio or video itself, but instead relies upon two underlying browser technologies: the HTML5 &lt;video&gt; 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 &amp; Devices</a> for more details.</p> 
    3031 
    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 that 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> 
    3233 
    3334<h2>Video Files</h2> 
     
    3637 
    3738<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 by all 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> 
    3940<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> 
    4041<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> 
    12<html> 
    23<head> 
  • branches/jw6/doc/start.html

    r2183 r2187  
     1<!doctype html> 
    12<html> 
    23<head> 
     
    3536</ul> 
    3637 
    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> 
    3839 
    3940 
     
    4142<h2>Embedding the Player</h2> 
    4243 
    43 <p>Since JW Player is CDN hosted, there is no need to install and upload the player 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<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> 
    4445 
    4546<ol> 
     
    6768<h2>Next Steps</h2> 
    6869 
    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 live 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<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> 
    7071 
    7172<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> 
    7273 
    7374<ul> 
    74 <li><a href="">Supported Browsers &amp; 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 completely change the player UI design.</li> 
    77 <li><a href="">Scripting API Overview</a> explains how to use the JavaScript API for rich player-page interaction.</li> 
     75<li><a href="">Supported Browsers &amp; 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> 
    7879</ul> 
    7980 
Note: See TracChangeset for help on using the changeset viewer.