MACROMEDIA FLASH MEDIA SERVER 2-INSTALLING FLASH MEDIA SERVER 2 Información técnica

Busca en linea o descarga Información técnica para Servidores MACROMEDIA FLASH MEDIA SERVER 2-INSTALLING FLASH MEDIA SERVER 2. MACROMEDIA FLASH MEDIA SERVER 2-INSTALLING FLASH MEDIA SERVER 2 System information Manual de usuario

  • Descarga
  • Añadir a mis manuales
  • Imprimir

Indice de contenidos

Pagina 1 - FlashPioneer Video Chat

FlashPioneer Video Chat Administrator Manual

Pagina 2 - Contents

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

Pagina 3 - Welcome

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

Pagina 4 - Introduction of Flash Chat

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

Pagina 5

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

Pagina 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

Pagina 7

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

Pagina 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

Pagina 9

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

Pagina 10 - System Requirements

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

Pagina 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

Pagina 12

Contents Welcome ... 3 Int

Pagina 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

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

Pagina 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

Pagina 16

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

Pagina 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

Pagina 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

Pagina 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

Pagina 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

Pagina 21

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

Pagina 22

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

Pagina 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

Pagina 24

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

Pagina 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

Pagina 26

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

Pagina 27

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

Pagina 28 - Install Video Chat Server

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

Pagina 29

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

Pagina 30

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

Pagina 31

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

Pagina 32

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

Pagina 33

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

Pagina 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

Pagina 35

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

Pagina 36

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

Pagina 37

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

Pagina 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

Pagina 39

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

Pagina 40

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

Pagina 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

Pagina 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

Pagina 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

Pagina 44

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

Pagina 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

Pagina 46 - Upgrade

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

Pagina 47 - Database Integration

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

Pagina 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

Pagina 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

Pagina 50

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

Pagina 51

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

Pagina 52

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

Pagina 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

Pagina 54

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

Pagina 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

Pagina 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

Pagina 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

Pagina 58

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

Pagina 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

Pagina 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

Pagina 63

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

Pagina 64

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

Pagina 65

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

Pagina 66

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

Comentarios a estos manuales

Sin comentarios