Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HLS: Support variable substitution #1561

Closed
avelad opened this issue Aug 27, 2018 · 1 comment · Fixed by #2509
Closed

HLS: Support variable substitution #1561

avelad opened this issue Aug 27, 2018 · 1 comment · Fixed by #2509
Labels
component: HLS The issue involves Apple's HLS manifest format status: archived Archived and locked; will not be updated type: enhancement New feature or request
Milestone

Comments

@avelad
Copy link
Member

avelad commented Aug 27, 2018

Relevant info:
https://tools.ietf.org/html/draft-pantos-hls-rfc8216bis-00#section-4.3
https://tools.ietf.org/html/draft-pantos-hls-rfc8216bis-00#section-4.4.5.3
https://devstreaming-cdn.apple.com/videos/wwdc/2017/504op4c3001w2f222/504/504_advances_in_http_live_streaming.pdf?dl=1

Sample:

#EXTM3U
#EXT-X-TARGETDURATION:6
#EXT-X-DEFINE:NAME="path",VALUE="/media/encoded/asset127-a/1MB/"
#EXT-X-DEFINE:IMPORT="auth"
#EXT-X-MEDIA-SEQUENCE:44
#EXTINF 6,
{$path}segment44.mp4{$auth}

Is possible add support to it?

@joeyparrish joeyparrish added type: enhancement New feature or request component: HLS The issue involves Apple's HLS manifest format and removed needs triage labels Aug 27, 2018
@joeyparrish
Copy link
Member

Sounds reasonable. I'll add it to the backlog for now. v2.5 is too full already.

@shaka-bot shaka-bot added this to the Backlog milestone Aug 27, 2018
@joeyparrish joeyparrish modified the milestones: Backlog, Backlog 2 Jan 28, 2020
@joeyparrish joeyparrish modified the milestones: Backlog, v2.6 Apr 27, 2020
@shaka-project shaka-project locked and limited conversation to collaborators Jun 23, 2020
@shaka-bot shaka-bot added the status: archived Archived and locked; will not be updated label Apr 15, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
component: HLS The issue involves Apple's HLS manifest format status: archived Archived and locked; will not be updated type: enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants