Skip to content

Commit

Permalink
Merge pull request #2974 from Orange-OpenSource/stop-event-controller
Browse files Browse the repository at this point in the history
Stop EventController
  • Loading branch information
epiclabsDASH authored Apr 16, 2019
2 parents 63653b7 + 6662381 commit 5d36395
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/streaming/Stream.js
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,8 @@ function Stream(config) {

function reset() {

stopEventController();

if (playbackController) {
playbackController.pause();
}
Expand Down

0 comments on commit 5d36395

Please sign in to comment.