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
173a40ec
authored
2014-10-29 19:34:52 -0400
by
Gary Katsevman
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Reply to master and media playlist
No longer need to trigger loadedmetadata manually.
1 parent
86e8ccfc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
test/videojs-hls_test.js
test/videojs-hls_test.js
View file @
173a40e
...
...
@@ -1269,7 +1269,9 @@ test('remove event handlers on dispose', function() {
type
:
'application/vnd.apple.mpegurl'
});
openMediaSource
(
player
);
player
.
hls
.
playlists
.
trigger
(
'loadedmetadata'
);
standardXHRResponse
(
requests
[
0
]);
standardXHRResponse
(
requests
[
1
]);
player
.
dispose
();
...
...
Please
register
or
sign in
to post a comment