|
Audio-Video module
With audio-video module enabled, you can add webcam and voice chat.
In video-voice chat, 8k/sec bandwidth is used by default. And this bandwidth consumption is adjustable.
Unlike the basic text chat, this webcam chat module need user have a server enable the rtmp protocol, such as Flash Media Server, Flash Communication Server, Red5 or WowzaMediaServer.
If you haven¡¯t obtained the flash media server or flash communication server yet, you can buy directly from macromedia: http://www.macromedia.com: Flash Media Server. Or you can use the Red5 server (a free Open Source Server) and you can try the WowzaMediaServer, too.We recommend Flash Media Server to get the best performance.
Video Control
The code to activate video function to 123flashchat, sample:
<flashcom-audio-video audio="On" video="On" needRequest="On" adminNeedRequest="Off" canShutOffAdmin="On" moderatorNeedRequest="Off" canShutOffModerator="On" maxWindow="5" activeRooms="*" allowGuest="On">
Parameter |
Type |
Default value |
Description |
activeRooms |
number |
1 |
The room list in which the video function is enabled. by default it's ¡°*¡±, means video is ON in all rooms. eg: to enable video in room with ID: 1, 2 and 3, please set ¡°1,2,3¡±, and delimit room IDs using comma¡±,¡±. |
allowGuest |
On/Off |
On |
Whether or not to allow unregistered guest to publish or view video. |
audio |
On/Off |
On |
Enable the audio mode |
video |
On/Off |
On |
Enable the video mode |
needRequest |
On/Off |
On |
When someone is requested video/audio by others, he/she is able to accept or deny the invitation. |
adminNeedRequest |
On/Off |
Off |
This function decides whether the admin user need send request with others video/audio |
canShutOffAdmin |
On/Off |
On |
This function decides whether the others could cancel the video/aduio to the admin users |
moderatorNeedRequest |
On/Off |
Off |
This function decides whether the moderator user need send request with others video/audio |
canShutOffModerator |
On/Off |
On |
This function decides whether the others could cancel the video/aduio to the moderator users |
http://www.123flashchat.com/video-chat.html
updated at 2008-2-28 |