Git Product home page Git Product logo

Comments (9)

m1k1o avatar m1k1o commented on May 29, 2024

Hmm, it should not do again. Is the cache file there?

from go-transcode.

m1k1o avatar m1k1o commented on May 29, 2024

I tried it, got media local cache hit and no ffprobe running. Do you use global or local cache? Do you see this entry in log?

from go-transcode.

rudnypc avatar rudnypc commented on May 29, 2024

I'm using cache inside the vod tag, Should I put this cache outsite?

from go-transcode.

m1k1o avatar m1k1o commented on May 29, 2024

I'm using cache inside the vod tag,

Correct.

Found some issue, when cache does not contain keyframes (if selected) when accesssing master playlist.

from go-transcode.

rudnypc avatar rudnypc commented on May 29, 2024

The ffprobe now is starting from the master and each profile. Before ffprobe was only started from the profile.

from go-transcode.

m1k1o avatar m1k1o commented on May 29, 2024

They should share the same cache. But I think, the problem is race condition. When master profile starts ffprobe, it takes some time. If some profile starts in meanwhile, it does not see cache entry and starts again. It does not know, that other ffprobe is in progress, since every profile has its own manager started.

from go-transcode.

rudnypc avatar rudnypc commented on May 29, 2024

sorry, now that I made a mistake, the cache is working now

from go-transcode.

rudnypc avatar rudnypc commented on May 29, 2024

Ok, but when I set the cache is true, the generator doesn't use the ffprobe keyframe

from go-transcode.

m1k1o avatar m1k1o commented on May 29, 2024

Another problem is, that when the cache exists, even without keyframes, it does not generate them. I think that should be fixed too. So if you have valid cache without keyframes, it won't generate them additionally.

from go-transcode.

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.