Skip to content

Commit

Permalink
Fix init segment loading error handling (#4533)
Browse files Browse the repository at this point in the history
  • Loading branch information
bbert committed Jul 23, 2024
1 parent ee16445 commit d0f9266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/streaming/StreamProcessor.js
Original file line number Diff line number Diff line change
Expand Up @@ -932,7 +932,7 @@ function StreamProcessor(config) {
// Init segment could not be loaded. If we have multiple baseUrls we still have a chance to get a valid segment.
if (e.request.type === HTTPRequest.INIT_SEGMENT_TYPE) {
_onInitFragmentNeeded({
representationId: e.request.representationId,
representationId: e.request.representation.id,
sender: {}
}, false)
}
Expand Down

0 comments on commit d0f9266

Please sign in to comment.