Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
brainfood
/
videojs-contrib-hls
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
afa9bcd2
authored
2013-10-24 09:45:15 -0700
by
David LaPalomento
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Rename artifacts
Use 'videojs-hls' instead of 'video-js-hls'.
1 parent
204be1ba
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
README.md
README.md
View file @
afa9bcd
...
...
@@ -5,14 +5,14 @@ A video.js plugin that plays HLS video on platforms that don't support it but ha
## Getting Started
Download the
[
production version
][
min
]
or the
[
development version
][
max
]
.
[
min
]:
https://raw.bithub.com/dlapalomento/video-js-hls/master/dist/video
-
js-hls.min.js
[
max
]:
https://raw.bithub.com/dlapalomento/video-js-hls/master/dist/video
-
js-hls.js
[
min
]:
https://raw.bithub.com/dlapalomento/video-js-hls/master/dist/videojs-hls.min.js
[
max
]:
https://raw.bithub.com/dlapalomento/video-js-hls/master/dist/videojs-hls.js
In your web page:
```
html
<script
src=
"video.js"
></script>
<script
src=
"dist/video
-
js-hls.min.js"
></script>
<script
src=
"dist/videojs-hls.min.js"
></script>
<script>
var
player
=
videojs
(
'video'
);
player
.
hls
();
...
...
Please
register
or
sign in
to post a comment