Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
804 views
in Technique[技术] by (71.8m points)

windows - Why the error 404 happens when I access *.mp4 file by HTTP?

I have some shared folder over HTTP. Lets say: http://myserver/files

And there are some filed like png, avi, jpg, mp4 and etc.

I can easily access *.png or *.avi via browser (http://myserver/files/555.avi) but cannot access to *.mp4.

So IIS gives the 404 error.

What's up?

Thank you!

UPDATES:

May be it is important: I have to access by this URL format

http://112.333.44.33/files/555.mp4

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

So I found the solution.

I just added correct MIME type to my website.

Extension: mp4

MIME type: video/mpeg

And now it works fine.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...