-
Notifications
You must be signed in to change notification settings - Fork 6k
ExtractorSampleSource should automatically detect the container format #438
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
Comments
+1 Is there a timeline for auto-detection of container? |
+1 |
@andrewlewis Is working on the ExtractorSampleSource side of things. Should be implemented relatively soon. We don't have any plans to auto-detect HLS/SS/DASH at this point in time. |
- ExtractorSampleSource takes an array of extractors to test for suitability. - Extractors now implement a sniff() method that returns whether they can extract samples in the input stream's format. - Switch demo app samples to use format detection. Issue: #438
This is implemented in dev. |
Excellent !! , it's a huge improved for ExoPlayer. |
This makes it possible to avoid having to know the container type up front (which is currently required, since you have to inject the correct Extractor implementation into the ExtractorSampleSource constructor).
The text was updated successfully, but these errors were encountered: