Recent development projects need to use the JWplayer plugin to play videos, but no matter which version or what video is replaced, it always prompts Error loading media: File could not be played incorrectly. At first, I thought it was video coding, but after a lot of work, I still couldn’t solve the problem. Later, I accidentally found that IIS does not support. Mp4 format playback problem.
The IIS default configuration does not add an MP4 file, which results in opening an MP4 file reporting 404. The solution to this problem is simple, as follows:
1. Open IIS Manager
2. Double-click on the MIME type and click Add 22 in the upper right corner of the image below
3. Add, extension mp4, type Video/MP4
4. Click OK
is a perfect solution to the problem
The IIS default configuration does not add an MP4 file, which results in opening an MP4 file reporting 404. The solution to this problem is simple, as follows:
1. Open IIS Manager
2. Double-click on the MIME type and click Add 22 in the upper right corner of the image below
3. Add, extension mp4, type Video/MP4
4. Click OK
is a perfect solution to the problem
Read More:
- Perfectly solve the error loading media: file could not be played error
- The video cannot be played because you have disabled the cookie
- How to solve the problem of “blocked loading mixed active content” in Firefox
- The media could not be loaded, either because the server or network failed or because the format is
- How to solve the problem of error 15: file not found when Linux starts
- Error in loading online pictures on billboard in cesium tainted canvas may not be loaded
- Git bash display error can not be used, how to solve
- How to solve the problem of “unable to open source file XXXXX. H” in VS development?
- Solve the problem that the header file of “graphics. H” cannot be loaded in vs2015
- Arduino reports an error when writing a custom library file to solve the problem of not name of type, not declared in this scope
- How to Fix ”is not in the sudoers file“ in Linux
- How to fix “Outlook data file cannot be accessed” error (Solved)
- How to solve the problem of “unable to open include file:” graphics. H “: no such file or directory”
- solve error:legacy boot of uefi media
- To solve the problem of loading rjava in installation of xlsx
- How to Solve apt get update problem: usr/lib/apt/methods/HTTPS could not be found_PUBKEY 7EA0A9C3F273FCD8
- Ctypes loading DLL error oserror: [winerror 126] the specified module could not be found
- Typeerror: write() argument must be STR, not bytes and the method of writing binary file in Python 3
- Typeerror: write() argument must be STR, not bytes and the method of writing binary file in Python 3
- How to Solve Vue Command Not Work Issue in win7_64