e835b707 by David LaPalomento

Merge pull request #578 from videojs/fix-toc

Move TOC below the header and badges. Rerun doctoc
2 parents b88ac744 4db8bd6b
Showing 1 changed file with 25 additions and 25 deletions
1 # video.js HLS Source Handler
2
3 Play back HLS with video.js, even where it's not natively supported.
4
5 [![Build Status](https://travis-ci.org/videojs/videojs-contrib-hls.svg?branch=master)](https://travis-ci.org/videojs/videojs-contrib-hls)
6
1 <!-- START doctoc generated TOC please keep comment here to allow auto update --> 7 <!-- START doctoc generated TOC please keep comment here to allow auto update -->
2 <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> 8 <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
3 **Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)* 9 **Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*
4 10
5 - [video.js HLS Source Handler](#videojs-hls-source-handler) 11 - [Getting Started](#getting-started)
6 - [Getting Started](#getting-started) 12 - [Documentation](#documentation)
7 - [Documentation](#documentation) 13 - [Options](#options)
8 - [Options](#options) 14 - [withCredentials](#withcredentials)
9 - [withCredentials](#withcredentials) 15 - [Runtime Properties](#runtime-properties)
10 - [Runtime Properties](#runtime-properties) 16 - [hls.playlists.master](#hlsplaylistsmaster)
11 - [hls.playlists.master](#hlsplaylistsmaster) 17 - [hls.playlists.media](#hlsplaylistsmedia)
12 - [hls.playlists.media](#hlsplaylistsmedia) 18 - [hls.segmentXhrTime](#hlssegmentxhrtime)
13 - [hls.segmentXhrTime](#hlssegmentxhrtime) 19 - [hls.bandwidth](#hlsbandwidth)
14 - [hls.bandwidth](#hlsbandwidth) 20 - [hls.bytesReceived](#hlsbytesreceived)
15 - [hls.bytesReceived](#hlsbytesreceived) 21 - [hls.selectPlaylist](#hlsselectplaylist)
16 - [hls.selectPlaylist](#hlsselectplaylist) 22 - [Events](#events)
17 - [Events](#events) 23 - [loadedmetadata](#loadedmetadata)
18 - [loadedmetadata](#loadedmetadata) 24 - [loadedplaylist](#loadedplaylist)
19 - [loadedplaylist](#loadedplaylist) 25 - [mediachange](#mediachange)
20 - [mediachange](#mediachange) 26 - [In-Band Metadata](#in-band-metadata)
21 - [In-Band Metadata](#in-band-metadata) 27 - [Hosting Considerations](#hosting-considerations)
22 - [Hosting Considerations](#hosting-considerations) 28 - [Testing](#testing)
23 - [Testing](#testing) 29 - [Release History](#release-history)
24 - [Release History](#release-history)
25 30
26 <!-- END doctoc generated TOC please keep comment here to allow auto update --> 31 <!-- END doctoc generated TOC please keep comment here to allow auto update -->
27 32
28 # video.js HLS Source Handler
29
30 Play back HLS with video.js, even where it's not natively supported.
31
32 [![Build Status](https://travis-ci.org/videojs/videojs-contrib-hls.svg?branch=master)](https://travis-ci.org/videojs/videojs-contrib-hls)
33 33
34 ## Getting Started 34 ## Getting Started
35 Download 35 Download
......