MACROMEDIA FLASH MEDIA SERVER 2-INSTALLING FLASH MEDIA SERVER 2 Technical Information

Stöbern Sie online oder laden Sie Technical Information nach Server MACROMEDIA FLASH MEDIA SERVER 2-INSTALLING FLASH MEDIA SERVER 2 herunter. MACROMEDIA FLASH MEDIA SERVER 2-INSTALLING FLASH MEDIA SERVER 2 System information Benutzerhandbuch

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken

Inhaltsverzeichnis

Seite 1 - FlashPioneer Video Chat

FlashPioneer Video Chat Administrator Manual

Seite 2 - Contents

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

Seite 3 - Welcome

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

Seite 4 - Introduction of Flash Chat

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

Seite 5

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

Seite 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

Seite 7

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

Seite 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

Seite 9

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

Seite 10 - System Requirements

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

Seite 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

Seite 12

Contents Welcome ... 3 Int

Seite 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

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

Seite 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

Seite 16

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

Seite 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

Seite 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

Seite 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

Seite 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

Seite 21

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

Seite 22

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

Seite 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

Seite 24

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

Seite 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

Seite 26

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

Seite 27

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

Seite 28 - Install Video Chat Server

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

Seite 29

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

Seite 30

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

Seite 31

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

Seite 32

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

Seite 33

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

Seite 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

Seite 35

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

Seite 36

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

Seite 37

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

Seite 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

Seite 39

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

Seite 40

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

Seite 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

Seite 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

Seite 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

Seite 44

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

Seite 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

Seite 46 - Upgrade

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

Seite 47 - Database Integration

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

Seite 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

Seite 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

Seite 50

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

Seite 51

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

Seite 52

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

Seite 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

Seite 54

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

Seite 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

Seite 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

Seite 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

Seite 58

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

Seite 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

Seite 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

Seite 63

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

Seite 64

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

Seite 65

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

Seite 66

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

Kommentare zu diesen Handbüchern

Keine Kommentare