==============================================================
How to enable video streaming in Cute Chat / Web Messenger
==============================================================
Step 1. Install video server
Option 1: Streaming with Flash Media Server
1. Download and install FMS. You can get it from http://www.adobe.com/products/flashmediastreaming/. There is also a free developer edition to get you started.
2. Create a folder called "CuteChat" under the FMS application folder (e.g. C:\Program Files\Adobe\Flash Media Server 3\applications\CuteChat)
Option 2: Streaming with RED5 (open source)
1. Download and install RED5 (http://osflash.org/red5).
2. Create a folder called "CuteChat" under the RED webapps folder (e.g. C:\Program Files\Red5\webapps\CuteChat).
Step 2.
Open the CuteChat admin tool (e.g. http://localhost/SamplePortal/CuteSoft_Client/CuteChat/ChatAdmin/).
Log in (by default the username and password are "admin").
In the "Configuration" tab and enable the "Enable Video Chat" option.
Specify the url to video server in the "Flash Vedio/Audio Chat Server" field (e.g. /CuteChat).
That's it! Now you should be able to send and receive video chats.
--------------------------------------------------------------------------------------------------
Just out of curiosity... Do I actually need to put anything in the /CuteChat folder created in the webapps folder or an empty folder is OK?
Any security permissions that we need to set on the folder?