You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 = MediaItem.Builder()
.setUri(getString(R.string.media_url_m3ub))
.setMimeType(MimeTypes.BASE_TYPE_VIDEO)
.build()
The text was updated successfully, but these errors were encountered:
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 = MediaItem.Builder()
.setUri(getString(R.string.media_url_m3ub))
.setMimeType(MimeTypes.BASE_TYPE_VIDEO)
.build()
The text was updated successfully, but these errors were encountered: