olly ad81d5dd20 TrackSelectionOverride: Remove select-all-tracks constructor
This constructor always does the wrong thing for non-adaptive groups
containing more than 1 track, because it'll incorrectly generate an
adaptive selection. Replace it with a constructor for specifying a
single track within the group instead.

PiperOrigin-RevId: 431673458
2022-03-03 12:27:28 +00:00
..
2021-07-23 14:14:31 +01:00
2022-02-23 16:28:08 +00:00
2021-07-20 08:51:12 +01:00
2022-01-25 17:51:17 +00:00
2022-02-08 11:03:36 +00:00
2021-11-08 16:56:03 +00:00
2022-01-25 17:51:17 +00:00
2021-10-09 18:14:36 +01:00

ExoPlayer website

The ExoPlayer website is hosted on GitHub Pages, and is statically generated using Jekyll.

  • GitHub provides a guide describing how to setup a GitHub Pages site using Jekyll here.
  • GitHub provides a guide describing how to test changes to the site locally here. Once your machine is setup, you can build and run a local instance of the site using ./run_locally.sh from the root directory.