Git Product home page Git Product logo

Comments (4)

LeoColomb avatar LeoColomb commented on June 3, 2024

Thanks for opening this issue @nielsjakob.
I would prefer to ask the opposite: why should mov files be mentioned here?
It is not missing on purpose, but should be added only on purpose.

from server-configs-apache.

nijakobius avatar nijakobius commented on June 3, 2024

Okay I could have been a bit more specific about where I feel mov is missing:

<IfModule mod_mime.c>
    ...
    AddType video/mp4 f4v f4p m4v mp4
    ...
</IfModule>

and

<IfModule mod_expires.c>
    ...
    ExpiresByType video/mp4 "access plus 1 month"
    ...
</IfModule>

I believe the idea is that when a user visits the page a second time, the video is still in their cache and doesn't have to be downloaded again.

from server-configs-apache.

LeoColomb avatar LeoColomb commented on June 3, 2024

My question was more regarding the use case for .mov files.
Is this specific file type something you use on the web, and then expect to be managed by a web server?

from server-configs-apache.

nijakobius avatar nijakobius commented on June 3, 2024

Okay I looked into it and realised that I better user .mp4 and .webm.

Still wonder if it should be included, since it won't affect people not using .mov and it will help those who do use it.

On the other hand, if it was included I wouldn't have researched this further and would've continued to use .move :D

from server-configs-apache.

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.