Giter Site home page Giter Site logo

Comments (5)

MGaetan89 avatar MGaetan89 commented on June 5, 2024

I think that you forgot to set the media uri on your MediaItem, ie.:

val mediaItem = MediaItem.Builder()
    .setUri("https://my.media/".toUri())
    .setMediaMetadata(builder.build())
    .build()

from media.

XilinJia avatar XilinJia commented on June 5, 2024

I think that you forgot to set the media uri on your MediaItem, ie.:

val mediaItem = MediaItem.Builder()
    .setUri("https://my.media/".toUri())
    .setMediaMetadata(builder.build())
    .build()

Merci beaucoup @MGaetan89. That cut it.

Hope I somewhere in the doc state that setUri is necessary.

from media.

tonihei avatar tonihei commented on June 5, 2024

Yes, you need a Uri to play the item with ExoPlayer.

I'm curious what you expected to happen without the Uri. Could you explain that in more detail? The documentation usually shows examples with Uri, but it doesn't point out that it is definitely needed assuming there is no way you can play this item without a Uri.

from media.

XilinJia avatar XilinJia commented on June 5, 2024

I migrated the project from exoplayer2 to media3. In the way, it's more convenient to do: exoPlayer?.setMediaSource(mediaSource!!, false) and then play the media. That works without setting mediaItem. But it appears (?) that I need to set the mediaItem in order to show the media info on the notification widget, so I started doing the above and got the exception.

So now since exoplayer requires setting of the uri, the separate setting of media source is redundant, or even overridden? What's the best approach?

from media.

tonihei avatar tonihei commented on June 5, 2024

You just have to use one of them. Please see https://developer.android.com/media/media3/exoplayer/media-items and https://developer.android.com/media/media3/exoplayer/media-sources for more details

from media.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.