media/docs
olly c80355c903 Update links for new Javadoc
PiperOrigin-RevId: 374216724
2021-05-17 18:20:33 +01:00
..
_data Add dev guide for RTSP. 2021-05-12 11:50:31 +01:00
_includes
_layouts
_page_fragments Minor copy edits for RTSP docs 2021-05-12 18:58:13 +01:00
_sass
assets
doc/reference Update Javadoc for 2.14.0 2021-05-12 13:55:32 +01:00
images
issues
.hgignore
404.html
_config.yml
ad-insertion.md
analytics.md
battery-consumption.md
CNAME
customization.md
dash.md Deprecate EventListener in favor of Listener 2021-04-30 18:56:35 +01:00
debug-logging.md
demo-application.md
design-documents.md
downloading-media.md
drm.md Remove reference to Issue #4133 in exoplayer.dev/drm 2021-05-17 18:17:54 +01:00
Gemfile
glossary.md
hello-world.md Include RTSP module in gradle project 2021-05-10 23:41:50 +01:00
hls.md Deprecate EventListener in favor of Listener 2021-04-30 18:56:35 +01:00
index.md
LICENSE
listening-to-player-events.md Minor guide cleanup for 2.14 2021-05-10 23:41:29 +01:00
live-streaming.md Deprecate EventListener in favor of Listener 2021-04-30 18:56:35 +01:00
media-items.md
media-sources.md Add dev guide for RTSP. 2021-05-12 11:50:31 +01:00
oems.md
playlists.md Deprecate EventListener in favor of Listener 2021-04-30 18:56:35 +01:00
progressive.md
pros-and-cons.md
README.md
retrieving-metadata.md Rename MediaMetadata trackTitle and trackArtist to title and artist. 2021-05-07 14:58:03 +01:00
rtsp.md Minor copy edits for RTSP docs 2021-05-12 18:58:13 +01:00
run_locally.sh
shrinking.md
smoothstreaming.md Deprecate EventListener in favor of Listener 2021-04-30 18:56:35 +01:00
supported-devices.md
supported-formats.md Add dev guide for RTSP. 2021-05-12 11:50:31 +01:00
track-selection.md
transforming-media.md
troubleshooting.md Update links for new Javadoc 2021-05-17 18:20:33 +01:00
ui-components.md Update links for new Javadoc 2021-05-17 18:20:33 +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.