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
f70548fd
authored
2014-06-08 14:57:56 -0700
by
Matthew McClure
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
use the ready callback instead
1 parent
fa5c74ef
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
3 deletions
README.md
README.md
View file @
f70548f
...
...
@@ -14,9 +14,7 @@ Download the [Media Source plugin](https://github.com/videojs/videojs-contrib-me
<script>
var
player
=
videojs
(
'test-vid'
,
{
techOrder
:
[
'html5'
,
'hls'
,
'flash'
]
});
player
.
ready
(
function
()
{
},
function
()
{
this
.
play
();
});
</script>
...
...
Please
register
or
sign in
to post a comment