From ff53d8c48373a7eecd02766d2db22e134b0e59e9 Mon Sep 17 00:00:00 2001 From: Joey Parrish Date: Wed, 11 May 2022 10:54:22 -0700 Subject: [PATCH] docs: Add note to upgrade guide about manifest.hls.useFullSegmentsForStartTime (#4213) This was removed in the release, but we failed to note this in the upgrade guide. Closes #4210 --- docs/tutorials/upgrade.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/tutorials/upgrade.md b/docs/tutorials/upgrade.md index fb20835d75..9a581e1c78 100644 --- a/docs/tutorials/upgrade.md +++ b/docs/tutorials/upgrade.md @@ -46,6 +46,9 @@ application: minimum supported version of iOS is now 13) - `streaming.smallGapLimit` and `streaming.jumpLargeGaps` have been removed; all gaps will now be jumped + - `manifest.hls.useFullSegmentsForStartTime` has been removed; this setting + is no longer necessary, as we no longer fetch segments for start times in + the HLS parser - Player API changes: - `shaka.Player.prototype.addTextTrack()` has been replaced by