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
33fcf898
authored
2014-06-09 07:27:21 -0700
by
Tom Johnson
Committed by
David LaPalomento
2014-06-30 10:56:54 -0400
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
update README
1 parent
559f6ddc
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
6 deletions
README.md
README.md
View file @
33fcf89
...
...
@@ -12,11 +12,8 @@ Download the [Media Source plugin](https://github.com/videojs/videojs-contrib-me
<script
src=
"videojs-media-sources.js"
></script>
<script
src=
"videojs-hls.min.js"
></script>
<script>
var
player
=
videojs
(
'test-vid'
,
{
techOrder
:
[
'html5'
,
'hls'
,
'flash'
]
},
function
()
{
this
.
play
();
});
var
player
=
videojs
(
'test-vid'
);
player
.
play
();
</script>
```
...
...
@@ -60,7 +57,6 @@ other tech:
```
javascript
videojs
(
video
,
{
techOrder
:
[
'hls'
],
hls
:
{
withCredentials
:
true
}
...
...
Please
register
or
sign in
to post a comment