11-17-2008, 11:23
|
Maen Hasan

Joined on 08-05-2004
Posts 1,876
|
Re: Video Conferencing with AxltmmPlayCtrl and AxltmmCaptureCtrl
|
 
 
|
|
|
You can't do this by creating the capture and play control on the same computer. The reason is that you will need something to send the data from the first computer to the second.
You can do this by creating the capture control on the first computer and the play control on the second computer. You need to set the ltmmCaptureCtrl.TargetFormat to ltmmCapture_TargetFormat_NET and set the server address as target file. Then you need to set the ltmmPlayCtrl.SourceFile to the address of the server computer that you used with the capture control.
For more information, please see the following help topic in the LEADTOOLS Multimedia documentation: - A Complete Example: Server and Client
Thanks, Maen Badwan LEADTOOLS Technical Support
|
|
|
|
|
Report
|
|
|
|