How to stream microphone via sockets?
Hello,
I want to add a microphone stream to my application but I have no idea how to add this feature.
I already searched on the internet, but found nothing helpful. I know how to record the microphone and then send a .wav file, but that is not what I want.
Could someone give me a topic were this is already discussed or anything else what could be helpful? Thank you.
Regards.
Re: How to stream microphone via sockets?
I don't know the answer to your question but I thought I'd post because you are actually reducing the chance of getting help by formatting your post that way. By centering and bolding the text, you actually make it harder to read. The default formatting is the default for a reason. You should only do things like bolding and centering on specific sections of text for emphasis.
Re: How to stream microphone via sockets?
Did you search on voip (voice over internet protocol). That is essentially what you want to do, i.e. stream microphone input over a IP connection.
Re: How to stream microphone via sockets?
Okay I'll try with voip. Thank you.