资 源 简 介
SUMMARY
RTCKit Flash client has several versions for different Flash Player versions:
flashphone_11_0.swf - supports H.264 video encoding and acoustic echo cancellation
flashphone_10_3.swf - supports acoustic echo cancellation
flashphone_10_0.swf - basic version
stresstest.swf is used for load testing of RTCKit server
BUILD (UNIX)
Flex SDK 4.5 and CMake is needed to build RTCKit Flash client.
You also need "playerglobal.swc" files for Flash Player 10.3 and 11.0
Make sure mxmlc is in the search path
create a directory (e.g. "build") next to source directory
cd build; cmake ../rtckit_client
make flash