LEADTOOLS Support
Multimedia
Multimedia SDK Questions
Re: Video Conferencing with AxltmmPlayCtrl and AxltmmCaptureCtrl
This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Saturday, November 15, 2008 12:03:58 AM(UTC)
Groups: Registered
Posts: 4
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.
#2
Posted
:
Sunday, November 16, 2008 6:27:38 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
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.
#3
Posted
:
Sunday, November 16, 2008 6:03:04 PM(UTC)
Groups: Registered
Posts: 4
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.
#4
Posted
:
Sunday, November 16, 2008 7:51:17 PM(UTC)
Groups: Registered
Posts: 4
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.
#5
Posted
:
Monday, November 17, 2008 6:18:55 AM(UTC)
Groups: Registered, Tech Support
Posts: 1,326
Was thanked: 1 time(s) in 1 post(s)
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
#6
Posted
:
Monday, November 17, 2008 5:45:02 PM(UTC)
Groups: Registered
Posts: 4
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.
LEADTOOLS Support
Multimedia
Multimedia SDK Questions
Re: Video Conferencing with AxltmmPlayCtrl and AxltmmCaptureCtrl
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.