Skip to content

hasInitialization must return true if there is an initialization range

Vinay Rosenberg requested to merge github/fork/epiclabsDASH/fix-2425 into development

Created by: epiclabsDASH

Fix #2425 (closed), coming from a regression introduced in #2336. hasInitialization must return true whenever an initialization url or an initialization range is defined, no matter what is the value of segmentInfoType. This was also wrong in 2.6.4 and before (always returned true) although didn't make fail the stream in #2425 (closed).

Merge request reports