Skip to content

Commit

Permalink
low latency upate
Browse files Browse the repository at this point in the history
  • Loading branch information
jobispo committed Sep 16, 2022
1 parent 810ddf0 commit f90d11e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/dash/dash_parser.js
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,6 @@ shaka.dash.DashParser = class {
this.manifest_.variants = this.periodCombiner_.getVariants();
this.manifest_.textStreams = this.periodCombiner_.getTextStreams();
this.manifest_.imageStreams = this.periodCombiner_.getImageStreams();
this.manifest_.lowLatency = -1;

// Re-filter the manifest. This will check any configured restrictions on
// new variants, and will pass any new init data to DrmEngine to ensure
Expand Down

0 comments on commit f90d11e

Please sign in to comment.