codelab-exoplayer-intro icon indicating copy to clipboard operation
codelab-exoplayer-intro copied to clipboard

Media Streaming with ExoPlayer codelab

Results 17 codelab-exoplayer-intro issues
Sort by recently updated
recently updated
newest added

A fresh clone of the repository and subsequent building results in the following error: ``` * What went wrong: A problem occurred evaluating project ':app'. > Failed to apply plugin...

Hola, exoplayer, estoy haciendo el tutorial, y quiero reproducir un video streaming con formato m3u8, y al correr la aplicacion, genera un error y se cierra la app val mediaItem...

Codelab uses outdated element name for Step 3. Stream! Add the PlayerView element Should point to , not , as that is not a valid element name in the queryable...

Estoy empezando a conocer Kotlin e intenté integrarlo pero no me funcionó, no me reproduce ningún video en streaming. Algo en el codigo falla o no esta actualizado el uso...

Subtitle plays even after video completion. After video completion, player become black screen and subtitle keeps plays above. How to fix this issue?

How you doin’, 👋 Screenshots give an idea about the application. Can you add screenshots to the ReadmMe page?

The error message tells you how to fix it (adding a file called gradle-wrapper.properties) but it would be nice if this project could compile out of the box. I couldn't...

The [codelab](https://developer.android.com/codelabs/exoplayer-intro?hl=en&continue=https%3A%2F%2Fcodelabs.developers.google.com%2F%3Fcat%3Dandroid#0) is using deprecated SimpleExoPlayer to explain ExoPlayer. We should change it to `com.google.android.exoplayer2.ui.PlayerView`.

In PlayerActivity.releasePlayer(), inside player?.run block playWhenReady is assigning wrong: // Inside run block 'this' refer to player and current context is also player // so we can use: // [email protected]...