Skip to content

Commit

Permalink
Merge pull request #2473 from MolotovTv/fixBufferCreation
Browse files Browse the repository at this point in the history
Fix creation of buffers
  • Loading branch information
epiclabsDASH committed Mar 16, 2018
2 parents b440d14 + 54af302 commit 62b17d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/streaming/Stream.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ function Stream(config) {
initializeMedia(mediaSource);
isStreamActivated = true;
}
createBuffers();
}

/**
Expand Down

0 comments on commit 62b17d0

Please sign in to comment.