a51706f4 by jrivera

Stop changing the timestampOffset in hls for no reason

1 parent a369f3a0
...@@ -992,7 +992,6 @@ videojs.Hls.prototype.drainBuffer = function(event) { ...@@ -992,7 +992,6 @@ videojs.Hls.prototype.drainBuffer = function(event) {
992 playlist.mediaSequence, 992 playlist.mediaSequence,
993 playlist.mediaSequence + mediaIndex); 993 playlist.mediaSequence + mediaIndex);
994 994
995 this.sourceBuffer.timestampOffset = segmentOffset;
996 this.sourceBuffer.appendBuffer(bytes); 995 this.sourceBuffer.appendBuffer(bytes);
997 996
998 // we're done processing this segment 997 // we're done processing this segment
......