mirror of
https://github.com/videojs/video.js.git
synced 2024-11-26 08:51:09 +02:00
Included self-hosting MIME type instructions
Added information on MIME type server configuration to self-hosting instructions in setup.md
This commit is contained in:
parent
3bafdeef51
commit
31918fc46d
@ -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.
|
||||
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).
|
||||
```html
|
||||
<link href="//example.com/path/to/video-js.css" rel="stylesheet">
|
||||
<script src="//example.com/path/to/video.js"></script>
|
||||
|
Loading…
Reference in New Issue
Block a user