Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove NextFragmentRequestRule #3278

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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.