Welcome Guest! To enable all features, please Login or Register.

Notification

Icon
Error

Options
View
Last Go to last post Unread Go to first unread post
#1 Posted : Tuesday, January 5, 2010 12:48:46 PM(UTC)
Chathura

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

 

Try the latest version of LEADTOOLS for free for 60 days by downloading the evaluation: https://www.leadtools.com/downloads

Wanna join the discussion? Login to your LEADTOOLS Support accountor Register a new forum account.

#2 Posted : Wednesday, January 6, 2010 5:34:48 AM(UTC)

Basel  
Guest

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.

Powered by YAF.NET | YAF.NET © 2003-2024, Yet Another Forum.NET
This page was generated in 0.069 seconds.