| How to build Global-MMCS binary package | |
|
Global-MMCS source code package can downloaded piece by piece. Each module has its own build.xml or Makefile, which means you can compile them independently. Of course you can also run a batch building procedure for all the modules. This "big" build.xml is under development and will be released soon. |
|
| Web Server | |
|
After running Ant, globalmmcs.war is generated in the root directory of web server. |
|
| Media Server | |
|
After running Ant, mediaserver.jar is generated in the mediaserver/lib. |
|
| Session Server | |
|
After running Ant, sessionserver.jar is generated in the sessionserver/lib. |
|
| H323 Gateway | |
|
You need to use VC6.0 to build the executable H323 Gateway. Firstly go to OpenH323 web site to download PWLIB and OpenH323 source code and follow the compile instruction to build pwlib.dll, ptlib.dll and openh323.dll. Set the correct include path and library path in VC6.0 environment and compile H323 Gateway. The executable script can be found in binary package. |
|
|
Note: at present we can only build H323 Gateway on Windows. |
|
| RealStreaming Gateway | |
|
|
|
| XGSPConsole | |
|
After running Ant, xgsp.jar is generated in the xgsp/lib. |
|
| AVApplet | |
|
After running Ant, two jars( mbone.jar and screen.jar) is generated in the avapplet/lib. Mbone.jar keeps the classes for Applet and Screen.jar keeps the classes for video sharing. |
|