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

No funcion un streaming m3u8

Open ingrafa23 opened this issue 2 years ago • 0 comments

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()

ingrafa23 avatar Jan 31 '23 20:01 ingrafa23