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
e5b1ef5b
authored
2014-09-16 09:09:42 -0700
by
Simeon Bateman
Committed by
David LaPalomento
2015-07-31 16:40:37 -0400
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fixed definition of media source to pass jshint
1 parent
5b5022eb
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
test/muxer/parts.html
test/muxer/parts.html
View file @
e5b1ef5
...
...
@@ -126,7 +126,7 @@
console
.
log
(
"START"
);
window
.
MediaSource
=
window
.
MediaSource
||
window
.
WebKitMediaSource
;
ms
=
new
MediaSource
();
ms
=
new
window
.
MediaSource
();
video
=
document
.
querySelector
(
'video'
);
video
.
src
=
window
.
URL
.
createObjectURL
(
ms
);
...
...
Please
register
or
sign in
to post a comment