Welcome to LEAD Support Forum Login | Register | Faq  

    LEAD Support Forum
  Resource to find answers and post technical questions about LEAD products.
Search    
   

Re: Video Conferencing with AxltmmPlayCtrl and AxltmmCaptureCtrl
Started by vighnesh at 11-15-2008 5:08. Topic has 5 replies.

Print Search « Previous Thread Next Thread »
  11-15-2008, 5:08
vighnesh is not online. Last active: 11/19/2008 4:13:19 AM vighnesh

Not Ranked
Joined on 11-07-2008
Posts 4
Video Conferencing with AxltmmPlayCtrl and AxltmmCaptureCtrl
Reply Quote
Hello I have made possible video conferencing by using these two controls on the same computer i.e. PlayControl at client side and capturecontrol at the server side. is it possible to make a code like If client wants to capture videos of remote server, we would create play control as well capture control on the client side and by setting Target file and source file, video capturing from server to client is possible.

   Report 
  11-16-2008, 11:32
Yasir Alani is not online. Last active: 11/16/2008 11:29:23 AM Yasir Alani



Top 10 Posts
Joined on 02-05-2007
Posts 311
Re: Video Conferencing with AxltmmPlayCtrl and AxltmmCaptureCtrl
Reply Quote
Do you mean you want to use the Capture control on one computer, and display the video on another computer in a Play control? If yes, you can do this by specifying the IP address of the first computer in the program that you run on the second computer.

If this is not what you mean, please give me more details.
Yasir Alani
LEADTOOLS Technical Support
support@leadtools.com
   Report 
  11-16-2008, 23:08
vighnesh is not online. Last active: 11/19/2008 4:13:19 AM vighnesh

Not Ranked
Joined on 11-07-2008
Posts 4
Re: Video Conferencing with AxltmmPlayCtrl and AxltmmCaptureCtrl
Reply Quote
Well yes The thing I want to do is capture video on one computer and display it on the second computer but for this i do not want to create capture control and play control on seperate computers. I want capture control to be created on the computer where play control itself is created i.e. create capture control and play control at client side. Is this approach possible? Thank you.

   Report 
  11-17-2008, 0:56
vighnesh is not online. Last active: 11/19/2008 4:13:19 AM vighnesh

Not Ranked
Joined on 11-07-2008
Posts 4
Re: Video Conferencing with AxltmmPlayCtrl and AxltmmCaptureCtrl
Reply Quote
And One More thing, If the approach in last post I mentioned is possible which would be the efficient solution ?
(1) Capture Control and Play Control on Client Side.
(2) Capture Control on Server Side and Play Control on Client Side.

Thank you.

   Report 
  11-17-2008, 11:23
Maen Hasan is not online. Last active: 12/30/2008 4:32:47 PM Maen Hasan



Top 10 Posts
Joined on 08-05-2004
Posts 1,876
Re: Video Conferencing with AxltmmPlayCtrl and AxltmmCaptureCtrl
Reply Quote
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 
  11-17-2008, 22:50
vighnesh is not online. Last active: 11/19/2008 4:13:19 AM vighnesh

Not Ranked
Joined on 11-07-2008
Posts 4
Re: Video Conferencing with AxltmmPlayCtrl and AxltmmCaptureCtrl
Reply Quote
Okay Thanks I have already done the approach you have mentioned. I wanted to try the first approach. But somehow its not possible. Thank you.

   Report 
Post
LEAD Support Fo... » Developer » Multimedia » Re: Video Conferencing with AxltmmPlayCtrl and AxltmmCaptureCtrl

Powered by Community Server, by Telligent Systems