You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
@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.
Activity
srikieonline commentedon May 22, 2015
+1
Similarly, are there any plans to detect HLS, SS and DASH content upfront - before we parse the manifest and build renderers.
Is there a timeline for auto-detection of container?
zsmatyas commentedon May 22, 2015
+1
I would use it, too!
ojw28 commentedon Jul 3, 2015
@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.
Add support for choosing an extractor based on sniffing the container.
ojw28 commentedon Jul 21, 2015
This is implemented in dev.
Ood-Tsen commentedon Jul 21, 2015
Excellent !! , it's a huge improved for ExoPlayer.