markov2 / perl5-MIME-Types

Definition of MIME types
http://perl.overmeer.net/CPAN
4 stars 1 forks source link

3gp, 3gpp preference is "video/3gpp" #7

Closed Rikkuru closed 3 years ago

Rikkuru commented 3 years ago

3GPP can use audio and video but video will be better when we don't know the content. https://tools.ietf.org/html/rfc3839#section-3.2

The type "video/3gpp" is valid for all files.  It is valid to serve an audio-only file as "video/3gpp".
markov2 commented 3 years ago

Are you going through all 2965 types? Wow!

Rikkuru commented 3 years ago

no ) i had tests on this ones that broke after update

markov2 commented 3 years ago

Sorry for the breakage. Guessing mime-type based on file-name extension is a risky business. You made it a little safer ;-)

Rikkuru commented 3 years ago

Thank you for quick response !