GithubHelp home page GithubHelp logo

Fffmpeg does not scale. about pymp HOT 1 CLOSED

tomp736 avatar tomp736 commented on June 22, 2024
Fffmpeg does not scale.

from pymp.

Comments (1)

tomp736 avatar tomp736 commented on June 22, 2024

Implement Queue using redis lists with lpop and rpush.

https://redis.io/docs/data-types/lists/

  • add a new redis data access class (RedisMediaProcessQueue) that uses a redis list along with rpop and lpush methods implemented. The list elements will be media_info objects.
  • during the existing scan that is done by the media_registry service, it will push media_info items onto the queue if they need to be processed (meaning, the media has no thumbnail or metadata present).
  • during the existing scan that is done by the ffmpeg service, it will pop media_info from the new redis list and process the media.

from pymp.

Related Issues (6)

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.