fix up now playing page

This commit is contained in:
Luke Pulverenti 2016-06-07 13:36:32 -04:00
parent 33393e6e03
commit 521e963e70
15 changed files with 133 additions and 58 deletions

View file

@ -4917,7 +4917,7 @@ var TSDemuxer = function () {
pes.data = null;
var debugString = '';
var pushAccesUnit = function pushAccesUnit() {
var pushAccesUnit = function () {
if (units2.length) {
// only push AVC sample if keyframe already found in this fragment OR
// keyframe found in last fragment (track.sps) AND
@ -4931,7 +4931,7 @@ var TSDemuxer = function () {
units2 = [];
length = 0;
}
};
}.bind(this);
units.forEach(function (unit) {
switch (unit.type) {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long