diff --git a/docs/guides/setup.md b/docs/guides/setup.md index 3a1ff3973..438449e4d 100644 --- a/docs/guides/setup.md +++ b/docs/guides/setup.md @@ -25,7 +25,7 @@ You can download the Video.js source and host it on your own servers, or use the ``` ### Self Hosted. ### -With the self hosted option you'll also want to update the location of the video-js.swf file and add the video MIME types to your server configuration as documented [here](http://www.ewbooks.info/hotpot/hotpotatoes-xhtml5-audio-video). +With the self hosted option you'll also want to update the location of the video-js.swf file. ```html @@ -49,6 +49,8 @@ With Video.js you just use an HTML5 video tag to embed a video. Video.js will th Otherwise include/exclude attributes, settings, sources, and tracks exactly as you would for HTML5 video. +You may also need to add the video MIME types to your server configuration as documented [here](http://www.ewbooks.info/hotpot/hotpotatoes-xhtml5-audio-video) + ```html