media/library
Steve Mayhew f9151dfe23 Update to include iframe Variants in same TrackGroup
This was a change suggested by @ojw28 to allow adpative track selection to work with IFrame only `Variant` as any other adaptive seleted `Track` in the `TrackGroup`.  This actually works quite well with the exceptions that:

1. IFrame only tracks do not contain the same Rendition Group references as other non-iframe only varaints (so track selection should disable these tracks even in other non-video renderers.
2. Adapting to iFrame tracks only based on bandwidth might not be so good (as often larger spacial resolution iFrame track might have higher bitrate then lower spacial resolution non-iframe only track).

This change includes one proposed workaround in the AdaptiveTrackSelection class (only use iFrame for higher playback speeds).
2020-03-17 16:31:48 -07:00
..
all Use new exoplayer.dev domain everywhere. 2019-04-16 15:25:27 +01:00
common Update to include iframe Variants in same TrackGroup 2020-03-17 16:31:48 -07:00
core Update to include iframe Variants in same TrackGroup 2020-03-17 16:31:48 -07:00
dash Merge pull request #7064 from davibe:enhancement/6907 2020-03-11 16:27:47 +00:00
extractor Miscellaneous cleanup related to recent changes 2020-03-11 16:26:41 +00:00
hls Update to include iframe Variants in same TrackGroup 2020-03-17 16:31:48 -07:00
smoothstreaming replace extension with mime type 2020-03-11 16:26:23 +00:00
ui Add show/hideScrubber to DefaultTimeBar 2020-03-11 16:27:07 +00:00
README.md Tweak and add READMEs + remove refs to V1 2017-08-17 22:59:34 +01:00

ExoPlayer library

The ExoPlayer library is split into multiple modules. See ExoPlayer's top level README for more information about the available library modules and how to use them.