Giter Site home page Giter Site logo

Comments (2)

marcbaechinger avatar marcbaechinger commented on September 28, 2024

Thanks for your report!

We can't start email conversation over [email protected]. That's a one way channel I'm afraid. Can you please provide us with the IMA assetKey for the live test stream?

Another step would be to create a bug report right after you have reproduced the failure, upload it here or send it by email using a subject in the format "Issue #1072". Please also update this issue to indicate you’ve done this.

If this is specific to a Fire TV device, it would probably be more difficult for us to help. Please provide us with a bug report in this case so we can see the entire log output and the exact device model.

from media.

marcbaechinger avatar marcbaechinger commented on September 28, 2024

When I play the live DAI stream from the assetKey or the HLS stream directly I see it fail for reasons of HTPP 404. Can you please check whether you see the same issues when playing the stream? If this is the case I think this isn't a player problem but the HLS playlist contains URIs that are not available.

I'd recommend using our demo app for testing, because then we both use the same app and can rule out problems in an app. You can edit/add a live HLS DAI entry in the media.exolist.json and then run the demo app. When I do this I see the 404s pasted below.

The error you reported above is about a failed LoadTask:

androidx.media3.exoplayer.ExoPlaybackException: Source error ExoPlayerImplInternal: Playback error LoadTask: Unexpected exception loading stream

This potentially matches to the 404 exceptions I see when playing the stream you sent us:

2024-02-08 10:54:44.071 20227-20227 EventLogger             androidx.media3.demo.main            
E  internalError [eventTime=26.09, mediaPos=65.74, window=0, loadError
    androidx.media3.datasource.HttpDataSource$InvalidResponseCodeException: Response code: 404
        at androidx.media3.datasource.cronet.CronetDataSource.open(CronetDataSource.java:630)
        at androidx.media3.datasource.DefaultDataSource.open(DefaultDataSource.java:275)
        at androidx.media3.datasource.cache.CacheDataSource.openNextSource(CacheDataSource.java:798)
        at androidx.media3.datasource.cache.CacheDataSource.open(CacheDataSource.java:611)
        at androidx.media3.datasource.StatsDataSource.open(StatsDataSource.java:86)
        at androidx.media3.datasource.DataSourceInputStream.checkOpened(DataSourceInputStream.java:101)
        at androidx.media3.datasource.DataSourceInputStream.open(DataSourceInputStream.java:64)
        at androidx.media3.exoplayer.upstream.ParsingLoadable.load(ParsingLoadable.java:180)
        at androidx.media3.exoplayer.upstream.Loader$LoadTask.run(Loader.java:418)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
        at java.lang.Thread.run(Thread.java:919)
  ]

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.