-
Notifications
You must be signed in to change notification settings - Fork 6k
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: Add factory for Extractors #2748
Labels
Comments
this is the only way to bypass |
stari4ek
added a commit
to stari4ek/ExoPlayer
that referenced
this issue
Aug 4, 2017
ojw28
pushed a commit
that referenced
this issue
Oct 19, 2017
Issue:#2748 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=172726367
stari4ek
added a commit
to stari4ek/ExoPlayer
that referenced
this issue
Oct 19, 2017
Please give it a try and let us know if it works for you. |
ojw28
pushed a commit
that referenced
this issue
Nov 13, 2017
Issue:#2748 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=174854541
ojw28
pushed a commit
that referenced
this issue
Nov 13, 2017
Issue:#2748 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=174854541
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In ExoPlayer v2, the
HlsMediaChunk
class is responsible for constructing what extractor is required for a given format (createExtractor
). This means that HLS handling is tightly coupled to what extractors are used.Since applications are capable of creating their own extractors (e.g. their own
TsExtractor
) it would be useful to allow these to be passed into the HLS implementation to be used. This would require theHlsMediaSource
accepting an extractor factory which could then be created by the application.The text was updated successfully, but these errors were encountered: