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
1a64c949
authored
2014-06-09 07:25:20 -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 plugin to add hls to default tech order
1 parent
aecdda0d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
src/videojs-hls.js
src/videojs-hls.js
View file @
1a64c94
...
...
@@ -756,4 +756,7 @@ resolveUrl = videojs.Hls.resolveUrl = function(basePath, path) {
return
result
;
};
// Add HLS to the standard tech order
videojs
.
options
.
techOrder
.
push
(
'hls'
);
})(
window
,
window
.
videojs
,
document
);
...
...
Please
register
or
sign in
to post a comment