media/docs
tonihei 8a9c51a8a2 Update docs and READMEs for media3 stable release
- The ExoPlayer docs will link to the media3 ones (for now, we can
   permanently redirect once no further stand-alone ExoPlayer release
   is published).
 - Contibuting issues and PRs should only happen on the media3 repo.
 - The media3 README is updated to remove any pre-release status
   information.

PiperOrigin-RevId: 516234594
2023-03-14 09:16:04 +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-25 20:17:17 +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-24 10:00:05 +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:26:57 +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 Update docs and READMEs for media3 stable release 2023-03-14 09:16:04 +00:00
analytics.md Update docs and READMEs for media3 stable release 2023-03-14 09:16:04 +00:00
battery-consumption.md Update docs and READMEs for media3 stable release 2023-03-14 09:16:04 +00:00
CNAME Move docs to correct folder for GitHub Pages 2021-04-21 11:00:57 +01:00
customization.md Update docs and READMEs for media3 stable release 2023-03-14 09:16:04 +00:00
dash.md Update docs and READMEs for media3 stable release 2023-03-14 09:16:04 +00:00
debug-logging.md Update docs and READMEs for media3 stable release 2023-03-14 09:16:04 +00:00
demo-application.md Update docs and READMEs for media3 stable release 2023-03-14 09:16:04 +00:00
design-documents.md Move docs to correct folder for GitHub Pages 2021-04-21 11:00:57 +01:00
downloading-media.md Update docs and READMEs for media3 stable release 2023-03-14 09:16:04 +00:00
drm.md Update docs and READMEs for media3 stable release 2023-03-14 09:16:04 +00:00
Gemfile Move docs to correct folder for GitHub Pages 2021-04-21 11:00:57 +01:00
glossary.md Update docs and READMEs for media3 stable release 2023-03-14 09:16:04 +00:00
hello-world.md Update docs and READMEs for media3 stable release 2023-03-14 09:16:04 +00:00
hls.md Update docs and READMEs for media3 stable release 2023-03-14 09:16:04 +00:00
index.md Update docs and READMEs for media3 stable release 2023-03-14 09:16:04 +00:00
LICENSE Move docs to correct folder for GitHub Pages 2021-04-21 11:00:57 +01:00
listening-to-player-events.md Update docs and READMEs for media3 stable release 2023-03-14 09:16:04 +00:00
live-streaming.md Update docs and READMEs for media3 stable release 2023-03-14 09:16:04 +00:00
media-items.md Update docs and READMEs for media3 stable release 2023-03-14 09:16:04 +00:00
media-sources.md Update docs and READMEs for media3 stable release 2023-03-14 09:16:04 +00:00
network-stacks.md Update docs and READMEs for media3 stable release 2023-03-14 09:16:04 +00:00
oems.md Update docs and READMEs for media3 stable release 2023-03-14 09:16:04 +00:00
playlists.md Update docs and READMEs for media3 stable release 2023-03-14 09:16:04 +00:00
progressive.md Update docs and READMEs for media3 stable release 2023-03-14 09:16:04 +00:00
pros-and-cons.md Update docs and READMEs for media3 stable release 2023-03-14 09:16:04 +00:00
README.md Mechanical README cleanups 2021-10-09 18:14:36 +01:00
retrieving-metadata.md Update docs and READMEs for media3 stable release 2023-03-14 09:16:04 +00:00
rtsp.md Update docs and READMEs for media3 stable release 2023-03-14 09:16:04 +00:00
run_locally.sh Move docs to correct folder for GitHub Pages 2021-04-21 11:00:57 +01:00
shrinking.md Update docs and READMEs for media3 stable release 2023-03-14 09:16:04 +00:00
smoothstreaming.md Update docs and READMEs for media3 stable release 2023-03-14 09:16:04 +00:00
supported-devices.md Update docs and READMEs for media3 stable release 2023-03-14 09:16:04 +00:00
supported-formats.md Update docs and READMEs for media3 stable release 2023-03-14 09:16:04 +00:00
track-selection.md Update docs and READMEs for media3 stable release 2023-03-14 09:16:04 +00:00
transforming-media.md Update docs and READMEs for media3 stable release 2023-03-14 09:16:04 +00:00
troubleshooting.md Update docs and READMEs for media3 stable release 2023-03-14 09:16:04 +00:00
ui-components.md Update docs and READMEs for media3 stable release 2023-03-14 09:16:04 +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.