We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8cd997 commit 61d5298Copy full SHA for 61d5298
lib/hls/hls_parser.js
@@ -295,6 +295,7 @@ shaka.hls.HlsParser = class {
295
this.groupIdToStreamInfosMap_.clear();
296
this.groupIdToCodecsMap_.clear();
297
this.globalVariables_.clear();
298
+ this.mapTagToInitSegmentRefMap_.clear();
299
300
if (this.contentSteeringManager_) {
301
this.contentSteeringManager_.destroy();
@@ -905,6 +906,7 @@ shaka.hls.HlsParser = class {
905
906
let initData = null;
907
const initSegmentRef = this.getInitSegmentReference_(
908
playlist, middleSegment.tags, getUris);
909
910
if (initSegmentRef) {
911
const initSegmentRequest = shaka.net.NetworkingEngine.makeRequest(
912
initSegmentRef.getUris(), this.config_.retryParameters);
0 commit comments