Skip to content

Commit

Permalink
do not excessively delay artificial ended event
Browse files Browse the repository at this point in the history
  • Loading branch information
spiterikevin committed Aug 15, 2017
1 parent c2f8df3 commit d69489a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/streaming/controllers/StreamController.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ import MediaSourceController from './MediaSourceController';
function StreamController() {

const STREAM_END_THRESHOLD = 0.5;
const STREAM_END_TIMEOUT_DELAY = 0.5;
const STREAM_END_TIMEOUT_DELAY = 0.1;

let context = this.context;
let log = Debug(context).getInstance().log;
Expand Down

0 comments on commit d69489a

Please sign in to comment.