MACROMEDIA FLASH MEDIA SERVER 2-INSTALLING FLASH MEDIA SERVER 2 Informacje Techniczne

Przeglądaj online lub pobierz Informacje Techniczne dla Serwery MACROMEDIA FLASH MEDIA SERVER 2-INSTALLING FLASH MEDIA SERVER 2. MACROMEDIA FLASH MEDIA SERVER 2-INSTALLING FLASH MEDIA SERVER 2 System information Instrukcja obsługi

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj

Podsumowanie treści

Strona 1 - FlashPioneer Video Chat

FlashPioneer Video Chat Administrator Manual

Strona 2 - Contents

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

Strona 3 - Welcome

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

Strona 4 - Introduction of Flash Chat

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

Strona 5

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

Strona 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

Strona 7

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

Strona 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

Strona 9

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

Strona 10 - System Requirements

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

Strona 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

Strona 12

Contents Welcome ... 3 Int

Strona 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

Strona 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).

Strona 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

Strona 16

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

Strona 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

Strona 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

Strona 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

Strona 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

Strona 21

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

Strona 22

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

Strona 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

Strona 24

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

Strona 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

Strona 26

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

Strona 27

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

Strona 28 - Install Video Chat Server

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

Strona 29

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

Strona 30

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

Strona 31

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

Strona 32

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

Strona 33

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

Strona 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

Strona 35

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

Strona 36

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

Strona 37

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

Strona 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

Strona 39

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

Strona 40

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

Strona 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

Strona 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

Strona 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

Strona 44

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

Strona 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

Strona 46 - Upgrade

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

Strona 47 - Database Integration

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

Strona 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

Strona 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

Strona 50

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

Strona 51

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

Strona 52

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

Strona 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

Strona 54

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

Strona 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

Strona 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

Strona 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

Strona 58

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

Strona 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

Strona 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

Strona 63

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

Strona 64

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

Strona 65

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

Strona 66

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

Komentarze do niniejszej Instrukcji

Brak uwag