ibaker f5276323c6 Add DefaultExtractorsFactory.setTsSubtitleFormats
ExoPlayer is unable to detect the presence of subtitle tracks in some
MPEG-TS files that don't fully declare them. It's possible for a
developer to provide the list instead, but doing so is quite awkward
without this helper method. This is consistent for how
`DefaultExtractorsFactory` allows other aspects of the delegate
`Extractor` implementations to be customised.

* Issue: google/ExoPlayer#10175
* Issue: google/ExoPlayer#10505

#minor-release

PiperOrigin-RevId: 490214619
(cherry picked from commit 4853444f0dc90163c257d0e20962604510557df4)
2023-01-25 17:33:06 +00:00
..
2021-04-20 17:32:19 +01:00
2021-04-20 17:32:19 +01:00
2021-07-20 08:51:12 +01:00
2021-04-20 17:32:19 +01:00
2021-04-20 17:32:19 +01:00
2021-04-20 17:32:19 +01:00
2021-04-20 17:32:19 +01:00
2021-04-20 17:32:19 +01:00
2021-04-20 17:32:19 +01:00
2022-01-25 17:51:17 +00:00
2022-02-21 17:05:04 +00:00
2021-11-11 13:34:11 +00:00
2021-04-20 17:32:19 +01:00
2021-04-20 17:32:19 +01:00
2021-04-20 17:32:19 +01:00
2021-10-09 18:14:36 +01:00
2021-04-20 17:32:19 +01:00
2021-04-20 17:32:19 +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.