Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > C++ > Capture audio/video and send through the internet

Reply
Thread Tools

Capture audio/video and send through the internet

 
 
Juliano.net
Guest
Posts: n/a
 
      08-27-2006
How can I capture audio and video so I can send them through the
internet? I want to create a web conference application.

 
Reply With Quote
 
 
 
 
Jens Theisen
Guest
Posts: n/a
 
      08-27-2006
Juliano.net wrote:
> How can I capture audio and video so I can send them through the
> internet? I want to create a web conference application.


C++ doesn't provide such facilities, so this is the wrong place to ask
this question; please have a look at

http://www.parashift.com/c++-faq-lit...t.html#faq-5.9

You will need to look at the facilities you're platform provides.

Jens
 
Reply With Quote
 
 
 
 
Juliano.net
Guest
Posts: n/a
 
      08-27-2006
Jens, I know this isn't a built-in features of the C++ language, but
I'm asking here because this kind of software is usually developed in
C++, so maybe there's a developer here that has already developed this
kind of software and could help me.

Jens Theisen wrote:
> Juliano.net wrote:
> > How can I capture audio and video so I can send them through the
> > internet? I want to create a web conference application.

>
> C++ doesn't provide such facilities, so this is the wrong place to ask
> this question; please have a look at
>
> http://www.parashift.com/c++-faq-lit...t.html#faq-5.9
>
> You will need to look at the facilities you're platform provides.
>
> Jens


 
Reply With Quote
 
Thomas Tutone
Guest
Posts: n/a
 
      08-27-2006
Juliano.net wrote:

> How can I capture audio and video so I can send them through the
> internet? I want to create a web conference application.


Standard C++ offers no way to do this. Nonetheless, you can
undoubtedly find a 3rd party library that would faciliate your doing
this. Take a look at the C++ third-party library FAQ:

http://www.trumphurst.com/cpplibs1.htm

Perhaps you will find what you need in there - and if not, remember
that google is your friend. If you have questions about one of the
libraries, please contact that library developer directly - you are
unlikely to get any useful help in this newsgroup.

Good luck.

Best regards,

Tom

 
Reply With Quote
 
Kai-Uwe Bux
Guest
Posts: n/a
 
      08-27-2006
Juliano.net wrote: [top-posting corrected]

> Jens Theisen wrote:
>> Juliano.net wrote:
>> > How can I capture audio and video so I can send them through the
>> > internet? I want to create a web conference application.

>>
>> C++ doesn't provide such facilities, so this is the wrong place to ask
>> this question; please have a look at
>>
>> http://www.parashift.com/c++-faq-lit...t.html#faq-5.9
>>
>> You will need to look at the facilities you're platform provides.

>
> Jens, I know this isn't a built-in features of the C++ language, but
> I'm asking here because this kind of software is usually developed in
> C++, so maybe there's a developer here that has already developed this
> kind of software and could help me.


a) Please do not top-post here: in this group, it is considered poor form.

b) Please read the FAQ on what is topical here. You will find that all
answers to your question that are topical in this group have already been
provided. Please refer to the FAQ and the weekly welcome post for forums
where your question may fare better.


Best

Kai-Uwe Bux

 
Reply With Quote
 
Thomas Tutone
Guest
Posts: n/a
 
      08-27-2006
Thomas Tutone wrote:

> Juliano.net wrote:
>
> > How can I capture audio and video so I can send them through the
> > internet? I want to create a web conference application.

>
> Standard C++ offers no way to do this. Nonetheless, you can
> undoubtedly find a 3rd party library that would faciliate your doing
> this. Take a look at the C++ third-party library FAQ:
>
> http://www.trumphurst.com/cpplibs1.htm


Sorry, typo in the above url. It should be:

http://www.trumphurst.com/cpplibs1.html

Sorry for the typo.

Best regards,

Tom

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Screen Capture With Mouse , Mouse Position Capture Max Java 7 08-08-2009 11:51 PM
SuperVideoCap work as a broadcast capture and screen capture and record tool. hely0123 Media 0 10-30-2007 08:59 AM
Send mail through separate internet connection SoldierS Cisco 4 04-30-2007 10:09 PM
Routing Question - How to send default internet traffic to PIX and VPN traffic from router out internet Evolution Cisco 1 02-27-2007 10:00 PM
How to capture internet traffic going through PIX 515? ejikn Cisco 2 04-07-2004 03:54 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57