media/docs
tonihei 05ac6ab15d Update Javadoc for 2.18.4
PiperOrigin-RevId: 513516267
(cherry picked from commit 658b5030e4)
2023-03-02 17:58:15 +00:00
..
_data Update exoplayer.dev copyright notice to 2021 2021-11-08 17:00:35 +00:00
_includes Document two limitations with subtitle sideloading 2023-01-26 14:28:06 +00:00
_layouts Move docs to correct folder for GitHub Pages 2021-04-21 11:00:57 +01:00
_page_fragments Indicate that SCTE-35 metadata in not supported with HLS 2023-02-28 18:04:03 +00:00
_sass Rollback of 4c10d2bd4c 2021-07-23 14:14:31 +01:00
assets Move docs to correct folder for GitHub Pages 2021-04-21 11:00:57 +01:00
doc/reference Update Javadoc for 2.18.4 2023-03-02 17:58:15 +00:00
images Fix diagram name typo 2021-07-20 08:51:12 +01:00
issues Move docs to correct folder for GitHub Pages 2021-04-21 11:00:57 +01:00
.hgignore Move docs to correct folder for GitHub Pages 2021-04-21 11:00:57 +01:00
404.html Move docs to correct folder for GitHub Pages 2021-04-21 11:00:57 +01:00
_config.yml Move docs to correct folder for GitHub Pages 2021-04-21 11:00:57 +01:00
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 Move docs to correct folder for GitHub Pages 2021-04-21 11:00:57 +01:00
CNAME Move docs to correct folder for GitHub Pages 2021-04-21 11:00:57 +01:00
customization.md Extend documentation for ForwardingPlayer 2023-03-02 09:57:58 +00: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 Fix documention for specifying a custom exolist.json 2021-09-17 12:00:41 +01:00
design-documents.md Move docs to correct folder for GitHub Pages 2021-04-21 11:00:57 +01:00
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 Move docs to correct folder for GitHub Pages 2021-04-21 11:00:57 +01:00
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 Move docs to correct folder for GitHub Pages 2021-04-21 11:00:57 +01:00
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 Document two limitations with subtitle sideloading 2023-01-26 14:28:06 +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 Move docs to correct folder for GitHub Pages 2021-04-21 11:00:57 +01:00
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 Move docs to correct folder for GitHub Pages 2021-04-21 11:00:57 +01:00
README.md Mechanical README cleanups 2021-10-09 18:14:36 +01:00
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 Move docs to correct folder for GitHub Pages 2021-04-21 11:00:57 +01:00
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 Move docs to correct folder for GitHub Pages 2021-04-21 11:00:57 +01:00
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 Undo unreleased changes from transforming-media.md 2023-01-25 18:29:36 +00:00
troubleshooting.md Add DefaultExtractorsFactory.setTsSubtitleFormats 2023-01-25 17:33:06 +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.