media/docs
ibaker 4853444f0d 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
2022-11-22 14:23:23 +00:00
..
_data Update exoplayer.dev copyright notice to 2021 2021-11-08 17:00:35 +00:00
_includes
_layouts
_page_fragments
_sass
assets
doc/reference Update JavaDoc for exoplayer:2.18.2 2022-11-22 12:06:09 +00:00
images
issues
.hgignore
404.html
_config.yml
ad-insertion.md Simplify some DefaultMediaSourceFactory instantiation in the dev guide 2022-05-24 12:09:58 +01:00
analytics.md Split AnalyticsCollector in interface and default Impl 2022-02-17 11:03:17 +00:00
battery-consumption.md
CNAME
customization.md Add a dev guide section about ForwardingPlayer 2022-05-23 14:58:08 +01:00
dash.md Migrate library usages of SimpleExoPlayer to ExoPlayer. 2021-10-14 12:03:11 +01:00
debug-logging.md Rewrite EventLogger to use new track APIs 2022-02-02 10:22:05 +00:00
demo-application.md
design-documents.md
downloading-media.md Add DefaultMediaSourceFactory.setDataSourceFactory 2022-05-23 13:26:05 +01:00
drm.md Simplify some DefaultMediaSourceFactory instantiation in the dev guide 2022-05-24 12:09:58 +01:00
Gemfile
glossary.md Fix minor exoplayer.dev issues 2022-01-25 17:51:17 +00:00
hello-world.md Fix minimum API level issue 2022-02-08 11:03:36 +00:00
hls.md Remove references to Player(Control)View from the dev guide 2022-02-04 10:09:40 +00:00
index.md Rollback of 95e6db931a 2021-11-08 16:56:03 +00:00
LICENSE
listening-to-player-events.md Add @OptIn annotations to dev guide snippets 2022-04-07 16:33:02 +01:00
live-streaming.md Clarify the priority of live config values in the dev guide 2022-05-24 11:48:16 +01:00
media-items.md Clarify sideloaded subtitle example 2022-10-31 15:56:37 +00:00
media-sources.md Add DefaultMediaSourceFactory.setDataSourceFactory 2022-05-23 13:26:05 +01:00
network-stacks.md Add DefaultMediaSourceFactory.setDataSourceFactory 2022-05-23 13:26:05 +01:00
oems.md
playlists.md Add repeat/shuffle mode documentation to the playlist page. 2021-11-11 10:58:45 +00:00
progressive.md Migrate library usages of SimpleExoPlayer to ExoPlayer. 2021-10-14 12:03:11 +01:00
pros-and-cons.md
README.md
retrieving-metadata.md Fix minor exoplayer.dev issues 2022-01-25 17:51:17 +00:00
rtsp.md Merge pull request #9606 from ened:rtsp-socket-factory 2021-12-06 12:36:42 +00:00
run_locally.sh
shrinking.md Don't use code font in titles in the dev guide 2022-02-08 10:30:35 +00:00
smoothstreaming.md Migrate library usages of SimpleExoPlayer to ExoPlayer. 2021-10-14 12:03:11 +01:00
supported-devices.md
supported-formats.md Fix broken link on supported-formats dev guide page 2021-11-03 15:26:02 +00:00
track-selection.md Tracks.Group/TrackGroup variable naming disambiguation 2022-04-26 15:20:53 +01:00
transforming-media.md Output from the Transformer the average audio & video bitrates. 2022-02-08 11:00:05 +00:00
troubleshooting.md Add DefaultExtractorsFactory.setTsSubtitleFormats 2022-11-22 14:23:23 +00:00
ui-components.md Don't use code font in titles in the dev guide 2022-02-08 10:30:35 +00: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.