Giter Site home page Giter Site logo

Comments (9)

erankor avatar erankor commented on May 18, 2024
  1. what do you mean by 'no difference' ? the execution time of the requests is the same whether these settings are enabled or disabled ?
  2. did you verify the caches are actually working, by looking at the hit/miss values in the vod status page ?

from nginx-vod-module.

arikkrol1 avatar arikkrol1 commented on May 18, 2024
  1. yes, the execution time is the same.
  2. can you explain how to access the vod status page (I'm new to nginx)? thanks.

from nginx-vod-module.

erankor avatar erankor commented on May 18, 2024

you need to add to your nginx.conf something like:
# vod status page
location = /vod_status {
vod_status;
}
and then curl /vod_status to get the status.
In addition, you should enable nginx-vod performance counters (preferably inside the 'server' block) using:
vod_performance_counters perf_counters;

from nginx-vod-module.

jessp01 avatar jessp01 commented on May 18, 2024

Hello @arikkrol1,

Can this be closed or do you have additional questions?

Thanks,

from nginx-vod-module.

arikkrol1 avatar arikkrol1 commented on May 18, 2024

you can close it. thanks.

On Mon, Jul 27, 2015 at 6:39 PM, Jess Portnoy [email protected]
wrote:

Hello @arikkrol1 https://github.com/arikkrol1,

Can this be closed or do you have additional questions?

Thanks,


Reply to this email directly or view it on GitHub
#118 (comment)
.

from nginx-vod-module.

mlevkov avatar mlevkov commented on May 18, 2024

Hi.
I'm using the module to transmux mp4 to hls.

This is my cahce config:

vod_moov_cache moov_cache 4096m; #was 4096
vod_response_cache response_cache 512m;
vod_cache_buffer_size 256k; #was 512m

There seem to be no difference weather these settings are enabled or not.
Any ideas?

Thanks.

@erankor There is not even a directive called vod_moov_cache and that is probably why it did not make any difference. It should have been
vod_metadata_cache moov_cache 4096m;
in lieu of
vod_moov_cache moov_cache 4096m;
am I correct?

from nginx-vod-module.

jessp01 avatar jessp01 commented on May 18, 2024

Hi @arikkrol1,

That's correct and the directive is documented here:
https://github.com/kaltura/nginx-vod-module#performance-recommendations

It was renamed in Feb 2016, see:
https://github.com/kaltura/nginx-vod-module/blob/ae1f434e22996b384e8f20d701df2a63561a1a3d/CHANGELOG.md#20160203---added-support-for-matroska-container

from nginx-vod-module.

mlevkov avatar mlevkov commented on May 18, 2024

@jessp01 Does this cache into memory or local drive?

from nginx-vod-module.

erankor avatar erankor commented on May 18, 2024

Memory

from nginx-vod-module.

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.