tree: c5e641a5082a914e69ad9c463a3f78b1f87b6a9b [path history] [tgz]
  1. _data/
  2. _includes/
  3. _layouts/
  4. _page_fragments/
  5. _sass/
  6. assets/
  7. doc/
  8. images/
  9. issues/
  10. .hgignore
  11. 404.html
  12. _config.yml
  13. ad-insertion.md
  14. analytics.md
  15. battery-consumption.md
  16. CNAME
  17. customization.md
  18. dash.md
  19. debug-logging.md
  20. demo-application.md
  21. design-documents.md
  22. downloading-media.md
  23. drm.md
  24. Gemfile
  25. glossary.md
  26. hello-world.md
  27. hls.md
  28. index.md
  29. LICENSE
  30. listening-to-player-events.md
  31. live-streaming.md
  32. media-items.md
  33. media-sources.md
  34. network-stacks.md
  35. oems.md
  36. playlists.md
  37. progressive.md
  38. pros-and-cons.md
  39. README.md
  40. retrieving-metadata.md
  41. rtsp.md
  42. run_locally.sh
  43. shrinking.md
  44. smoothstreaming.md
  45. supported-devices.md
  46. supported-formats.md
  47. track-selection.md
  48. transforming-media.md
  49. troubleshooting.md
  50. ui-components.md
tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/README.md

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.