• Home
Name Date Size #Lines LOC

..--

_data/03-May-2024-261240

_includes/03-May-2024-3,1222,802

_layouts/03-May-2024-671573

_page_fragments/03-May-2024-142124

_sass/03-May-2024-2,9032,635

assets/03-May-2024-141125

doc/reference/03-May-2024-724,594630,763

images/03-May-2024-118117

issues/03-May-2024-1210

404.htmlD03-May-202420 43

CNAMED03-May-202414 21

GemfileD03-May-2024135 64

LICENSED03-May-20241.1 KiB2418

README.mdD03-May-2024637 1310

_config.ymlD03-May-20242.1 KiB9654

ad-insertion.mdD03-May-202413.8 KiB330272

analytics.mdD03-May-202411.5 KiB265221

battery-consumption.mdD03-May-20243.9 KiB7762

customization.mdD03-May-202412.2 KiB281229

dash.mdD03-May-20242.6 KiB8769

debug-logging.mdD03-May-20245.4 KiB12095

demo-application.mdD03-May-202411 KiB260217

design-documents.mdD03-May-20241.9 KiB3730

downloading-media.mdD03-May-202416.2 KiB411331

drm.mdD03-May-20245 KiB11287

glossary.mdD03-May-202410 KiB309202

hello-world.mdD03-May-20248.2 KiB220174

hls.mdD03-May-20244.9 KiB135109

index.mdD03-May-20241.3 KiB2924

listening-to-player-events.mdD03-May-202410.1 KiB241202

live-streaming.mdD03-May-20249.3 KiB202171

media-items.mdD03-May-20245.4 KiB157127

media-sources.mdD03-May-20243 KiB8366

network-stacks.mdD03-May-20248.5 KiB177142

oems.mdD03-May-20244.1 KiB10687

playlists.mdD03-May-20247.6 KiB208169

progressive.mdD03-May-20241.4 KiB4837

pros-and-cons.mdD03-May-20242.4 KiB4842

retrieving-metadata.mdD03-May-20243.1 KiB9175

rtsp.mdD03-May-20243.4 KiB9977

run_locally.shD03-May-202483 51

shrinking.mdD03-May-20245.1 KiB135109

smoothstreaming.mdD03-May-20242.7 KiB8971

supported-devices.mdD03-May-20242.8 KiB5247

supported-formats.mdD03-May-20244.9 KiB12294

track-selection.mdD03-May-20247.5 KiB201166

transforming-media.mdD03-May-20245 KiB139112

troubleshooting.mdD03-May-202421.5 KiB364308

ui-components.mdD03-May-20246.2 KiB146120

README.md

1# ExoPlayer website
2
3The [ExoPlayer website](https://exoplayer.dev/) is hosted on
4GitHub Pages, and is statically generated using Jekyll.
5
6* GitHub provides a guide describing how to setup a GitHub Pages site using
7  Jekyll
8  [here](https://help.github.com/articles/using-jekyll-as-a-static-site-generator-with-github-pages/).
9* GitHub provides a guide describing how to test changes to the site locally
10  [here](https://help.github.com/articles/setting-up-your-github-pages-site-locally-with-jekyll/).
11  Once your machine is setup, you can build and run a local instance of the
12  site using `./run_locally.sh` from the root directory.
13