Problem in Voice transfer in C# using Sockets

  • Thread starter Thread starter Siddharth via DotNetMonster.com
  • Start date Start date
S

Siddharth via DotNetMonster.com

Hello friends,
I am a B.Tech Final year student of Computer science. I have developed an
Instant messenger which currently supports Text Messaging. I wanted to
incorporate the facility of Video and Audio Messaging into this messenger.
I have already developed the Capture module for recording the Audio and/or
Video data. The application saves the captured data in the form of a File.
I am unable to send this File using the Sockets. I have even tried the
SendFile() method, as I was told by one of my blog friend, Mr. Vadym Stetsyak,
but in vain.
Please, help me out since I have to submit it as my final year project
 
Siddharth via DotNetMonster.com said:
Hello friends,
I am a B.Tech Final year student of Computer science. I have developed
an
Instant messenger which currently supports Text Messaging. I wanted to
incorporate the facility of Video and Audio Messaging into this messenger.
I have already developed the Capture module for recording the Audio
and/or
Video data. The application saves the captured data in the form of a File.
I am unable to send this File using the Sockets. I have even tried the

In what way are you 'unable' to do this? What problem are you running into?
 
As soon as the client application transfers the file, the server application
throws an exception - "REMOTE CONNECTION FORCIBLY CLOSED". I have reused the
socket with the help of SocketOption, but still I am facing the problem of
Remote disconnection of Server from the client application. Although, the
text message is easily tranferred.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top