MACROMEDIA FLASH MEDIA SERVER 2-INSTALLING FLASH MEDIA SERVER 2 Informations techniques

Naviguer en ligne ou télécharger Informations techniques pour Serveurs MACROMEDIA FLASH MEDIA SERVER 2-INSTALLING FLASH MEDIA SERVER 2. MACROMEDIA FLASH MEDIA SERVER 2-INSTALLING FLASH MEDIA SERVER 2 System information Manuel d'utilisatio

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer

Résumé du contenu

Page 1 - FlashPioneer Video Chat

FlashPioneer Video Chat Administrator Manual

Page 2 - Contents

System Requirements FMS Edition Supported Operating Systems Windows 2000 Server Windows 2003 Server, Standard Edition Linux Red Hat Enterpris

Page 3 - Welcome

Install Flash Server on Windows ---- Install Flash Media Server 1) Locate the installation file, FlashMediaServer2.exe. This file is on your in

Page 4 - Introduction of Flash Chat

Next, you are suggested to read Install Video Chat Server FMS Edition.

Page 5

Install Flash Server on Windows ---- Install Red5 Server Download required files Red5 Download the latest Red5 edition (currently is 0.6.3) for

Page 6

Add following variables: (Suppose the installation path of Java JDK is D:\jdk.) Add variable PATH and set its value as D:\jdk\bin Add variable CLA

Page 7

If variable name exists already, edit it and add relevant information. When finishing configuration, we need to test if the JAVA developing envi

Page 8 - Installation

Following the wizard, it requires to select a path for JAVA Runtime Environment (JRE). The installation will search for the path automatically, and

Page 9

example: D:\red5. And then select components to install. By default, all items are selected and we do not suggest changing the settings.

Page 10 - System Requirements

There are installation options in "Select Additional Tasks". If you want to set it as system service, pick "Register as service"

Page 11

RTMP port is the serving port of Red5 and it is the communication port of server and client. HTTP servlet engine port is the http communication port

Page 12

Contents Welcome ... 3 Int

Page 13

After changing port, the new port does not go into effect until the Red5 server is restarted. The whole installation is finished by now. We can find

Page 14

Install Flash Server on Linux ---- Install Flash Media Server Red Hat Linux 1) Log in as a root user (required to install Flash Media Server).

Page 15

Other Linux System (The following operating processes have been approved in Fedora Core 7 system) The operating processes are the same as the abo

Page 16

Last, execute following command to start up FMS. service fms start Next, you are suggested to read Install Video Chat Server FMS Edition.

Page 17

Install Flash Server on Linux ---- Install Red5 Server Taking Fedora Linux as an example, there are five key steps to install: 1) Install Java 1

Page 18

Input command directly through Terminal: export ANT_HOME=/usr/ant export JAVA_HOME=/usr/java export PATH=$PATH:$JAVA_HOME/bin:$ANT_HOME/bin export CLA

Page 19

export JAVA_HOME=/usr/java export PATH=$PATH:$JAVA_HOME/bin:$ANT_HOME/bin export CLASSPATH=.:$JAVA_HOME/lib/dt.jar:$JAVA_HOME/lib/tools.jar exec $JAV

Page 20

Execute the command at Terminal as super user: chkconfig --add red5 If it doesn't work, please make sure that the path of command chkconfig is c

Page 21

Install Video Chat Server ---- Installation of FMS Edition 1) First make sure you have already installed FMS If not, please see "Install

Page 22

Install Video Chat Server ---- Installation of Red5 Edition 1) First make sure your Red5 server has already been installed and runs well. If

Page 23

Welcome The flash chat is a new mode of chat software which is different from text one. Full of various flashes and funny animation, the fla

Page 24

Install Video Chat Client ---- Installation of Client 1) Unzip file Chat_Client.zip to target folder Below is the file structure after unzip: ./

Page 25

different from the external server's, they can't link when SWF file communicates with the external server. For example, E.g. if SWF is in ht

Page 26

Install Video Chat Client ---- Configuration via setting.xml You can download the Chat Configuration Tool that has graphic interface. And this

Page 27

zh-TW -- Chinese Traditional The language package is in the directory of <roomPath>/lang/ You can also do translation according to the lan

Page 28 - Install Video Chat Server

<enablePrivateChat value="true" /> Whether show private chat interface If you open private chat interface, click the name i

Page 29

Default is "true". <enableUButton value="true" /> Whether show Underline button in chat toolbar. <enableBButton value=&

Page 30

thumb="cartoon/preview/football-small.swf" duration="1.5"/> <item name="Bear.swf" src="cartoon/movie/bear.swf

Page 31

The font panel in chat toolbar. enabled: Whether to show this panel. value: available font size group, separated by "," . defaultSize: def

Page 32

Install Video Chat Client ---- Creating the Installation Package for Client Program Since version 1.7, Chat provides the function that enables

Page 33

Install Video Chat Client ---- Custom Skin Default location of interface style package is in directory "theme", and one dir

Page 34

Introduction of Flash Chat When we are chatting online, our computers do not send the messages to each other directly in fact. The messages we sen

Page 35

Main background <CLOSE_ON value="close_over.swf" /> <CLOSE_OUT value="close_out.swf" /> Window close button. CLOSE_

Page 36

Chat room background and bar <CHATTOOL_BG value = "chat_tool_bg.swf" /> Chat tool background <CHATROOM_BACK_ON value = "

Page 37

<ICON_HOME value = "icon_home.swf" /> Home icon <PREMSG_BG value = "premsg_bg.swf" /> Predefined message background

Page 38

Quicker During the creation of SWF file, please pay attention to the following notices: 1. Don't use symbol, please directly draw vector in s

Page 39

<list_textColor value = "0x222222" /> List component text color <list_background value = "0xFDFDFD" /> List component

Page 40

<check_SelectColor value = "0x5B8797" /> Checkbox text color when selected <check_background value = "0xEFEFEF" /> Che

Page 41

Upgrade 3 Easy Steps to Upgrade Chat System Note: Please backup all the files before the upgrade so as to avoid losing any important data. 1) U

Page 42

Database Integration Install Chat's database (PHP) There two ways to keep the data. One is using the file format which is the same as the

Page 43

level Administrator Register user 3) Install amfphp program Unzip phpService.zip, go into the amfphp_1.2 folder after unzipping, use Notepad or othe

Page 44

save the setting. PHP Interface Description There is PHP reserved interface. Through this, you can save the chat users' information and ch

Page 45

chat room while Client C is in another one. Then Client A or Client B can not see the message sent by Client C. And only Client B can see the message

Page 46 - Upgrade

function doLogin($username,$pass = null,$isRegister = false){ /* Please put your code here to database connection processing */

Page 47 - Database Integration

* name. * @ param $ip: The user's IP address * @ param $username: Sending message user's name * @ param $message: Massage content */ functio

Page 48

Install Chat's database (.NET) There two ways to keep the data. One is using the file format which is the same as the former version, there

Page 49 - PHP Interface Description

Unzip aspService.zip, go into the Fluorine file after unzipping, use Notepad or other text editor tools to open "Web.config", and modify the

Page 50

.NET Interface Description There is ASP.net reserved interface. Through this, you can save the chat users' information and chat history into

Page 51

return Null/"guest"/"member"/"admin" } doLogin Function must have return value for Red5/FMS to receive, there are

Page 52

*/ public void saveChatLog(string target,string ip,string username,string message){ /* Please put the code for saving the chat record into

Page 53

Administrator Panel If you login as an administrator, you will see the administer buttons on the top of the panel. By clicking this button, yo

Page 54

Administrator Panel ---- Monitor Here the administrator can see all the user's log in/out information and chat history. There are three butt

Page 55

Administrator Panel ---- Setting There are 8 options on the up part of the panel. If you want to enable the option, just select the square in fro

Page 56

WMS (Wowza Media Server) WMS is a Flash server written in Java. As cheap and stable, it is suitable for application of primary and medium enterpr

Page 57 - Administrator Panel

And the rest part is to set the method of storing user information and chat history. You can save them to a file or record them in a data

Page 58

Administrator Panel ---- Room In this panel, the administrator can add and remove rooms. There are also many settings for the room:  Room titl

Page 60

Administrator Panel ---- User In this panel, the admin can ban the improper words in user register name or login name. And you also can filter

Page 62

Administrator Panel ---- News Here you can set the news on the top of the Chat. And you have choice on which room users can see the broadcast. If

Page 63

Administrator Panel ---- Account Administrator can set the password here.

Page 64

Pro150 $2275 150 concurrent users, unlimited bandwidth, supports streaming video Unlimited Edition $5000 Unlimited concurrent users number and b

Page 65

Installation 1) Installation of Server Program Please read the relevant document according to your choice of Flash Server edition in

Page 66

5) For adding PHP database interface, please read Install Chat's database (PHP) PHP Interface description 6) For .NET database interface, pleas

Commentaires sur ces manuels

Pas de commentaire