The reason is because it is not on Windows Server 2003. This mime-type type of flv, for which Adobe has given its solution. As follows:
for server users:
1. On the 2003 server, locate IIS Manager.
2. Expand the local server name, right-click the select attribute, and on the Internet Information Services tab, click the Edit button below the bottom computer MIME map.
3. Click on the "New Type" button and add the extension.
Build an mp4/flv Streaming Media Server Based on tengine in CentOS6 (
Location ~ \. Mp4 $ {Root/mnt/media/vod;Mp4;Limit_conn addr 20;Limit_rate 200 k;}
Location/hls {# Serve HLS fragmentsAlias/mnt/media/app;}
Access_log logs/nginxflv_access.log access;}}---------------- Nginx configuration file --------------
4. Convert your movies into mp4 and flv formats to test the nginx environment.
4.1) Prepare a movie
To prepare the software:
Nginx-1.6.0.tar.gzYamdi-1.9.tar.gz
Yamdi is a progressive flow support module, grasping the video resource key frame to realize the random drag effect when playing
Download Address: http://ncu.dl.sourceforge.net/project/yamdi/yamdi/1.9/yamdi-1.9.tar.gz
FLV video can be published in HTTP or rtmp mode. This is in HTTP mode.
Install Nginx and MP4 support modules and FLV modules:
I made a flvplayer myself. The local test is normal, but it cannot be performed after being uploaded to the server. At first, we suspected the path problem. However, the video is not played after being uploaded several times. It is a problem of the MIME type of IIS on the server. The following describes the solution.
Microsoft changed the way to process streaming media on Microsoft Internet Information Service (IIS) 6.0 web server, instead of using the processing method in earlier versions. Ear
With the FMS/red5 configuration, use flvplayerback to test the rtmp protocol. To further use netstream for development, we found that netstream. Play only supports HTTP and file protocols (refer to the Flash help ).Check the Internet for YouTube, 6rooms, and 56, and find that the playing protocols they use are also HTTP. As the Streaming Media Server, the FMS/red5 has been specially optimized. But why are these websites not using the rtmp protocol.
What are the advantages of rtmp over HTTP? Or:
Most of the hosts in China are win2003. Files in FLV format cannot be played after being uploaded to the server. By default, FLV files are not output. Although they can be seen in FTP, they cannot be accessed through HTTP, it cannot be played. The reason is that win2003 enhanced IIS6 mime verification, and all unregistered extension file formats showed 404 errors. Manually add the mime ing relationship to t
On the win2003 host, files in FLV format cannot be played after being uploaded to the server. By default, FLV files are not output in this format. Although it can be seen in FTP, it cannot be accessed through HTTP and thus cannot be played.
The reason is that win2003 enhanced IIS6 mime verification, and all unregistered extension file formats showed 404 errors.
Manually add the mime ing relationship to th
Two kinds of solutions:
1, to find the server administrator, add FLV file type output support.2, the extension of FLV into SWF to play.
The following tutorial will show you the detailed solution!
1 Open IIS Manager, right-click on your computer name-> property, find "MIME type", as shown in the figure:
What is a MIME type? MIME type is the type of file that sets an extension to open with an applicat
FLV video is already the majority of video sites preferred video type, domestic and foreign famous video sharing station YouTube, Youku, potatoes, Sina Blog, Qiyi and so on are all Flash Player Flv/mp4 video.
FLV has two modes of publishing
One, ordinary HTTP way: This method usually needs to download to the local to play, there is buffering, but the download w
1.headerThe header section records the type of FLV, version and other information, is the beginning of the FLV, generally similar, accounting for 9bytes. The specific format is as follows:
File type
3 bytes
"FLV"
Version
1 byte
Typically 0x01
Flow information
1 byte
The last digit is 1 for the video, the
Label: FLV cannot be played. FLV cannot be played by the FLV server.
The above code is compatible with multiple versions of IE browsers
Compatible with multiple versions of IE browser FLV playback
This article describes how to use codeigniter to upload a video and convert ffmpeg to flv. For more information, see the FFmpegCI framework.
The code is as follows:$ File = 'video _ file ';$ Config ['upload _ path'] = './video_folder /';$ Config ['allowed _ types'] = 'mov | mpeg | mp3 | avi ';$ Config ['max _ size'] = '000000 ';$ Config ['max _ width'] = '';$ Config ['max _ height'] = '';
$ This-> upload-> initialize ($ config );$ This-> load-> lib
The problematic user site stores rmvb and FLV streaming media videos. The Error 404 is displayed on the webpage, prompting that the file cannot be found or downloaded. Solution for the FLV type: Enable Internet Information Services Manager (IIS ), choose "Local Computer"> "user site"> "property"> "HTTP header"> "MIME type"> "new ". Extension = ". FLV" MIME type =
Recently, when deploying a project, I found that FLV cannot be played properly locally, because it was developed using JSP (IIS6 + resin3 deployment). At first I thought it was a case-sensitive problem with the FLV file name, check the results. I had to Google and solve the problem quickly.
Click Start> 【Program] → [Administrative Tools] → [IIS manager], gradually expand "Local Computer" and "website",
Open IIS, and then on the Local ComputerRight-click the attribute above (this is not mentioned in many help files. Many people think that they are right-clicking on the site, but find that the MIME type is not found, where mypc is your computer name)Click "MIME type", and then click New to add the associated extension:. FLV, content type: FLV-application/octet-stream.After confirmation, the server will be a
Many of my friends asked me how to convert the FLV video on my blog. Because I have never had much time to write a tutorial, I will share it with you after I finish writing it ....
-----------------
1. Ultra video to flash converter is the best and fastest software for FLV conversion. It supports most video formats and supports RM format. You can use the following;
Step 1: load the video you want to convert
How does apache support flv Upload? how can I use phpstudy to upload videos in the flv format on my local testing website? why can't I transfer them? is it not supported by the server? how can I set it ., Modify upload_max_filesize to make it larger than the size of the file you are allowed to upload. Note that with post_max_size and memory _ apache, how does one support
The specific steps for the server to increase the MIME type mapping setting in MP4 format are: Right-click Computer Management Services and Applications Internet Information Services (IIS) Manager select the IIS Web site that you developed click Add in the upper right corner of the MIME type under IIS options. Enter ". mp4" in the "Extension" box, enter "Application/octet-stream" in the "MIME type" box, and then OK.The specific steps for the server to increase the MIME type mapping settings in
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.