Skip to content

Commit

Permalink
Remove NextFragmentRequestRule (no more used, logic moved into Stream…
Browse files Browse the repository at this point in the history
…Processor) (#3278)
  • Loading branch information
Bertrand Berthelot committed Jun 4, 2020
1 parent a28b83c commit 9327b8b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 169 deletions.
117 changes: 0 additions & 117 deletions src/streaming/rules/scheduling/NextFragmentRequestRule.js

This file was deleted.

2 changes: 1 addition & 1 deletion src/streaming/text/TextController.js
Expand Up @@ -242,7 +242,7 @@ function TextController() {
return enabled;
}

// when set to true NextFragmentRequestRule will allow schedule of chunks even if tracks are all disabled. Allowing streaming to hidden track for external players to work with.
// when set to true ScheduleController will allow schedule of chunks even if tracks are all disabled. Allowing streaming to hidden track for external players to work with.
function enableForcedTextStreaming(enable) {
checkParameterType(enable,'boolean');
forceTextStreaming = enable;
Expand Down
51 changes: 0 additions & 51 deletions test/unit/streaming.rules.scheduling.NextFragmentRequestRule.js

This file was deleted.

0 comments on commit 9327b8b

Please sign in to comment.