ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

Other Software > Developer's Corner

Help with P2P and VoIP BCB Programming...

(1/2) > >>

Renox:
I am using Borland's C++ Builder 4.0 but I also have Borland 2006 as well... I would like to incorporate a simple P2P file sharing feature for a future program that I am creating (new version of vortex.) I have been looking into this option and have already received a few recommendations... Only problem is that I still haven't gotten anywhere... I am a hands on learner... Show me source code for something one time and if i understand it, I wont forget it for a long time... Is it possible that somebody could program an example for me to look at using BCB 4.0 or even Borland C++ Builder 2006... I would be more than happy and willing to tip the person a few DonationCredits if they can help me out with this... I prefer BCB 4.0, so if you can get a hold of that and script it in that, It would make me the happiest person alive... I also need this example thingy done for Voice over IP... so if you know how to do either one... Please re-post...

mouser:
renox, the only thing i know is that voip component set i found before; can you remind us what it was? did you have a look at it?

Renox:
I can't seem to remember... I haven't found it yet... Is it possible that you could remind me?

mouser:
torry is always good for delphi/bcb components:
http://www.torry.net/quicksearchd.php?String=voip&Title=Yes

martyjn:
Hi Renox
as far as file transfer goes with gamechat i set up a filestream to the file that was to be sent.used sendstream to send the filestream over the socket connection then on the recieving side open a new file with the appropriate nam and right the buffer that was read from the socket to the file until the entire file is recieved.As far as voice goes i used voice clips (up to 20 seconds) used speex voice encoder/decoder to reduce the audio about 10* (unfortunately couldnt get the speex to compile using borland so interfaced to the commandline encoder/decoder pair from gamechat.) as for streaming audio i lookoed and couldnd find anything free that did what i wanted.Anyway i will organise a small example program if you like good to see ypu active on donationcoder again.
marty

Navigation

[0] Message Index

[#] Next page

Go to full version