Home PC Games Linux Windows Database Network Programming Server Mobile  
           
  Home \ Server \ Nginx configuration support f4v video format player     - Ubuntu 14.04 Solution login interface infinite loop (Linux)

- Difference Redhat5 and 6 YUM source configuration (Linux)

- Learning the Linux powerful network management capabilities (Linux)

- Share and show your code on GitHub (Linux)

- wget command examples (Linux)

- Ubuntu15 core CLR (Server)

- Cross server / client backup command: rsync use (Server)

- Ubuntu How to install and upgrade Linux Kernel 3.15 (Linux)

- GNU Linux use diff to generate a patch with the patch (Linux)

- Ubuntu 14.04 LTS 64-bit install GNS3 1.3.7 (Linux)

- Install KVM on Ubuntu and build a virtual environment (Linux)

- Hadoop scheduling availability of workflow platform - Oozie (Server)

- Samba file sharing server set up (Server)

- Copy and paste in Linux terminal and Vim (Linux)

- How to install and configure a VNC server on CentOS 7.0 (Server)

- CentOS 6.6 installation certification system based on the ftp service (Server)

- Puppet subcommands Introduction (Server)

- Git bulk delete remote tag (Linux)

- Talk about Java in the collection (Programming)

- Hadoop 0.23 compile common errors (Server)

 
         
  Nginx configuration support f4v video format player
     
  Add Date : 2018-11-21      
         
         
         
 

Nginx does not support f4v default video format playback, the solution is to edit mime.types file, video / mp4 plus f4v to

types {
 
  # Data interchange
 
    application / atom + xml                   atom;
    application / json                       json map topojson;
    application / ld + json                   jsonld;
    application / rss + xml                   rss;
    application / vnd.geo + json               geojson;
    application / xml                       rdf xml;
 
 
  # JavaScript
 
    # Normalize to standard type
 .   # https://tools.ietf.org/html/rfc4329#section-7.2
    application / javascript                 js;
 
 
  # Manifest files
 
    application / manifest + json             webmanifest;
    application / x-web-app-manifest + json   webapp;
    text / cache-manifest                   appcache;
 
 
  # Media files
 
    audio / midi                             mid midi kar;
    audio / mp4                             aac f4a f4b m4a;
    audio / mpeg                             mp3;
    audio / ogg                             oga ogg opus;
    audio / x-realaudio                     ra;
    audio / x-wav                           wav;
    image / bmp                             bmp;
    image / gif                             gif;
    image / jpeg                             jpeg jpg;
    image / png                             png;
    image / svg + xml                         svg svgz;
    image / tiff                             tif tiff;
    image / vnd.wap.wbmp                     wbmp;
    image / webp                             webp;
    image / x-jng                           jng;
    video / 3gpp                             3gp 3gpp;
    video / mp4                             f4p f4v m4v mp4;
    video / mpeg                             mpeg mpg;
    video / ogg                             ogv;
    video / quicktime                       mov;
    video / webm                             webm;
    video / x- flv                           flv;
    video / x-mng                           mng;
    video / x-ms-asf                         asf asx;
    video / x-ms-wmv                         wmv;
    video / x-msvideo                       avi;
 
    # Serving `.ico` image files with a different media type
    # prevents Internet Explorer from displaying then as images:
    # https://github.com/h5bp/html5 -boilerplate / commit / 37b5fec090d00f38de64b591bcddcb205aadf8ee
 
    image / x-icon                           cur ico;
 
 
  # Microsoft Office
 
    application / msword                                                         doc;
    application / vnd.ms-excel                                                   xls;
    application / vnd.ms-powerpoint                                               ppt;
    application / vnd.openxmlformats-officedocument.wordprocessingml.document     docx;
    application / vnd.openxmlformats-officedocument.spreadsheetml.sheet           xlsx;
    application / vnd.openxmlformats-officedocument.presentationml.presentation   pptx;
 
 
  # Web fonts
 
    application / font-woff                 woff;
    application / font-woff2                 woff2;
    application / vnd .ms-fontobject         eot;
 
    # Browsers usually ignore the font media types and simply sniff
    # the bytes to figure out the font type
 .   # https://mimesniff.spec.whatwg.org/#matching-a-font-type-pattern
    #
    # However, Blink and WebKit based browsers will show a warning
    # in the console if the following font types are served with any
    # other media types.
 
    application / x-font-ttf                 ttc ttf;
    font / opentype                         otf;
 
 
  # Other
 
    application / java-archive               ear jar war;
    application / mac-binhex40               hqx;
    application / octet-stream               bin deb dll dmg exe img iso msi msm msp safariextz;
    application / pdf                       pdf;
    application / postscript                 ai eps ps;
    application / rtf                       rtf;
    application / vnd.google-earth.kml + xml   kml;
    application / vnd.google-earth.kmz       kmz;
    application /vnd.wap.wmlc              wmlc;
    application / x-7z-compressed           7z;
    application / x-bb-appworld             bbaw;
    application / x-bittorrent               torrent;
    application / x-chrome-extension         crx;
    application / x-cocoa                   cco;
    application / x-java-archive-diff       jardiff;
    application / x-java-jnlp-file           jnlp;
    application / x-makeself                 run;
    application / x-opera-extension         oex;
    application / x-perl                     pl pm;
    application / x-pilot                   pdb prc;
    application / x-rar-compressed           rar;
    application / x-RedHat-package-manager   rpm;
    application / x-sea                     sea;
    application / x-shockwave-flash         swf;
    application / x-stuffit                 sit;
    application / x-tcl                     tcl tk;
    application / x-x509-ca-cert             crt der pem;
    application / x-xpinstall               xpi;
    application / xhtml + xml                 xhtml;
    application / xslt + xml                   xsl;
    application / zip                       zip;
    text / css                               css;
    text / html                             htm html shtml;
    text / mathml                           mml;
    text / plain                             txt;
    text / vcard                             vcard vcf;
    text / vnd.rim.location.xloc             xloc;
    text /vnd.sun.j2me.app-descriptor      jad;
    text / vnd.wap.wml                       wml;
    text / vtt                               vtt;
    text / x-component                       htc;
 
}

     
         
         
         
  More:      
 
- Python console achieve progress bar (Programming)
- Acquaintance C ++: the most simple C ++ program (Programming)
- Installation in lxml Python module (Linux)
- Git uses a standard process (Linux)
- B-tree - ideas and implementation of C language code (Programming)
- Strategy Games Ubuntu installation of Wesnoth 1.12.1 (Linux)
- CentOS 7 version how to achieve the power to start the graphical interface (Linux)
- Java precision four operations (Programming)
- Oracle to use full-text indexing (Database)
- What is the Docker (Linux)
- Getting Started with Linux system to learn: how to install the Shrew Soft IPsec VPN on Linux (Linux)
- Linux system started to learn: how to view the contents of the seed on the Linux file (Linux)
- Bubble Sort Algorithms (Programming)
- Linux Beginner Guide: Installing packages on Ubuntu and Fedora (Linux)
- Linux5 install MySQL 5.6 (RPM mode) (Database)
- 6 common PHP security attacks (Linux)
- Python 3.5 await / async (Programming)
- How do you temporarily emptied Bash environment variable before running the command on Linux (Linux)
- Eclipse Android development environment installation (Linux)
- Two kinds of agents of Spring AOP (Programming)
     
           
     
  CopyRight 2002-2022 newfreesoft.com, All Rights Reserved.