GithubHelp home page GithubHelp logo

Comments (3)

imbcmdth avatar imbcmdth commented on June 4, 2024

We have experimental support for the edit-list atoms though it seems like all the major MSE implementations ignore them. We don't have any immediate plans to implement the stts atoms. I'm not sure they would help here - I've tried setting them and ctts and neither seem to help.

The problem with the stream is missing video and audio frames. The missing video frames are already "handled" by mux.js - we pull the next frame forward in time (it starts earlier) to cover the gap. The problem here is really the audio frames. The same trick of extending the sample duration does not work.

The audio decoder in Chrome is really, really dumb. Instead of honoring the various offsets it just puts samples after samples as tightly packed as possible without allowing for gaps.

Setting the sample_composition_time_offset for audio samples in the trun actually does work in Firefox but not in Chrome, unfortunately. In Firefox, the spaces are simply silent. It is a shame because that would be preferable to manually inserting silence which I think is currently the best solution.

from mux.js.

forbesjo avatar forbesjo commented on June 4, 2024

Closing as answered

from mux.js.

Ivshti avatar Ivshti commented on June 4, 2024

@imbcmdth where is the experimental implementation?

from mux.js.

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.