This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Tuesday, January 5, 2010 12:48:46 PM(UTC)
Groups: Registered
Posts: 2
Hello everyone,
Im evaluating Your toolkit & found that its great. My objective is to capture 10-15 udp multicast streams & store them as "ltmmConvert_TargetFormat_MPEG2_TRANSPORT" format. So I used the following code & made it for a single URL.
axltmmConvertCtrl1.sourcefile = "udp://224.***.***.***:5180";
axltmmConvertCtrl1.TargetFormat = (int)LTMMLib.ltmmConvert_TargetFormat.ltmmConvert_TargetFormat_MPEG2_TRANSPORT;
axltmmConvertCtrl1.TargetFile = "hello.mpg";
axltmmConvertCtrl1.StartConvert();
But I dont know how to do this for several URLs. How can I use threading for this scenario & how can I respond to the events separately for each channel? I'm Really greatful if some one can provide me with some help regarding this....
Thank you...
Best Regards
Chathura Yapa Bandara
#2
Posted
:
Wednesday, January 6, 2010 5:34:48 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
You can do that by creating a new instance for each channel, and each instance on its own thread.
If you have the Control drawn on a form, you can create an instance of the form.
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.