Download and configuration of Flash Media Server

Source: Internet
Author: User
Software:

Http://www.flashcom.com.cn/tools/FlashMediaServer2.rar
Flashmediaserver2 (fms2) download + unlimited serial number (English version, unlimited version PS: Adobe has not been released to the Chinese Version)

Click Download .........................

Flash Media Server Installation instructions: Run flashmediaserver2.exe directly after decompressing the compressed package until it appears


Then, enter the account password. The password is the password of the Microsoft Remote Management Account ([/font1_fms2_lele.swf in the installation directory of the Management Program), next, and enter the port number, the first one is the port number used by the application server, and the second one is the port number used by the remote management of the FMS server, the two port numbers must be opened in interception software such as the firewall. Otherwise, the service will not run properly. After the installation is complete, the system prompts whether to run the software:

We will not run the program on the server here. We will remove all the hooks and finish them. Then, we will find the license in the software installation package directory. copy the serial number file of LIC to the software installation directory [/font] C:/program files/Macromedia/Flash Media Server 2/licenses and go to C: /program files/Macromedia/Flash Media Server 2/tools run startserverservice. BAT file to start the FMS server (stopserverservice. bat] to stop the service)

PS: the installation is complete now. You can install the software by following the steps above, note that some anti-virus software may block or intercept port 1935 used by the system. Therefore, you must enable these ports without being intercepted, some friends use commands to check that port 1935 is enabled, but the connection fails because it may be intercepted ....... if the installation is unsuccessful, you don't have to worry about the problem of the Microsoft installation package. I have been using this installation package for six months without any problems. If I have tested the environment Windows XP Win 2003, there is no problem. we have completed the installation process above ....
Next, we will test whether the server is running normally .......
First, find E:/program files/Macromedia/Flash Media Server 2/applications.
In
Applications creates a folder named Appleseed... Then open the Flash software
Run the code below copy:

NC = new netconnection ();
Trace ("START network detection .....");
NC. onstatus = function (Info ){
If (info. Code = "netconnection. Connect. Success "){
Trace ("connection to server successful ......");
}
If (info. Code = "netconnection. Connect. Closed "){
Trace ("disconnect from the server ......");
}
If (info. Code = "netconnection. Connect. Rejected "){
Trace ("disconnect from the server .....");
}
If (info. Code = "netconnection. Connect. Failed "){
Trace ("connection failed, the server may be being maintained. Please visit ....");
}
};
NC. Connect ("rtmp: // 127.0.0.1/Appleseed /");
}

Example referenced in Asp.net:

<Asp: repeater id = "onlinevideo" runat = "server">
<Itemtemplate>

<SCRIPT type = "text/JavaScript">
VaR swf_width = 330
VaR swf_height = 290
VaR texts = 'xiexie'
VaR files = 'rtmp: // 127.0.0.1/061230zhufujingpai. flv'
Document. write ('<object classid = "CLSID: d27cdb6e-ae6d-11cf-96b8-444553540000" codebase = "http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width = "' + swf_width + '" Height = "' + swf_height + '"> ');
Document. Write ('<Param name = "movie" value = "vcastr.swf"> <Param name = "quality" value = "high"> ');
Document. Write ('<Param name = "menu" value = "false"> <Param name = wmode value = "Opaque"> ');
Document. Write ('<Param name = "flashvars" value = "vcastr_file =' + files + '& vcastr_title =' + texts + '"> ');
Document. write ('<embed src = "vcastr.swf" wmode = "Opaque" flashvars = "vcastr_file =' + files + '& vcastr_title =' + texts + '& menu =" false "Quality = "high" width = "'+ swf_width +'" Height = "'+ swf_height +'" type = "application/X-Shockwave-flash" pluginspage = "http://www.macromedia.com/go/getflashplayer"/> '); document. write ('</Object> ');
</SCRIPT> </itemtemplate>
</ASP: repeater>
 
Related Article

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.