Skip to content

Commit

Permalink
added link to MDC article about configuring servers for Ogg media
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Pilgrim committed Apr 23, 2010
1 parent 7f43e06 commit 87bd637
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions video.html
Expand Up @@ -520,6 +520,8 @@ <h4>Professor Markup Shouts</h4>

<p>The first line is for videos in an Ogg container. The second line is for videos in an <abbr>MPEG</abbr>-4 container. Set it once and forget it. If you forget to set it, your videos <em>will</em> fail to play in some browsers, even though you included the <abbr>MIME</abbr> type in the <code>type</code> attribute in your <abbr>HTML</abbr> markup.

<p>For even more gory details about configuring your web server, I direct your attention to this excellent article at the Mozilla Developer Center: <a href=https://developer.mozilla.org/en/Configuring_servers_for_Ogg_media>Configuring servers for Ogg media</a>.

<p class=a>&#x2767;

<h2 id=ie>What About IE?</h2>
Expand Down Expand Up @@ -617,6 +619,7 @@ <h2 id=further-reading>Further Reading</h2>
<li><a href=http://camendesign.com/code/video_for_everybody>Video for Everybody!</a> is an alternate method for providing fallback video options for legacy browsers
<li><a href=http://diveintomark.org/tag/give>A gentle introduction to video encoding</a>
<li><a href=http://hacks.mozilla.org/2009/09/theora-1-1-released/>Theora 1.1 is released &mdash; what you need to know</a>
<li><a href=https://developer.mozilla.org/en/Configuring_servers_for_Ogg_media>Configuring servers for Ogg media</a>
<li><a href=http://www.mplayerhq.hu/DOCS/HTML/en/menc-feat-x264.html>Encoding with the <code>x264</code> codec</a>
<li><a href=http://wiki.whatwg.org/wiki/Video_type_parameters>Video type parameters</a>
<li><a href=http://jilion.com/sublime/video>SublimeVideo HTML5 Video Player</a>
Expand Down

0 comments on commit 87bd637

Please sign in to comment.