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 |
>>: Steps to create a CentOS container through Docker
xml <?xml version="1.0" encoding=&qu...
This article shares a dynamic loading progress ba...
Preface In WEB development, we often involve cros...
This article example shares the specific code of ...
We, humble coders, still have to sing, "You ...
Preface I need to add a synchronized scrolling fe...
This article uses examples to explain the basic k...
This article shares the specific code of Vue to i...
Mind Map He probably looks like this: Most of the...
1. Introduction resolv.conf is the configuration ...
The installation of MySQL 8.0.12 took two days an...
Today I'd like to introduce a countdown made ...
Preface First, let me introduce Keepalived, which...
Understanding object.defineProperty to achieve re...
I reinstalled VMware and Ubuntu, but the command ...