1
0
mirror of https://github.com/videojs/video.js.git synced 2024-12-16 11:37:29 +02:00
video.js/docs/index.md

25 lines
1.7 KiB
Markdown
Raw Normal View History

2012-11-15 02:52:32 +03:00
[Video.js homepage](http://videojs.com)
2012-11-15 02:51:05 +03:00
<h1>Video.js Documentation</h1>
2012-01-06 10:25:09 +03:00
The Video.js documentation is here to help you setup and use the player. These docs can be found and contributed to in the [Video.js library repository](https://github.com/zencoder/video-js/tree/master/docs).
2012-11-15 02:51:05 +03:00
## Getting Started
2012-11-15 02:57:06 +03:00
* [Setup](setup.md) - Check out the [5 second setup](http://videojs.com/#section5) if you're just getting started. The setup documentation gives a deeper view of the additional methods you can use to trigger the player setup.
2012-11-15 02:51:05 +03:00
* [Options](options.md) - There are a number of options that can be used to change how the player behaves, starting with the HTML5 media options like autoplay and preload, and expanding to Video.JS specific options.
* [Tracks](tracks.md) - Text Tracks are used to display subtitles and captions, and add a menu for navigating between chapters in a video.
2012-01-06 10:25:09 +03:00
2012-11-15 02:51:05 +03:00
## Customizing
2012-01-06 10:25:09 +03:00
2012-11-15 02:51:05 +03:00
* [API](api.md) - The Video.js API allows you to control the video through javascript or trigger event listeners, whether the video is playing through HTML5, flash, or another playback technology.
2012-01-06 10:25:09 +03:00
2012-11-15 02:51:05 +03:00
* [Skins](skins.md) - You can change the look of the player across playback technologies just by editing a CSS file. The skins documentation gives you a intro to how the HTML and CSS of the default skin is put together.
2012-01-06 10:25:09 +03:00
2012-11-15 02:52:32 +03:00
* [Tech](tech.md) - A 'playback technology' is the term we're using to represent HTML5 video, Flash, and other video plugins, as well as other players like the YouTube player. Basically anything that has a unique API to audio or video. Additional playback technologies can be added relatively easily.
2012-01-06 10:25:09 +03:00
2012-11-15 02:51:05 +03:00
## Resources
2012-03-23 02:50:17 +03:00
2012-11-15 02:51:05 +03:00
* [Glossary](glossary.md) - Some helpful definitions.