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
a51706f4
authored
2015-09-09 10:53:35 -0400
by
jrivera
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Stop changing the timestampOffset in hls for no reason
1 parent
a369f3a0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
src/videojs-hls.js
src/videojs-hls.js
View file @
a51706f
...
...
@@ -992,7 +992,6 @@ videojs.Hls.prototype.drainBuffer = function(event) {
playlist
.
mediaSequence
,
playlist
.
mediaSequence
+
mediaIndex
);
this
.
sourceBuffer
.
timestampOffset
=
segmentOffset
;
this
.
sourceBuffer
.
appendBuffer
(
bytes
);
// we're done processing this segment
...
...
Please
register
or
sign in
to post a comment