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
559f6ddc
authored
2014-06-09 07:25:41 -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 exmaple page with new implementation
1 parent
1a64c949
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
6 deletions
example.html
example.html
View file @
559f6dd
...
...
@@ -63,12 +63,7 @@
<script>
videojs
.
options
.
flash
.
swf
=
'node_modules/video.js/dist/video-js/video-js.swf'
;
// initialize the player
var
player
=
videojs
(
'video'
,
{
techOrder
:
[
'hls'
]
});
// initialize the plugin
//player.hls()
var
player
=
videojs
(
'video'
);
</script>
</body>
</html>
...
...
Please
register
or
sign in
to post a comment