Jump to content

Live Audio Streaming


dlebowski

Recommended Posts

I am having a hard time finding anything online that explains what I would need to do to stream live audio on my website.  For example, I want one user to be able to talk into the mic plugged into their computer and someone on the other end to hear it real time (or very close to real time).  Does anyone have any idea have to set this up on a dedicated server.  I do not want to use a third party application to do that.  Any help would be great.  Thank you.

 

 

Link to comment
https://forums.phpfreaks.com/topic/158631-live-audio-streaming/
Share on other sites

You will need to write two client applications (or you could just do one and give both people the ability to talk).

 

 

Then you will need to write a server application (unless the clients are directly connected).

 

 

 

I don't know how much more specific I can get than that without going into detail.

Link to comment
https://forums.phpfreaks.com/topic/158631-live-audio-streaming/#findComment-839712
Share on other sites

I did this once with a file-sharing, chat system I wrote back at the end of the last century (In Pascall though) which used a ping to get the I.P. address of each client, request the other user's I.P. from an online database, then contact it with a passcode (the encryption algorythm should have been patented... Grrr) and eventually a connection was established to bypass the server all-together. It was kinda a fore-runner to MSN Messenger... I sent it off to Microsoft actually... but that's another story.

Link to comment
https://forums.phpfreaks.com/topic/158631-live-audio-streaming/#findComment-840235
Share on other sites

gerkintrigg, I doubt MS stole your idea >.<.

 

 

Hate to tell you this, but IRC has been around since like the early 90s or something.  (Just googled.  According to Wikipedia, it's been around since '88.)  Seems to me that a better client would follow, and eventually something using a different protocol would come along.

Link to comment
https://forums.phpfreaks.com/topic/158631-live-audio-streaming/#findComment-840506
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.