Giter Site home page Giter Site logo

Comments (5)

steveanton avatar steveanton commented on July 4, 2024

I think we'd require the implementation to do the buffering internally. I suspect browsers have general frameworks for implementing Streams that can do this (the Streams spec describes it).

@pthatcherg could we get a "spec language" label?

from webcodecs.

sandersdan avatar sandersdan commented on July 4, 2024

My current implementation estimates the number of frames buffered internally by the codec (assuming one input chunk = one output chunk), and tries to keep internal buffered frames + output buffered frames below a constant.

It'll need more tuning to be production ready but it seems workable.

from webcodecs.

padenot avatar padenot commented on July 4, 2024

I believe this is handled via (e.g.) the decodeQueueSize attribute (and its encode counterpart of course). @sandersdan, do you feel this addresses the concerned expressed here?

from webcodecs.

sandersdan avatar sandersdan commented on July 4, 2024

Yes, decodeQueueSize is adequate, and was designed to fit will well with the streams backpressure model.

There is more we could do (a few different statistics, an event when space becomes available), but decodeQueueSize seems fine for V1.

from webcodecs.

chcunningham avatar chcunningham commented on July 4, 2024

For new queuing stats/events, I vote to track separately should requests for those arise.

Otherwise seems like discussion here is concluded. Please re-open if I've overlooked anything.

from webcodecs.

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.