voice streaming application

Login to reply to this topic.
Tue, 2003-10-14 10:19
Joined: 2003-10-14
Forum posts: 14
Hello All,

I want to develop a voice streaming application. Basically I want to record voice and store it in a file, then send the voice on the sockets. I have looked at the Sounds example provided by the S60 SDK and also Input Steam example given in this forum. Now which one should I follow and also how do I send the voice packets on the network. I want the server to send the voice packets back and I should be able to paly the voice data.
Could someone suggest me how to go about this whole procedure asap.


Thanks in advance,
karen

Tue, 2003-10-14 10:24
Joined: 2003-05-27
Forum posts: 363
voice streaming application
Hi,

It will take a lot more explaining than anyone here can do in one post. Please be more specific.

Cheers,
Pawel
Mon, 2003-10-20 06:44
Joined: 2003-10-14
Forum posts: 14
voice streaming application
Hi,

I have tried to record voice and I am storing it in a file. Now I have a client socket that connects to the external server. I have integrated the two applications. Now I want to send and receive voice packets from the network. I am using RAS for socket connection. Initially it stays connected. After that I am trying to read the data from the recorded file into a descriptor and trying to send that over the sockets using socket write(). Now the connection is getting lost. I dont understand what is going wrong here. Could you please suggest something or is there any sample application that could explain the same.

Thanks in advance
Karen
  • Login to reply to this topic.