简体   繁体   中英

Live stream audio using Java EE 7

Is it possible to get a users microphone input and stream it over to another user, all through a web application programmed with Java EE 7? If so, how would I go about doing this?

It seems that HTML5 provides Javascript with microphone functionality. You could use websockets for the data transfer between clients.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM