HLS: Add support for QUERYPARAM variable type in #EXT-X-DEFINE #5333
Labels
component: HLS
The issue involves Apple's HLS manifest format
priority: P3
Useful but not urgent
status: archived
Archived and locked; will not be updated
type: enhancement
New feature or request
Milestone
Have you read the FAQ and checked for duplicate open issues?
YEs
Is your feature request related to a problem? Please describe.
This is just the gap with the latest HLS spec.
Describe the solution you'd like
Per HLS spec: https://datatracker.ietf.org/doc/html/draft-pantos-hls-rfc8216bis#section-4.4.2.3
QUERYPARAM
Describe alternatives you've considered
Alternative would be writing a network plugin which will not work with native iOS playback.
Additional context
Requring a query string with token for authentication when playing HLS . However for native playback (iOS) you would need to update manifest and either use a variable or rewrite the URLs. With the queryparam approach you can substitute the variable outside with a query parameter.
The text was updated successfully, but these errors were encountered: