Welcome to LEAD Support Forum Login | Register | Faq  

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

Re: Streaming video client
Started by millerf at 11-17-2008 19:25. Topic has 3 replies.

Print Search « Previous Thread Next Thread »
  11-17-2008, 19:25
millerf is not online. Last active: 11/18/2008 12:17:37 AM millerf

Not Ranked
Joined on 06-19-2008
Posts 3
Streaming video client
Reply Quote
Hi everyone,

I am actually trying to set up a streaming video client in c++ with the LEADTOOLS Multimedia Kit.
I just wanna get a basic one, able to play from a local video/audio stream . I have a server streaming video through RTP Unicast so far...

I just didn't find any documentation or hints ont he website/forum, and I have no idea where to start from...

Can anyone give me some help about it?

Thx
Fabien

   Report 
  11-18-2008, 11:00
Adam Boulad is not online. Last active: 1/6/2009 1:25:47 PM Adam Boulad



Top 10 Posts
Joined on 09-16-2007
Posts 540
Re: Streaming video client
Reply Quote
We do have a Video streaming module that can be used to stream video or audio across the Internet or via Intranets. For more information and check our demos in the following directory:
[LEADTOOLS Multimedia]\Video Streaming Module\API\C++ Demos and check the Server and Client demos.

I have also replied to your email which you sent to our support email. In the future, please either post your question here or send it to support@leadtools.com.
Adam Boulad
LEADTOOLS Technical Support

   Report 
  11-18-2008, 19:28
millerf is not online. Last active: 11/18/2008 12:17:37 AM millerf

Not Ranked
Joined on 06-19-2008
Posts 3
Re: Streaming video client
Reply Quote
Thanks Adam,

I think it's better to follow this on the forum, as it might be helpful for someone else...
I had checked the Client streaming, but there is no example in C++...there is a 'project' but it opens a .dsp (Developper Studio Project),... I have only Borland...
I actually just need to have a rough idea of which classes to use ...

Thanks
Fabien

   Report 
  11-19-2008, 8:06
Adam Boulad is not online. Last active: 1/6/2009 1:25:47 PM Adam Boulad



Top 10 Posts
Joined on 09-16-2007
Posts 540
Re: Streaming video client
Reply Quote
Fabien,
Although Builder supports the same programming languages of MS Visual C++, I do not recommend trying to convert the Visual C++ projects to Builder projects.
C++ Builder allows you to draw our multimedia ActiveX controls (such as ltmmCapture and ltmmPlay) on a form and use them in a manner similar to Delphi and Visual Basic. This means it might be easier on the long run to convert the demo from VB6 to Builder.
This will be much easier than using COM functions such as CoCreateInstance.

You can find the video conferencing demos for VB 6 in this folder:
LEADTOOLS 14.5\Examples\Ltmm\VB\
They are called NetServer and NetClient.

To add a control to Builder, use the "Import ActiveX control..." option from the Component menu.

Note:
In version 16 of LEADTOOLS multimedia, we have 2 demos for C++ Builder, which are for multimedia Capture and Play features.


Adam Boulad
LEADTOOLS Technical Support

   Report 
Post
LEAD Support Fo... » Developer » Multimedia » Re: Streaming video client

Powered by Community Server, by Telligent Systems