The failure to play flv/MP4 and other video files on the website is related to the MIME type.

The failure to play flv/MP4 and other video files on the website is related to the MIME type.
When making a website, I found that video files, such as flv and MP4 formats, can be played normally locally, but they cannot be played when transferred to the development machine. The file address of the player is correct, but there is no response.
After a long period of experimentation, I found that the problem was with the IIS settings. IIS does not allow video files to be played by default. The solution is as follows:

Open the IIS Manager on the server, find the corresponding website under [Website] under the server, right-click and click Properties.
(You can also right-click [Default Website] and click Properties)
After opening the property setting window, click the HTTP Header tab and click the [MIME Type] button below it.
Create a new MIME type with the extension: .flv MIME type: flv-application/octet-stream

<<:  What is TypeScript?

>>:  Steps to create a CentOS container through Docker

Recommend

Html Select option How to make the default selection

Adding the attribute selected = "selected&quo...

How to automatically import Vue components on demand

Table of contents Global Registration Partial Reg...

How to operate MySQL database with ORM model framework

What is ORM? ORM stands for Object Relational Map...

MySQL aggregate function sorting

Table of contents MySQL result sorting - Aggregat...

Some points on using standard HTML codes in web page creation

<br />The most common mistake made by many w...

Implementation of code optimization for Vue2.x project performance optimization

Table of contents 1 Use of v-if and v-show 2. Dif...

28 Famous Blog Redesign Examples

1. WebDesignerWall 2. Veerle's Blog 3. Tutori...

Don’t bother with JavaScript if you can do it with CSS

Preface Any application that can be written in Ja...

getdata table table data join mysql method

public function json_product_list($where, $order)...

JavaScript explains the encapsulation and use of slow-motion animation

Implementing process analysis (1) How to call rep...

MySQL slave library Seconds_Behind_Master delay summary

Table of contents MySQL slave library Seconds_Beh...

Solve the mysql user deletion bug

When the author was using MySQL to add a user, he...

Vue implements a scroll bar style

At first, I wanted to modify the browser scroll b...

MySQL Series 7 MySQL Storage Engine

1. MyISAM storage engine shortcoming: No support ...