Fix URI parsing in HLS parser #1085
Labels
component: HLS
The issue involves Apple's HLS manifest format
flag: good first issue
This might be a relatively easy issue; good for new contributors
status: archived
Archived and locked; will not be updated
type: bug
Something isn't working correctly
Milestone
Raised in #887 (comment)
Currently, the HLS parser uses split() to get the extension from a segment URI and guess at the MIME type based on that. This doesn't account for URL parameters, though, so we should use the goog.uri parser we already have for this.
The text was updated successfully, but these errors were encountered: