Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

streaming voice

Status
Not open for further replies.

MAWarGod

Programmer
Feb 15, 2002
352
US
Ok I guess My question is How can this be done?

I have looked over some java streaming files and it seems
You would need to make like a dump file for input output

I was told if I can think of It, It can be programmed so I am hopeing someone out there can help Me get started



see what I wanted is have a page somewhat like
the old hearme voice creator that has a talk button
The user would press the button it would record to a file on server with little delay the other users in room could
hear the file Now I can use a plug-in to play back the or a JavaScript I have but I am looking for the use to be allow
to record or save to a jar file or wav
I do have a file for each room
with Ip and user name like this


172.157.235.149:the user name
69.0.192.187:annalise{TC-RGW}


is there a way to stream ip to multiple ip?
 
I just started looking into this myself. You may want to look into SIP, JAIN, and RTP protocols. I believe SIP can conference so that might address your multiple IP issues.
 
Now I know it works with IP's I have a file that has the Name of chatter and there IP

in this format


209.151.66.97:Jessenia~never look into
240.65.90.25:RemusYearKeeper Courting
240.28.57.134:melody(Remus) restricted

if say i want to add a talk botton to allow these 3 chatters
to talk with each otheir

How would I first setup up a the recording in perl to collect the streamed voice then compress it use what I guess to be java to play the compressed vioce back in real time
 
it would not have to be perl or cgi or java it could be done in any format as long as I could patch it in to read each set file
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top