1
0
mirror of https://github.com/videojs/video.js.git synced 2025-02-18 12:24:02 +02:00

Included self-hosting MIME type instructions

This commit is contained in:
Andrew Pitt 2014-04-18 11:42:14 +02:00
parent c1029eab16
commit e8722ff522

View File

@ -47,9 +47,7 @@ With Video.js you just use an HTML5 video tag to embed a video. Video.js will th
- `video-js` applies styles that are required for Video.js functionality, like fullscreen and subtitles.
- `vjs-default-skin` applies the default skin to the HTML controls, and can be removed or overridden to create your own controls design.
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)
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
<video id="example_video_1" class="video-js vjs-default-skin"