ibaker 278593f0c8 Use the content URI as well as mediaId for the auto-generated ad ID
MediaItem.mediaId used to default to the content URI, but this changed:
cc26a92e07

Before the mediaId change linked above, a playlist of different content
all with the same ad URI would play the ads for every item. After the
change the ad would only play once (because mediaId == "" for every
item, so they're all the same). This change restores roughly the
original behaviour by always considering both mediaId and the content
URI.

Issue: #9106
PiperOrigin-RevId: 382763618
2021-07-16 16:12:59 +01:00
..
2021-05-12 13:02:30 +01:00
2021-04-20 17:32:19 +01:00
2021-04-20 17:32:19 +01:00
2021-06-11 12:30:31 +01:00
2021-04-20 17:32:19 +01:00
2021-04-20 17:32:19 +01:00
2021-04-20 17:32:19 +01:00
2021-04-20 17:32:19 +01:00
2021-04-20 17:32:19 +01:00
2021-04-20 17:32:19 +01:00
2021-04-20 17:32:19 +01:00
2021-04-20 17:32:19 +01:00
2021-04-20 17:32:19 +01:00
2021-04-20 17:32:19 +01:00
2021-04-20 17:32:19 +01:00
2021-04-20 17:32:19 +01:00
2021-04-20 17:32:19 +01:00
2021-04-20 17:32:19 +01:00
2021-04-20 17:32:19 +01:00
2021-05-12 13:02:30 +01:00
2021-04-20 17:32:19 +01:00
2021-04-20 17:32:19 +01:00
2021-04-20 17:32:19 +01:00
2021-04-20 17:32:19 +01:00
2021-04-20 17:32:19 +01:00
2021-04-20 17:32:19 +01:00
2021-04-20 17:32:19 +01:00
2021-05-12 13:02:30 +01:00
2021-04-20 17:32:19 +01:00
2021-04-20 17:32:19 +01:00
2021-05-17 18:23: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.