android / android/codelab-exoplayer-intro

No funcion un streaming m3u8

Open
#86 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Kotlin
Stars
235
Forks
129
PR merge metrics
No merged PRs in 30d

Description

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

Contributor guide

Open the contributing guide

Research direction

Start with the MediaItem.Builder code in the issue and run the codelab app while capturing the error that causes it to close. Confirm the media_url_m3ub value and MIME type used for the m3u8 stream; done means the stream plays without the application closing.

Written by the indexing model from the issue text.

Assessment

Tech stack
android, kotlin
Domain
mobile
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.