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
7a821603
authored
2014-09-11 11:32:43 -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
updated codec to match new test file.
1 parent
de4d94cb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
test/muxer/player.html
test/muxer/player.html
View file @
7a82160
...
...
@@ -93,7 +93,7 @@
var
onMediaSourceOpen
=
function
()
{
console
.
log
(
'on media open'
);
ms
.
removeEventListener
(
'sourceopen'
,
onMediaSourceOpen
);
var
sourceBuffer
=
ms
.
addSourceBuffer
(
'video/mp4;codecs="avc1.
64001f,mp4a.40.2
'
);
var
sourceBuffer
=
ms
.
addSourceBuffer
(
'video/mp4;codecs="avc1.
4D400D"
'
);
sourceBuffer
.
appendBuffer
(
bytes
);
};
...
...
Please
register
or
sign in
to post a comment